A | B |
<ul> | To define a list that follow specific sequence or hierarchy |
<ol> | List item tag indicates an item in the list |
<li> | List item tag indicates an item in the list |
<dt> | Definition term element are intended to display terms and their definitions |
<dd> | Definition description |
<b> | Bold |
<i> | Italic |
<em> | Emphasis |
<strong> | used to mark important text |
<cite> | Denotes a citation or reference to another source |
® | ® |
™ | ™ |
© | © |
¼ | ¼ |
½ | ½ |
¾ | ¾ |
<html lang=“en” > | Specifies that the documents primary language is English |
<i lang=“fr”> text </i> | To specify a phrase or a section is in a specific language |
<section id=“maincontent”> | To set a unique identifier for an element on a page |
<blockquote> | Element is a block element, so it creates a line break. |
<q> | Used to define short, insline quotations, using the cite attribute |
<abbr> | Used to define abbreviations and acronyms. |