What does this tag mean?
<!DOCTYPE html>
HTML QUIZ
Quiz
•
Professional Development, Other
•
5th Grade - Professional Development
•
Medium
Daniel Kim
Used 10+ times
FREE Resource
17 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What does this tag mean?
<!DOCTYPE html>
It is telling the browser that the code is HTML 4.
It is telling the browser that the code is HTML 5.
It means it is a XML Document.
It means it is a XHTML Document.
Answer explanation
The <!DOCTYPE html> tag tells the browser that the file is a HTML file (does not necessarily mean has to be HTML 5)
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
The <!DOCTYPE html> tag is required on all HTML Documents.
True
False
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
The <center> and <font> elements is a new HTML 5 element.
True
False
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
The <p> element is used for:
Images
Buttons
Text
Links
5.
FILL IN THE BLANK QUESTION
20 sec • 1 pt
Martha used the _____ attribute to section multiple things with the same name.
Example: <div ___ ="nav">
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
You can resize the image inside the <img> tag using HTML.
True
False
7.
MULTIPLE SELECT QUESTION
45 sec • 5 pts
A programmer wants to make a article section in HTML 5.
What are 3 possible ways he could do that?
<div id="article">
<p>This is a article.</p>
</div>
<div class="article">
<p>This is a article.</p>
</div>
<main-article class="article">
<p>This is a article.</p>
</main-article>
<article>
<p>This is a article.</p>
</article>
14 questions
Week 3 Homework Review
Quiz
•
University
15 questions
Week 4 Review
Quiz
•
University
20 questions
Kvíz o HTML značkách
Quiz
•
9th Grade - University
19 questions
S3 HTML intro
Quiz
•
6th - 8th Grade
15 questions
Programação Web - HTML 3
Quiz
•
7th Grade - Professio...
15 questions
Basic CSS
Quiz
•
Professional Development
20 questions
HTML e CSS
Quiz
•
12th Grade
15 questions
JavaScript Basics
Quiz
•
12th Grade - University
15 questions
Character Analysis
Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
10 questions
American Flag
Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25
Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers
Quiz
•
6th - 8th Grade