
What is HTML?
What is HTML5?
Downloading sublime text
If you are unable to download sublime text, this will not effect your ability to learn from this tutorial.
This is an overview of important terms every HTML developer should be familiar with.
This is the PDF of the important terms HTML developers should be familiar with.
Text used in this lecture
<!DOCTYPE html>
<html>
Summary: Doctype declarations are beneficial for being HTML compliant. Most developers don't even know why they use this.
The <head> element is a container for all the head elements. Learn about the head tag in HTML5.
The <h1> to <h6> tags are used to define HTML headings.
<h1> defines the most important heading. <h6> defines the least important heading.
Marking up abbreviations can give useful information to browsers, translation systems and search-engines.
The <img> tag defines an image in an HTML page. The <img> tag has two required attributes: src and alt.
The <audio> tag defines sound, such as music or other audio streams.
For sample MP3 files: http://www.sample-videos.com/download-sample-audio.php
The <video> tag specifies video, such as a movie clip or other video streams.
For sample videos: http://www.sample-videos.com/
********************* 5 Star Rating *********************
"As a beginner with zero to little exposure to HTML, this course really instilled confidence in my ability to interact with the world of HTML5. After each lecture, I found myself gasping in delight at what I had the capability of doing to a webpage thanks to this course."
~ Darcie N.
Guaranteed responses to your questions with 24 hours!
Watch and learn while Stephen Fullington reviews the structure of a typical HTML document, and shows how to section pages and format your content with HTML. Learn how to create links and lists, and find out how HTML works with CSS to create rich, engaging user experiences.
Students will