Check list of basic things that you should know about HTML
After you moved over HTML tutorial from WCS, check this list to see if you get all this things, if no, just move back and try them once more time:
- What is HTML
- HTML Tags (XML like structure)
- HTML Elements
- Always lowercase
- Always quote attributes
- Attributes reference (class, id, title)
- Doctypes
- HTML main structure (html, head, body)
- Headings
- Lines
- Comments
- Paragraphs
- Line break
- Text formatting (b, i, u, strong, em)
- Links
- Images
- Tables
- Lists
- Ordered
- Unordered
- Definition
- Forms
- Input text
- Input button
- Input password
- Textarea
- Checkbox
- Radiobox
- Selectlist
- Submit button
- Frames (never use them!)
- Iframes
- Entities (ASCII instead of value)
- Many other elements in HTML5 (advanced)
- Head
- Meta
- Title
- Scripts
- Links
- Adding CSS
- As link
- In header
- For each element