List of fundamental elements that every HTML page should have ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

List of fundamental elements that every HTML page should have ?

13th Sep 2016, 6:35 PM
Joshua Ng andwe
Joshua Ng andwe - avatar
4 Answers
+ 1
<html> <head> <title>your pagetitle</title> </head> <body> <h1>heading for your page is important</h1> <p>text</p> </body> </html>
29th Sep 2016, 9:14 PM
Franz Alt
Franz Alt - avatar
0
Body, header and footer. The rest is optional imo.
13th Sep 2016, 8:19 PM
Oscar
Oscar - avatar
0
the tags html is necesary too
16th Sep 2016, 5:20 AM
Sergio Pinzón
Sergio Pinzón - avatar
0
Just do the tutorial in the App abd its really good explained ;)
19th Oct 2016, 9:36 PM
Tobi