Do you want to learn HTML but don’t know where to start? Check out this roadmap that will give you a little guide on how to start learning HTML and achieve your coding goals.
Basics
Research on following questions:
- What editors can I use?
- What's the anatomy of an HTML file?
- What are HTML elements?
- What are HTML attributes?
HTML main level tags
Definitions and usages of following tags:
- doctype
- head
- title
- meta
- link
- script
- body
Commonly used tags
Definitions and usages of following tags:
- headings
- paragraphs
- text formatting
- lists
- tables
- forms
- images
- iframes
HTML semantic elements
Definitions and usages of following tags:
- article
- aside
- details
- figcaption
- figure
- footer
- header
- main
- mark
- nav
- section
- summary
- time
HTML events
- window events
- keyboard events
- mouse events
- form events
- media events
- drag events
- clipboard events
Top comments (0)