HTML Code Structure
Structure Code of Html page which is used every single page for design.
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
</body>
</html>
<html> tag: HTML tag indicates that this web page written in HTML.
<head> tag: The head element contains title and meta data of a web document.Also contains
information about a website.
<title> tag: Contains website title.
<body> tag: The body element contains the information that you want to display on a web page.
e.g. contain the content of web page.
</html> tag: mark the end of a webpage.
Example:
Output:
Tag: html,web design,html structure
Thank you for sharing this article, it is very easy to understand and informative. Excellent!
ReplyDeleteweb Development Melbourne