Let's learn about HTML! (and more formatting)
All information from w3schools.com
HTML is the standard markup language for creating Web pages.
Quick Facts (+ Unordered List)
- HTML stands for Hyper Text Markup Language
- HTML is the standard markup language for creating Web pages
- HTML describes the structure of a Web page
- Use the "ul" tag, along with the "li" tag, to create unordered bulleted lists.
Some HTML History (+ Tables)
Year |
Event |
1989..... |
Tim Berners-Lee invented www |
1991..... |
Tim Berners-Lee invented HTML |
1997..... |
W3C Recommendation: HTML 3.2 |
1999..... |
W3C Recommendation: HTML 4.01 |
2008..... |
WHATWG HTML5 First Public Draft |
2017..... |
W3C Recommendation: HTML5.2 |
Now!..... |
You learned about the "table", "tr", and "td" tags. |
HTML and Webpage Structure (+ Ordered Lists)
- HTML consists of a series of elements
- On the subject of web browsers:
- The purpose of a web browser (Chrome, Edge, Firefox, Safari) is to read HTML documents and display them correctly.
- A browser does not display the HTML tags.
- It uses them to determine how to display the document.
- You can created a nested list like this!
- Create ordered lists with the "ol" tag for the list itself and the "li" tag for each element
- You can make them in numbers, uppercase letters, lowercase letters, uppercase Roman numerals and lowercase Roman numerals.
Quiz
Which of these are true? (checkbox)
HTML is a markup language
HTML doesn't serve any purpose on a Web page
Browsers use HTML tags to determine how to display a document.
What does HTML stand for? (input)
HTML stands for:
Which event came first? (radio)
Tim Berners-Lee invented HTML
W3C Recommendation: HTML 4.01
W3C Recommendation: HTML5.2
Which element am I using... (select option)
...in THIS text?
Previous page
Activity demo
Next lesson