0% found this document useful (0 votes)
10 views

Review

You have completed the first HTML lesson and learned the basics of the HyperText Markup Language including HTML elements with opening and closing tags that can be nested, how to structure a webpage using tags like <body>, <h1-h6> for headings, <p>, <span>, and <div> for text blocks, and how to add lists, images, and videos.

Uploaded by

Covaci Mihail
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views

Review

You have completed the first HTML lesson and learned the basics of the HyperText Markup Language including HTML elements with opening and closing tags that can be nested, how to structure a webpage using tags like <body>, <h1-h6> for headings, <p>, <span>, and <div> for text blocks, and how to add lists, images, and videos.

Uploaded by

Covaci Mihail
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Review

Congratulations on completing the first lesson of HTML! You are well on your
way to becoming a skilled web developer.

Let's review what you've learned so far:

1. HTML stands for HyperText Markup Language and is used to create the
structure and content of a webpage.
2. Most HTML elements contain opening and closing tags with raw text or
other HTML tags between them.
3. HTML elements can be nested inside other elements. The enclosed
element is the child of the enclosing parent element.
4. Any visible content should be placed within the opening and
closing <body>tags .
5. Headings and sub-headings, <h1> to <h6> tags, are used to enlarge text.
6. <p>, <span> and <div> tags specify text or blocks.
7. The <em> and <strong> tags are used to emphasize text.
8. Line breaks are created with the <br>tag.
9. Ordered lists (<ol>) are numbered and unordered lists (<ul>) are bulleted.
10. Images (<img>) and videos (<video>) can be added by linking to an existing
source.

You might also like