Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

15 lines
1.0 KiB

# HTML
HTML stands for HyperText Markup Language. It is used on the frontend and gives the structure to the webpage which you can style using CSS and make interactive using JavaScript.
Visit the following resources to learn more:
- [@article@W3Schools: Learn HTML](https://www.w3schools.com/html/html_intro.asp)
- [@article@htmlreference.io: All HTML elements at a glance](https://htmlreference.io/)
- [@article@HTML For Beginners The Easy Way](https://html.com)
- [@article@Web Development Basics](https://internetingishard.netlify.app/html-and-css/index.html)
- [@opensource@Interactive HTML Course](https://github.com/denysdovhan/learnyouhtml)
- [@video@HTML Full Course for Beginners | Complete All-in-One Tutorial ](https://youtu.be/mJgBOIoGihA)
- [@video@HTML Full Course - Build a Website Tutorial](https://www.youtube.com/watch?v=pQN-pnXPaVg)
- [@video@HTML Tutorial for Beginners: HTML Crash Course](https://www.youtube.com/watch?v=qz0aGYrrlhU)
- [@article@You don't need JavaScript for that](https://www.htmhell.dev/adventcalendar/2023/2/)