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.
Follow @farazabbasi
This comment has been removed by the author.
ReplyDeleteWonderful blog...
ReplyDelete