•The
<head> element is "next" as they say. As long as it falls
somewhere between your <html> tag and your web page content
(<body>), you're golden. The head functions "behind
the scenes." Tags placed within the head element are not directly
displayed by web browsers. We will be placing the <title> element here
and we'll talk about the other possible elements in later
HTML Code:
<html>
<head>
</head>
</html>
0 comments:
Post a Comment