Skip to content

Learning HTML

spsycoder edited this page Feb 17, 2013 · 10 revisions

What we have to do in our path through learning HTML [keep with the order!]

  1. What kind of tools do we need ?
  2. What HTML is and what actually we can do with it?
  3. What HTML has to offer us? in order to do things!
  4. At last! Where to go from here?!

1. What kind of tools do we need ?

  • We don't need a special text editor!
  • We don't need a computer program to generate html for us!

2. What HTML is and what actually we can do with it?

HTML is a language for describing web pages.

  • HTML stands for Hyper Text Markup Language
  • HTML is a markup language
  • A markup language is a set of markup tags
  • The tags describe document content
  • HTML documents contain HTML tags and plain text
  • HTML documents are also called web pages

3. What HTML has to offer us? in order to do things!

html is really a simple language, a whole bunch of tags and features, in order to let us make awesome pages, full of meanings!!! - here is what we can use: ordered from beginner to intermediate

4. At last! Where to go from here?!

we have to learn by ourselves to complete our curves!!! so follow these:

are you stuck with your html problems:

also u should remain updated, so please keep with these books:

Clone this wiki locally