The HTML <head> tag can also be omitted. Browsers will add all elements before |
Example:
HTML
<!DOCTYPE html>
<html>
<title>Page Title</title>
<body>
<h1>This is a heading</h1>
<p>This is a paragraph.</p>
</body>
</html>
Reffered: https://www.w3schools.com/html/html5_syntax.asp
Example of Omitting HEAD | HTML Style Guide |
Read Full: | HTML Style Guide |
Category: | Web Tutorial |
Sub Category: | HTML Style Guide |
Uploaded: | 1 year ago |
Uploaded by: | Admin |
Views: | 67 |