<html>
<head>
<titel>my First web page</titel>
</head>
<body>This is the body section
</body>
</html>
- Browser Read HTML tag and gets an idea about the content that lines in between
- <HTML> Tell the browser that we are using HTML
- <HEAD> Define the header section of the page .Header section may content information like Title,Search engine Key word,Icon ect.
- <BODY> This section will content all the content of the full page
** Save The file as a HTML page
No comments:
Post a Comment