In Html how to make skeleton of website | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 14

In Html how to make skeleton of website

Html

21st Oct 2019, 8:10 AM
......
2 Answers
+ 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.
22nd Oct 2019, 11:05 PM
Jianmin Chen
Jianmin Chen - avatar
+ 3
Please put HTML in Relevant Tags as your question concerns that language (remove the '30') 👍
21st Oct 2019, 9:01 AM
Ipang