NEW
Font size
WorksheetsThe Language Sloth - HTML Pop Quiz
Total questions: 10
Worksheet time: 8mins
What does HTML stand for?
Hyper Text Markup Language
Hyper Text Machine Language
Hyper Technical Machine Language
None of these
Which example is written correctly?
HTML tags are represented within
[]
()
<>
{}
Which of these elements are all <table> elements?
<table><head><tfoot>
<table><tr><td>
<thead><body><tr>
<table><tr><tt>
HTML comments start with <!-- and end with -->
True
False
Which HTML attribute specifies an alternate text for an image, if the image cannot be displayed and read by screen readers?
title
href
src
alt
How many directories do you need to get from index.html to pineapples.html
1
3
0
2
What is the correct HTML element for playing video files?
<video>
<media>
<source>
<mp4>
Which HTML element defines navigation links?
<navigate>
<nav>
<navigation>
None of the above
What are the differences between <div> and <span> ?
<div> groups content or elements and <span> groups phrases within content
They are empty tags that do nothing to the code.
<div> divides the code by 4 equal parts and <span> converts the content into Spanish
They help with organizing the content on the page.
