a) <a>
b) <p>
c) <li>
d) <ol>
Answer: a
Explanation: <a> element is used for creating links. We can click anything written between opening <a> tag and closing </a> tag. E.g., <a href= “http://www.gmail.com”> GMAIL </a>. The text written between <a> and </a> is called link text. <p></p> defines paragraph. <li> specifies list of item. <ol> is ordered list which can be either numerically or alphabetically.
Related Posts
Which attribute defines the file-select field?
Which attribute is used for activation of JavaScript?
How does the color attribute work?
Which of the following is a new input attribute introduce by HTML5?
What is the default type of ‘type’ attribute of <input> element?
Which browser supports mozCurrentSampleOffset?
What can not be done by controls attribute?
Join The Discussion