Friday, 3 February 2017

STRUCTURE OF HTML

As per W3C standard HTML document has the following detail structure

<html>
<head>
<title>Insert title here</title>
</head>
<body>
-----------------
-----------------
</body>
</html>


No comments:

Post a Comment