-
Notifications
You must be signed in to change notification settings - Fork 37
Learning HTML
spsycoder edited this page Feb 17, 2013
·
10 revisions
- What kind of tools do we need ?
- What HTML is and what actually we can do with it?
- What HTML has to offer us? in order to do things!
- At last! Where to go from here?!
- We don't need a special text editor!
- We don't need a computer program to generate html for us!
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
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
- HTML Elements
- HTML Attributes
- HTML Headings and Paragraphs
- HTML Links
- HTML Lists
- HTML Forms
- HTML Tables
we have to learn by ourselves to complete our curves!!! so follow these:
- THE BEST PACE TO START WITH - FROM NOW ON!!! - WebPlatform
- A guide for absolute beginners, but not that good! - W3SCHOOLS!
- A clean wiki by W3C, made for everyone - W3 HTML wiki
- An almost complete tutorial for the top student! - Mozilla's Developer Center
- An overall tut, to be prepared for the first 5 sessions of your class! - By Sitepoint - Learn HTML and CSS: An Absolute Beginner’s Guide
- Another good resource for fresh starters! - By HTML Dog (as mentioned in Wikipedia) - HTML Dog
are you stuck with your html problems:
also u should remain updated, so please keep with these books: