+ 14
In Html how to make skeleton of website
Html
2 Réponses
+ 3
I'm not sure what you are trying to say, but here's the layout for a HTML document:
<!DOCTYPE html>
<html>
<head>
</head>
<body>
</body>
</html>
The head is where you would place code that won't show up on the website, such as a link to a CSS stylesheet. The body is where you would place code that will show up in on the website.
+ 3
Please put HTML in Relevant Tags as your question concerns that language (remove the '30') 👍