HTML TUTORIALS

start learning

CSS TUTORIALS

start learning

JAVA SCRIPT TUTORIALS

start learning

PHP TUTORIALS

start learning

Monday, 31 October 2016

HTML BASIC

HTML Basic Examples ❮ PreviousNext ❯ Don't worry if these examples use tags you have not learned. You will learn about them in the next chapters. HTML Documents All HTML documents must start with a document type declaration: <!DOCTYPE html>. The HTML document itself begins with <html> and ends with </html>. The visible part of the HTML document is between <body> and </body>. Example <!DOCTYPE html><html><body><h1>My First Heading</h1><p>My...

HTML EDITORS

HTML Editors ❮ PreviousNext ❯ Write HTML Using Notepad or TextEdit Web pages can be created and modified by using professional HTML editors. However, for learning HTML we recommend a simple text editor like Notepad (PC) or TextEdit (Mac). We believe using a simple text editor is a good way to learn HTML. Follow the four steps below to create your first web page with Notepad or TextEdit. Step 1: Open Notepad (PC) Windows 8 or later: Open...

Tuesday, 25 October 2016

PHP TUTORIAL

PHP is a server scripting language, and a powerful tool for making dynamic and interactive Web pages. PHP is a widely-used, free, and efficient alternative to competitors such as Microsoft's ASP. Easy Learning with "Show PHP" Our "Show PHP" tool makes it easy to learn PHP, it shows both the PHP source code and the HTML output of the code. Example <!DOCTYPE html> <html> <body> <?phpecho "My first PHP script!";?> </body> </html> Run...

JAVA SCRIPT TUTORIALS

JavaScript is the programming language of HTML and the Web. Programming makes computers do what you want them to do. JavaScript is easy to learn. This tutorial will teach you JavaScript from basic to advanced. Examples in Each Chapter With our "Try it Yourself" editor, you can change all examples and view the results. Example My First JavaScript Click me to display Date and Time Try it Yourself » We recommend reading this tutorial,...

HTML INTRODUCTION

What is HTML? HTML is the standard markup language for creating Web pages. HTML stands for Hyper Text Markup Language HTML describes the structure of Web pages using markup HTML elements are the building blocks of HTML pages HTML elements are represented by tags HTML tags label pieces of content such as "heading", "paragraph", "table", and so on Browsers do not display the HTML tags, but use them to render the content of the page A Simple...

HTML5 Tutorial

With HTML you can create your own Web site. This tutorial teaches you everything about HTML. HTML is easy to learn - You will enjoy it. Examples in Every Chapter This HTML tutorial contains hundreds of HTML examples. With our online HTML editor, you can edit the HTML, and click on a button to view the result. Example <!DOCTYPE html><html><head><title>Page Title</title></head><body><h1>This is a Heading</h1><p>This is a paragraph.</p></body></html> Try it...

CSS SELECTORS

A CSS selector is a pattern to match the elements in an HTML document. The associated style rules is applied to the elements that match the selector pattern. What is Selector Selectors are one of the most important aspects of CSS as they are used to select elements on a web page so that they can be styled. You can define selectors in various ways. Universal Selector The universal selector, written as '*' i.e. asterisk or star symbol, matches...

Pages (3)123 Next

 

Subscribe to our Newsletter

Contact our Support

Email us: kwofiee3@gmail.com

Our Team Memebers