NEW
Font size
WorksheetsHTML5 Basic Review
Total questions: 10
Worksheet time: 5mins
HTML stands for...
Hypertext Markup Language
Hyper Text Markup Language
Hyperterminal Markup Language
Hyper Terminal Magic Language
Creator of HTML
Guido Van Rossum
Tim Berners-Lee
Rasmus Lerdorf
James Gosling
Which HTML tag allows for rendering videos?
<video>
<script>
<p>
<i>
Which tag has the largest font size?
<h6>
<h5>
<h4>
<h3>
What tag is used here?
<input type="number">
<input type="text">
<input type="email">
<input type="password">
Boxed in red, the HTML5 form element used is...
<select>
<datalist>
<input type="submit">
<input type="reset">
<!DOCTYPE html>
defines an HTML5 document type
defines an HTML strict document type
defines an HTML transitional document type
defines an HTML frameset document type
If you want to display code in HTML5, which tag will you use?
<p>
<div>
<code>
<label>
where can you find the attributes of an HTML element?
in the opening tag
in the closing tag
between opening and closing tag
none of the above
This HTML5 tag doesn't belong in this group
<label>
<img>
<h5>
<span>
