Master HTML & HTML5 - The Essentials
Learning to use HTML to add paragraphs, headings, images, create navigation and HTML 5 Tags.
Every webpage you look at is written using a language called HTML (Hyper Text Markup Language). Imagine HTML as the framework that gives every webpage it's basic structure.
Fundamentally, an HTML document is only a text file that displays text and nothing else. When you open an HTML file using a browser, if interprets the HTML codes & tags around the text, using them to adapt the layout, display images, or make links to other HTML pages, either on the site or externally.
As HTML documents are only text files, we can write them in any simple text editor. A very popular alternative is to use a special kind of HTML editor - possibly one that concentrates on the visual aspects of the page rather than working with the codes - this is a WYSIWYG editor ("What You See Is What You Get
In this course, we'll use HTML to add paragraphs, headings, images, create navigation and also features of the newer HTML5 coding.
James Kennedy
VIDEO - HTML and HTML5 Introduction
VIDEO - Create A Basic Page in HTML
VIDEO - HTML Editors
VIDEO - HTML Saving Files
VIDEO - HTML Nesting
VIDEO - HTML Formatting Colors
VIDEO - HTML Site Navigation Links
VIDEO - HTML Link Targeting
VIDEO - Formattting Images
VIDEO - The Comments Tag
VIDEO - HTML What Are Meta Tags
VIDEO - HTML5 Using Audio Tags
VIDEO - HTML5 Using Video Tags
VIDEO - HTML Ordered Lists
VIDEO - HTML Unordered Lists
VIDEO - HTML hr Tag
VIDEO - Validating HTML