Popular Posts

Thursday, 7 July 2011

Learn HTML First!

Learn Web Designing -Learn different web designing languages and much more




Here I'll teach you different web designing languages and SQL  as well but first we will start by learning HTML:

HTML stands for Hyper Text Markup Language
Basically,HTML is not a programming language,it's a markup language
A markup language is the collection of markup tags e.g < > and HTML uses markup tags to define a web page 

For Example:

<html>
<body>

<h1>My First Heading</h1>
This is my first web page
<p>My first paragraph.</p>

</body>
</html>

To TRY! save the above code into a notepad on your local drive and named anything with the extension ".html" ,so let say "test.html" but the most important thing is to remember ".html" extension.






2 comments: