Contents
Intro
HTML is the fundamental building block of web pages. If you have a solid grasp of HTML then everything else is easier to learn and build on top of that.
HTML Posts
Below are the last six posts on our class site related to HTML.
Click here to view all HTML Posts.
HTML Resources and References
This is a link to some outside resources on HTML. HTML Essential Training View Course (LinkedIn Learning sign on required)This is a LinkedIn Learning Course by Jen Simmons who is…
Creating HTML from Wireframes
When making your web site you need to create HTML that matches your wireframe diagrams. Perhaps the biggest lesson here is to make sure to that you have set up…
HTML Fundamentals Videos
This is a series of videos I made showing the fundamentals of HTML and how to write it. HTML Fundamentals Part 1 This covers the basics of what HTML is…
HTML5 Periodic Table
This is an interactive site that helps you to view the different types of HTML elements. Clicking on the buttons on the top filters the elements. You should know all…
Resources
These HTML resources are grouped into areas. Some are direct links to resources while others are links to posts on this site.
HTML Learning Resources
These are resources (videos and articles mostly) about various aspects of HTML. For videos from password protected sites like LinkedIn Learning, a note has been made.
Prof Stein’s HTML Fundamentals Videos
This is a series of videos I made showing the fundamentals of HTML and how to write it. View Post
MDN’s Introductory Guides to HTML
This is a series of guides that go over the basic and important concepts and syntax of HTML. Some examples:
HTML Essential Training
View Course (LinkedIn Learning sign on required)
This is a LinkedIn Learning Course by Jen Simmons who is one of the leading HTML and CSS Advocates. This course goes over everything in HTML. Most likely you will not go through the whole course. You can jump in to sections that you need to refresh. Also, this course has a quiz at the end of each chapter so this is another way that you can test your knowledge. If you get a question wrong it suggests videos to watch.
Article On When To Use HTML5 Elements
Ken Bellows’s Stop using so many divs! An intro to semantic HTML article. This explains when to use the most common sectioning elements (page structure).
Interactive Online Presentation On HTML, CSS And JavaScript
Lea Verou’s Introduction to Modern Web Technologies It’s long but interactive. It covers HTML, CSS and JS. Don’t go all through at once.
Reference Sites
These sites have reference materials you can use to look up terms and techniques. MDN stands for the Mozilla Developer Network. Mozilla makes Firefox and MDN is one of the most trusted resources.
Try it Out
These sites allow you to quickly try out HTML.