Im new to coding! How do i use HTML?

  • Thread starter Thread starter Johno B
  • Start date Start date
J

Johno B

Guest
Hey guys, ive just brought a website and i want 2 learn how to HTML code!! Im all new to this stuff, so i if you can help me, please can you make it REALLLY easy to follow!!

Cheers guys,
johno
 
hi johno,

a good start is to do some tutorials with xhtml and css.

i recommend html dog - it's great for learning xhtml and css. stick it into google and you should find it :)

good luck!!
 
Your main page on the server will be index.html

open that up and it should have a basic outline.

<html>
<head><title>Title</title><head>
<body>
Testing this page
</body>
</html>

Put your html between the body tags.

Go here for many html, css examples.

http://www.w3schools.com/sitemap.asp
 
Design and create your own webpages by taking an online course at http://www.ed2go.com/ccom.html . They are non-credit, instructor-led courses and are easy to follow. Moreover, you can ask any questions you have to your instructor.
 
This is one of my friends who develops eLearning courses and he has one started on HTML which is pretty good.

http://www.livingpaintstudios.com/portfolio/sub/html/index.html

He says its not completely finished yet, but I learned enough from it to get a web design job and not really having touched HTML myself.
 
Back
Top