HTML Quiz

Choose the correct HTML element for the largest heading:
<h1>
<head>
<h2>
<h6>
What is the correct HTML element for inserting a line break?
<br>
<lb>
<hr>
What is the correct HTML for creating a hyperlink?
<a href="http://www.codezacademy.co.uk">CodezAcademy
<a url="http://www.codezacademy.co.uk">CodezAcademy
<a name="http://www.codezacademy.co.uk.co.uk">CodezAcademy
Which Character indicates an end tag?
<
/
>
*
How can you open a link in a new tab/browser window?
<a href="url" target="new">
<a href="url" target="_blank">
<a href="url" new>
How can you make a numbered list?
<ul>
<nl>
<ol>
<list>
How can you make a bullet-point list?
<ol>
<list>
<ul>
<bl>
What is the correct HTML for inserting an image?
<img href="image.jpg" alt="MyImage">
<img alt="MyImage">image.jpg
<image src="image.jpg" alt="MyImage">
<img src="image.jpg" alt="MyImage">
What is the correct HTML for inserting a background colour?
<background colour="blue">
<body style="background-color: blue">
<body bg="blue">
An <iframe> is used to display a web page within a web page.
True
False
HTML comments start with <!-- and end with -->
True
False
Which HTML element defines the title of a document?
<head>
<title>
<header>
<footer>
Which HTML element is used to specify a footer for a document?
<section>
<footer>
<bottom>
What is the correct HTML element for playing video files?
<movie>
<media>
<video>
What is the correct HTML element for playing audio files?
<mp3>
<audio>
<sound>
<media>
Which HTML element is used to specify a header for a document or section?
<head>
<header>
<title>
<h1>
{"name":"HTML Quiz", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"Choose the correct HTML element for the largest heading:, What is the correct HTML element for inserting a line break?, What is the correct HTML for creating a hyperlink?","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}
Powered by: Quiz Maker