For displaying contact information in web document or in article, we can use?
Home | Discussion ForumFree Online Test
For displaying contact information in web document or in article, we can use?
<address> tag
<article> tag
<contact info> tag
None
Answer : A
Free Online Test
View More Related Question
1) For defining a client-side script e.g. JavaScript which tag is used in HTML documents?
2) Tags that are used to tell meaning of enclosed text (e.g. <strong> </strong> ) these type of tags are called
3) Title element defines title of document at
4) What is the correct HTML for adding a background color?
<body color=”yellow”>
<body bgcolor=”yellow”>
<background>yellow</background>
<body background=”yellow”>
View Answer
5) Why <hr> tag is used in HTML page?