Home
Roadmaps
Links
Resume
Materials
BRAINY VOYAGE
HTML Roadmap
Start
1
Intro to HTML
1.1 What is html?
1.2 Basic HTML Structure
1.3 How Browsers Render HTML and CSS
2
HTML Structure
2.1 DOCTYPE html tag
2.2 Html tag
2.4 body tag
Continue to css
2.3 head, title, link tags
2.4 Character Encoding, HTML Comments
3
4
Semantic Elements
3.1 header, main, footer tags
3.2 nav tag
3.3 div, section tags
3.4 aside, article tags
3.5 fig, figcaption tags
Text Formatting
4.1 Headings
4.2 Paragraphs and line breaks
4.4 Lists - Ordered, Unordered, Definition lists
4.3 Text Styling
5
Links, Media & Forms
5.1 Hyper Links
5.2 Image, Video, Audio tags
5.3 Embedding External content
5.4 Form Basics
6
User Input
6.1 Input tags
6.2 TextArea tag
6.4 checkboxes, range, radio buttons
6.3 Select, Option tags