in Web Technologies recategorized by
2,036 views
1 vote
1 vote

Which of the following tag in HTML is used to surround information, such as signature of the person who created the page?

  1. <body></body>
  2. <address></address>
  3. <strong></strong>
  4. <em></em>
in Web Technologies recategorized by
2.0k views

2 Answers

1 vote
1 vote
Best answer

B is answer

<address> </address> tag in HTML is used to surround information, such as signature of the person who created the page

Refer : http://html5doctor.com/the-address-element/

edited by
0 votes
0 votes

The <address> tag defines the contact information for the author/owner of a document or an article.

So answer will be (B)

Other options are:

  •   <body> tag defines the document's body.
  • <strong> defines important text  eg: This is strong
  • <em> Renders as emphasized text  eg: This is em
by

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true