2. Unlocking of Difficulties
•Preceded – to be, go, or come ahead or in
front of (Merriam-Webster Dictionary)
•Terminated – coming to end and or capable
of ending (Merriam-Webster Dictionary)
3. Character Entities
•A character entity is a set of characters that
performs a specific task. It is used to insert special
characters that are not present on the keyboard. All
character entities are preceded by an ampersand (&)
symbol, followed by the code and terminated by a
semicolon (;).
7. Phrasing Content
•It is a type of content that consists of
text and HTML element that markup the
text within paragraphs. It is used to put
emphasis on specific areas on the
paragraph.
8. Element Description/Use Syntax
Strong
The element that defines a text with a
strong importance and typically displayed
in bold
<strong>..</strong>
b
The element used for specifying bold
text
<b>…</b>
em
The element used to emphasize the
content and displays in italics
<em> … </em>
i
Used to represent text in an “alternate
voice” such as translated foreign words,
technical terms, and typographical
italicized text
<i>...</i>
9. address
The element defines preformatted text.
It displays text exactly as it appears in the
HTML document
<pre>…</pre>
code It represent a portion of computer code <code> … </code>
Samp
It is used to define the sample output
form a computer program or script
<samp>…</samp>
Kbd
It defines keyboard input. It can be
found in online technical manual or
support sites
<kbd>…</kbd>
Var
It defines variable. A variable can be a
mathematical expression or
programming context.
<var>…</var>
s
It represents contents that are no longer
accurate or no longer relevant
<s>…</s>