Font size
WorksheetsHTML (Basics)
Total questions: 18
Worksheet time: 12mins
What does HTML stand for?
Hyperlink Text Making Language
Hyper Text Markup Language
How The Media Loads
Hyperlinks, Text, and Media Language
HTML uses text inside angle brackets < >. These are known as...
Elements
HTML
Tags
Headings
What is missing from this image tag? <img alt="A picture of a cute dog">
The source of the image
Where the image goes in the web page
If the image is still or if it is a video
When the image should be displayed
In an image tag, what does the 'alt' attribute do?
Shows the image
Provides a text description of the image
Provides an alternative image
Tells the browser what to do if someone clicks the image
Which is the correct order for these list tags?
<li>
<ul> </ul>
</li>
<ul>
</ul> <li>
</li>
<ul>
<li> </ul>
</li>
<ul>
<li> </li>
</ul>
Which section of a web page contains information about the web page such as the title and style.
Head
HTML
Body
Paragraph
Which section of a web page does the content go into?
HTML
Head
Body
Style
What does the <title> tag do?
Makes the text bold like a page title
Adds a heading to the page with the text in it
Displays the title of the page in the browser tab
Allows you to save the file as a web page
What is the difference between a <h1> and a <h3> tag?
<h1> is bigger than <h3>
<h3> is bigger than <h1>
<h1> cannot be used for titles
<h3> cannot be used for titles
How do you add a blank line to a web page?
<hr>
<blank>
<br>
<break>
In a <table>, what does the <th> tag do?
it defines the table row
It displays the data for that cell on screen
It doesn't do anything
Makes the data in that cell bold like a heading
In a <table>, what does the <td> tag do?
it defines the table row
It displays the data for that cell on screen
It doesn't do anything
Makes the data in that cell bold like a heading
In a <table>, what does the <tr> tag do?
it defines the table row
It displays the data for that cell on screen
It doesn't do anything
Makes the data in that cell bold like a heading
What does <hr> do?
Adds a horizontal line across the page
Adds the current time in hours to the page
It is a placeholder for blank content
It adds a heading to the page
Some of you managed to work with CSS style statements. What does the following statement do: color:blue;
It turns the page blue
It turns the text blue
It turns the page anything but blue
It makes a blue box around an image
How well have you understood this topic?
Not well
Sort of well
Quite well
Very well
Have you enjoyed this topic
Yes
No
At times
What suggestions would you make?
