Explanation: Used to create numbered list.
Example:
<ol> <li>One</li> <li>Two</li> </ol>
Output:
Explanation: Used to create bullet list.
Example:
<ul> <li>Apple</li> <li>Banana</li> </ul>
Output:
Explanation: Used for description list.
Example:
<dl> <dt>HTML</dt> <dd>Markup Language</dd> </dl>
Output:
Explanation: Used to create links between pages.
Syntax:
<a href="index.html">Home</a>
Example:
Go to HomeExplanation: Used to scroll text on screen.
Example:
<marquee>Welcome</marquee>
Output: