Describe when it’s appropriate to use the small element and provide an example?



Describe when it’s appropriate to use the small element and provide an example?..

Answer / chaitu

In HTML 4.01 the small element was a presentational element to mark up smaller text. In HTML5 it should be used semantically to represent legal disclaimers, caveats, and so on. The text may well be “small”, but this isn’t required.

An example of its use is shown below:

<img src="image.jpg" alt="London by night">

<small>The copyright of this image is owned by Aurelio De Rosa</small>

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More HTML DHTML XHTML Code Interview Questions

Consider the following markup: <figure> <picture> <source media="(min-width: 40em)" srcset="large.jpg 1024w, medium.jpg 640w, small.jpg 320y"> <img src="medium.jpg" alt="London by night"> </picture> <figcaption>A landscape of London by night</figcaption> </figure> Is it valid? If not, can you explain why?

1 Answers  


Describe when it’s appropriate to use the small element and provide an example?

1 Answers  


How to create nest tables within tables in HTML?

1 Answers  


Explain marquee tag.

1 Answers  


What is the mark element? Can you describe an example of use for this element?

1 Answers  






Is it possible to express a date range using a single time element?

1 Answers  


What’s the difference between the meter element and the progress element?

1 Answers  


Can you describe why hgroup was dropped and how the markup can be addressed today with an example?

1 Answers  


What is the longdesc attribute? Can you explain its purpose?

1 Answers  


Is the alt attribute mandatory on img elements? If not, can you describe a scenario where it can be set to an empty value? Does an empty value affect accessibility in any way?

1 Answers  


How to create a button which acts like a link?

1 Answers  


Which network design layer provides a connection point for end user devices to the network? access core distribution networkby a networking device

3 Answers  


Categories
  • PHP Code Interview Questions PHP Code (33)
  • JSP Code Interview Questions JSP Code (6)
  • ASP Code Interview Questions ASP Code (5)
  • CGI Perl Code Interview Questions CGI Perl Code (3)
  • JavaScript Code Interview Questions JavaScript Code (63)
  • VB Script Code Interview Questions VB Script Code (20)
  • Shell Script Code Interview Questions Shell Script Code (31)
  • Python Code Interview Questions Python Code (34)
  • WinRunner Code Interview Questions WinRunner Code (1)
  • HTML DHTML XHTML Code Interview Questions HTML DHTML XHTML Code (13)
  • XML Interview Questions XML (43)
  • Scripts_Markup Code AllOther Interview Questions Scripts_Markup Code AllOther (5)