What is HTML?
HTML stands for Hypertext Markup Language , Which is used to design HTML Web pages or Templates.
Why it is called Markup Language?
Because it is set of markup tags .These tags are surrounded by angle brackets.
Requirements to design HTML page?
Browser + Text editor
<html> //This is open tag.
<head>
<tittle> Welcome </tittle> //This is write a Tittle of Website.
</head>
</html> This is a closed tag.
—>This is a simple code of html.
HTML stands for Hypertext Markup Language , Which is used to design HTML Web pages or Templates.
Why it is called Markup Language?
Because it is set of markup tags .These tags are surrounded by angle brackets.
Requirements to design HTML page?
Browser + Text editor
How to use a HTML?
HTML program is always save as Filename.html- It is written as a notepad and notepad++.
<html> //This is open tag.
<head>
<tittle> Welcome </tittle> //This is write a Tittle of Website.
</head>
</html> This is a closed tag.
—>This is a simple code of html.
0 Comments:
Post a Comment