+ 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
8 odpowiedzi
+ 13
W3school.com tutorial fallow..
+ 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
+ 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>
+ 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.
+ 1
Jason Kennedy I also do that but for now I need only simple html codes
+ 1
Jason Kennedy I will never forget your help in my whole life
+ 1
Gordon thanks but i said no javascript and less complex Css
+ 1
That's what you begin with