+ 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.
4 Réponses
+ 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 ☺
+ 10
It's fine. You just forgot to close the footer and body tags :)
+ 1
#Paola Yes...
+ 1
dear tell me one thing how i can get great ability in HTML