What is basic html structure | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is basic html structure

24th Feb 2018, 1:22 AM
Suraj Singh
Suraj Singh - avatar
2 Answers
+ 6
<!DOCTYPE html> <html> <head> <title>Page title</title> </head> <body> <p>Sample paragraph</p> </body> </html>
24th Feb 2018, 1:24 AM
Overene
+ 5
Basic HTML Document Structure https://www.sololearn.com/learn/HTML/1022/
24th Feb 2018, 4:50 AM
Jaydeep Khatri
Jaydeep Khatri - avatar