Font size
WorksheetsCSC104 Module 2 Assessment
Total questions: 20
Worksheet time: 29mins
Are special words used inside the opening tag to control the element's behaviour.
Attributes
Paragraph
Style
Formatting
An attribute that specifies the URL of the page the link goes to.
href
src
alt
style
A way in specifying the URL in src attribute that links to an external image that is hosted on another website
exact
absolute
relative
compare
This tag is used to embed an image in an HTML page.
<img>
src
lang
<a>
It specifies the path to the image to be displayed.
<img>
src
lang
<a>
With HTML, you can change the display by adding extra spaces or extra lines in your HTML code.
True
False
Maybe
Dont know
A tag which defines a thematic break in an HTML page
<img>
<pre>
<hr>
<br>
The element that defines a line break.
<img>
<pre>
<hr>
<br>
The element that defines preformatted text and displayed in a fixed-width font.
<img>
<pre>
<hr>
<br>
This attribute is used to add styles to an element, such as color, font, size, and more.
style
formatting
color
property
Give the correct tag in defining bold text.
(a)
Give the correct tag in defining emphasized text.
(a)
Give the correct tag in defining a part of text in an alternate voice or mood.
(a)
Give the correct tag in defining smaller text.
(a)
Give the correct tag in defining important text.
(a)
Give the correct tag in defining subscripted text.
(a)
Give the correct tag in defining superscripted text.
(a)
Give the correct tag in defining inserted text
(a)
Give the correct tag in defining deleted text.
(a)
Give the correct tag in defining marked/highlighted text.
(a)
