WorksheetsHTML Basic #2
Total questions: 20
Worksheet time: 7mins
Text formatting that highlights the text
<b>
<em>
<mark>
<i>
Text formatting that defines emphasized text.
<emp>
<b>
<strong>
<ins>
Text formatting element that outputs underlined text
<b>
<small>
<mark>
<ins>
Element defines a section that is quoted from another source
<q>
<blockquote>
<quote>
<p>
Element defines bold text, without any extra importance
<blockquote>
<strong>
<i>
<b>
Defines a short quotation
<q>
<p>
<pre>
<cite>
Defines an abbreviation or in an acronym
<pre>
<abbr>
<blockquote>
<q>
Defines the contact information for the author/owner of a document or an article
<blockquote>
<cite>
<address>
<q>
Tag defines the title of a creative work
<blockquote>
<q>
<abbr>
<cite>
BDO stands for?
Binary Direction Output
Bi-Directional Output
Bi-Directional Override
Banco De Oro
Tag is used to override the current text direction
<bdo>
<rtl>
<rdo>
<cite>
Syntax for writing HTML comments
/* Write your comments here */
// Write your comments here //
<* Write your comments here *>
<!- - Write your comments here - ->
Below color values are accepted by HTML except:
rgb
hsla
color_name
rgba
Paragraph that outputs a background color of tomato
<p style="Tomato;">Some Paragraph here <p>
<p style="background-color: DodgerBlue;">Some Paragraph here <p>
<p style="color: Tomato;">Some Paragraph here <p>
<p style="background-color: Tomato;">Some Paragraph here <p>
Color value that is specified with #RRGGBB
RGB
HSL
HEX
Color Name
Tag that is defined as hyperlink
anchor
anchovies
arial
aipom
On HTML links target attribute, these value opens the document in a new parent frame
_self
_blank
_parent
_top
Target attribute value that is default.
_self
_blank
_parent
_top
Use _______ inside the href attribute to create link that opens the user's email program (to let them send a new email)
malito:
mailfrom:
mailcc:
mailto:
Attribute specifies extra information about an element. Information is most often shown as a tooltip text when the mouse moves over the element
tooltip
title
subject
toolbar
