From the course: HTML for Programmers
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
Moving forward
- [Emma] Now you have the foundational skills needed to build accessible HTML pages, but remember that HTML is closely integrated with CSS and JavaScript, the other two pillars of web development. To truly level up your HTML knowledge, it's important to take these skills and apply them in larger web applications that interface with these other two languages. To level up your CSS skills, you can check out CSS for programmers by Morten Rand-Hendriksen. To level up your JavaScript skills, you can check out Morten's course, JavaScript Essential Training, or my course, JavaScript Code Challenges. Learning how to effectively style your semantic HTML code and dynamically generate DOM nodes will improve how you architect webpages.