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.
 
 
 
 
 
Bogdan Cerovac 7176d1638a
Added Mozilla Developer Network article about semantics (#2437)
2 years ago
..
100-learn-the-basics.md Added content for HTML (#2270) 2 years ago
101-writing-semantic-html.md Added Mozilla Developer Network article about semantics (#2437) 2 years ago
102-forms-and-validations.md feat: add web.dev learning form course (#1408) 2 years ago
103-conventions-and-best-practices.md Add making layouts and html best practices links 3 years ago
104-accessibility.md Added official resource from W3C's Web Accessibility Initiative (#2229) 2 years ago
105-seo-basics.md 8 Must Know SEO Best Practices For Developers (#1374) 2 years ago
readme.md added html, css & JS content (#2267) 2 years ago

readme.md

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.

Free Content W3Schools: Learn HTML htmlreference.io: All HTML elements at a glance Web Development Basics Codecademy - Learn HTML Interactive HTML Course HTML Full Course - Build a Website Tutorial HTML Tutorial for Beginners: HTML Crash Course