Modern browsers discern the type of documents being loaded; thus, it is necessary to tag pages with their appropriate types. While at it, let’s take a look at basic layout of an HTML file. No further explanations are necessary.
<!DOCTYPE html>
<html>
<head>
<!-- metadata elementslink
,meta
,title
, andstyle
-->
</head>
<body>
<!-- page contentstr
,td
,h1
,h2
,div
,p
,a
, etc-->
</body>
</html>
Categories: