Course: Basic HTML for Kids
Have you ever wanted to learn to create a web site? Not sure where to start? Start by learning the basics of HTML. HTML is the publishing language of the web. Utilizing HTML tags you can create a web page that can be displayed in any browser across the web. In this course, you will learn the most used tags in HTML5, and then create a website with those tags.
Everyone Eats Lunch
- Introduction
- Everyone Eats Lunch
- What Is HTML?
- What Is a Tag?
- Putting a Tag Together
- Tag Demo
- Lettuce on My Sandwich
- What Is an Attribute?
- Adding Attributes
- Global Attributes
- Attribute Demo
- Summary
Packing a Lunch
- Packing a Lunch
- Block Level Element vs. Inline Element
- Tag - span
- Tag - P
- Tag - div
- Demo - span, p, div
- Tag - sub
- Tag - sup
- Demo - sub, sup
- Tag - u
- Tag - em
- Tag - strong
- Demo - u, em, strong
- Tag - br
- Tag - hr
- Demo - br, hr
- Summary
Lunch Box
- Lunch Box
- Text Editors
- Demo - Creating a File
- Parts of a Lunch Box
- Tag - DOCTYPE
- Demo - DOCTYPE
- Tag - html
- Demo - html
- Tag - head
- Demo - head
- Tag - body
- Demo - body
- Adding Our HTML
- Summary
Lunch Menu
- Lunch Menu
- Nested Tags
- Tag - li
- Tag - ol
- Tag - ul
- Demo - ul, li
- Demo - ol, li
- Tag - h1-h6
- Demo - h1-h6
- Paths Introduction
- Relative Paths
- Relative Path Example
- Absolute Paths
- Absolute Path Example
- Tag - a
- Demo - a
- Tag - img
- Demo - img
- Summary