WorksheetsHTML
Total questions: 17
Worksheet time: 9mins
What is this snippet of html code missing?
</h2>
</p>
</a>
none of these
What is this snippet of html code missing?
</h2>
</p>
</a>
none of these
What is this snippet of html code missing?
</h2>
</p>
</a>
none of these
What is this snippet of html code missing?
</h2>
</p>
</a>
none of these
Which displays the level 2 heading?
<h2>...</h2>
<p>...</p>
<a href="">...</a>
<img src="">
Which creates the hyperlink?
<h2>...</h2>
<p>...</p>
<a href="">...</a>
<img src="">
Which displays the image?
<h2>...</h2>
<p>...</p>
<a href="">...</a>
<img src="">
Which displays the paragraph description?
<h2>...</h2>
<p>...</p>
<a href="">...</a>
<img src="">
In which file should this appear?
index.html
home.html
style.css
none of these
Which line aligns all the text to the center?
font-family: system-ui;
background: dodgerblue;
color: #222;
text-align: center;
Which line chooses the font family for the text?
font-family: system-ui;
background: dodgerblue;
color: #222;
text-align: center;
Which line chooses the color of the text?
font-family: system-ui;
background: dodgerblue;
color: #222;
text-align: center;
Which line chooses the color of the background?
font-family: system-ui;
background: dodgerblue;
color: #222;
text-align: center;
Which close tag is missing?
</h2>
</p>
</a>
none of these
Which close tag is missing?
</h2>
</p>
</a>
none of these
Which close tag is missing?
</h2>
</p>
</a>
none of these
Which close tag is missing?
</h2>
</p>
</a>
none of these
