Real HTML Architecture | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Real HTML Architecture

<!DOCTYPE HTML> declare particular version of HTML <html> <head> <title> Project work </title> <meta /> <base> <style> body{ background-color:red; } </style> </head> <body> <h1> heading section </h1> <p> Paragraph </p> <footer> </html> This all basic body of WEB DOCUMENT any thing mistake or I will in remember any html element please post me on below section.

12th Oct 2017, 2:12 PM
Vinay.s
Vinay.s - avatar
4 Answers
+ 15
@Muhammad_Imranbutt hi 👋☺ I would recommend you study from many sources, like w3shools: https://www.w3schools.com/html/ it's important that you not only read all of it but practice with all the examples given, try to tweak it and play around with it. You could also try Codecademy, I really like their learning process, they give you small amounts of theory and make you practice right after studying it: https://www.codecademy.com/es/learn/learn-html Freecodecamp is another great place to learn 😊 Try to think of small projects/ideas you have in mind and in case you don't know how to code something ask us or search for code snippets on Google/Stackoverflow so you can slowly start building it ☺
14th Oct 2017, 1:59 AM
Pao
Pao - avatar
+ 10
It's fine. You just forgot to close the footer and body tags :)
13th Oct 2017, 8:46 AM
Pao
Pao - avatar
+ 1
#Paola Yes...
13th Oct 2017, 9:15 AM
Vinay.s
Vinay.s - avatar
+ 1
dear tell me one thing how i can get great ability in HTML
13th Oct 2017, 9:36 PM
Muhammad Imranbutt
Muhammad Imranbutt - avatar