Header Ads

test

Simple document structure of html



Simple Document Structure  of HTML


<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Title here</title>
</head>
<body>
    --------------
    ------ Body Part here
    -----------------------
</body>
</html>


No comments