Font size
WorksheetsHTML fundamentals
Total questions: 16
Worksheet time: 16mins
What does HTML stand for?
HighTech Markup Language
HyperText Markup Lingo
HyperText Markup Language
HyperText Margin Language
Complete the setence: HTML is the most used because_____________
is one of the most popular languages to design Web Pages
it uses different tags, elements, images
it can be easily changed
it defines the structure of your content.
Which is the anatomy of an element
Opening Tag
Content
Closing Tag
Select the part
This is the content of the element, which in this case, is just text.
Closing Tag
Opening Tag
Element
Content
Is part of the Basic Structure of the HTML
<head> / </head>
//non-persisted properties
data = dta || {}
<meta charset="utf-8">
The <section> tag allow us to create layouts (columns)
True
False
The <_______> element is used as a container
for page heading content. The tag typically
contains heading tags (<h1> - <h6>), a logo
image, or other content that introduces the
content.
<section>
<main>
<header>
<nav>
The <_____> tag is a block-level element used
to define major blocks of navigation links or
navigation menus like breadcrumbs
<footer>
<nav>
<section>
<aside>
How many headings levels contain the HTML, (type the number)
Can we add Images under the body?
True
False
Does HTML allow us to enter Hyperlinks?
False
True
How long can be a paragraph?
No more than 6 lines
No more than 3 lines
As long as required
No more than 100 lines
The content of the <________> typically consists of contact information, copyright, links, or
logos. In some cases, a web page may contain multiple tags
<footer>
<header>
<aside>
<figure>
The <_____> tag specifies self-contained content, like illustrations, diagrams, photos, or code sections. By default, this is a block-level element with 40px right and left margin settings
<aside>
<article>
<head>
<figure>
Personal Question:
What does HTML mean for me?
How do you feel about the training, draw yourself

