# what is hyperlink in html?
when we click a image, icon, text, or any element than we will be redirect to specified url. this is called hyperlink.
# what is hypertext in html?
Hypertext is a term used to describe a text that contains links to other texts.
# what is list in html?
In HTML, a list is an element used to create organized and structured lists of items.
# What are the three types of HTML lists?
HTML Lists: Ordered and Unordered Lists Explained with ...
There are three types of lists in HTML
1- Unordered list or Bulleted list (ul)
2- Ordered list or Numbered list (ol)
3- Description list or Definition list (dl)