Answer:
HTML (HyperText Markup Language)
Step-by-step explanation:
HTML is the basic language for the web. HTML is rendered by browsers and are used to display contents on the web page by using special markup characters called tags.
Some of these tags are;
<b></b> for making a text bold,
<i></i> for making a text italicized.
Other tags include that used to insert a hyperlink to various pages or sections within or outside the website.
To achieve this, the <a></a> tag is used. This tag has an attribute called href that allows to specify the webpage or section of the webpage to go to when the link is clicked.