Creating Web Age Using HTML
Creating Web Age Using HTML
<head> – (House logical tags used to pass information to the browser e.g.
<link>, <title>, <meta>, <base>)
</head>
<body> – (house all tags used to put the content of the webpage that is
displayed to the viewer)
</body>
</html>