0
List of fundamental elements that every HTML page should have ?
4 Réponses
+ 1
<html>
<head>
<title>your pagetitle</title>
</head>
<body>
<h1>heading for your page is important</h1>
<p>text</p>
</body>
</html>
0
Body, header and footer. The rest is optional imo.
0
the tags html is necesary too
0
Just do the tutorial in the App abd its really good explained ;)