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

HTML Examples!

I just complete Html course I need SIMPLE Html codes for understanding and practice without Any Javascript or complex Css Please provide the code below Also any other website for practicing tell me plz Thank you

2nd Jun 2019, 9:34 PM
Saad Mughal
Saad Mughal - avatar
8 Answers
+ 13
W3school.com tutorial fallow..
21st Jun 2019, 6:29 AM
Rajveer Singh
Rajveer Singh - avatar
+ 5
You'll need a theme to start a project to practice HTML. The best way would be to begin with something very easy, such as the My Blog Project Template in HTML course. After that, come back to develop it from time to time, when you learn new tricks. I am featuring seven of my favorites : https://code.sololearn.com/WS1l4514JQAx/?ref=app
2nd Jun 2019, 11:39 PM
Gordon
Gordon - avatar
+ 2
use whats called a boiler plate..it sets up the basic page format. here is some <head> <nav> <ul> <li> nav bar item 1 </li> <li> nav bar item 2 </li> </ul> </nav> </head> <body> <div> <p>some content</p> </div <footer> bottom stuff </footer> </body>
2nd Jun 2019, 10:27 PM
Jason Kennedy
+ 1
better yet..you should try. just make one..best way to learn is to do. if you get stuck thats ok...its part of the process. come here..show you code and ask how to fix it the issue.
2nd Jun 2019, 9:46 PM
Jason Kennedy
+ 1
Jason Kennedy I also do that but for now I need only simple html codes
2nd Jun 2019, 10:20 PM
Saad Mughal
Saad Mughal - avatar
+ 1
Jason Kennedy I will never forget your help in my whole life
2nd Jun 2019, 10:32 PM
Saad Mughal
Saad Mughal - avatar
+ 1
Gordon thanks but i said no javascript and less complex Css
2nd Jun 2019, 11:46 PM
Saad Mughal
Saad Mughal - avatar
+ 1
That's what you begin with
3rd Jun 2019, 12:19 AM
Gordon
Gordon - avatar