15/27 - Quiz
1. What does HTML stand for?
Hyper Tag Markup Language
Hyper Text Markup Language
Hyperlinks Text Mark Language
Hyperlinking Text Marking Language
2. What symbol indicates a tag?
Angle brackets e.g. <,>
Curved brackets e.g. {,}
Commas e.g. ','
Exclamation marks e.g. !
3. Which of these is a genuine tag keyword?
header
bold
heading
image
4. What is the correct tag for creating a hyperlink?
<anchor>
<link>
<href>
<a>
5. What is the correct tag for a line break?
<brk />
<line />
<bk />
<br />
6. What does CSS stand for?
Computing Style Sheet
Creative Style System
Cascading Style Sheet
Creative Styling Sheet
7. Where should a CSS file be referenced in a HTML file?
Before any HTML code
After all HTML code
Inside the head section
Inside the body section
8. What is the correct format for aligning written content to the center of the page in CSS?
text-align: center;
font-align: center;
text: align-center;
font: align-center;
9. What is the correct format for changing the background colour of a div in CSS?
bg-color: red;
bg-colour: red;
background-colour: red;
background-color: red;
10. What is the correct format to write a div with id "example" ?
<div-id=example>
<div id="example">
<div="example">
<div.example>
Submit Quiz