answersLogoWhite

0

What is legend in HTML?

User Avatar

Anonymous

12y ago
Updated: 8/19/2019

The < legend > tag is used to define a field element. This element is used to group various form elements into logical sets. Most browsers will draw a border around these sets, and show the legend value in a conspicuous place.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Where can you find greek myths and legend games?

Try strategyinformer.com Gamespot.com http://www.rakrent.com/rtsc/html/glist-fant.htm


What is the Irish Gaelic translation of the Tír na nÓg legend?

You can read it in Irish here: http://www.rteguide.ie/mythsandlegends/p2_track5.html


Where can you download Spyro DOTD cutscenes?

here is a link:)http://www.savevid.com/video/the-legend-of-spyro-dawn-of-the-dragon-pt-2.html


Where can you watch the Legend of Korra book 4 trailer in the UK?

The Legend of Korra book 4 trailer is on Nick.com and on YouTube. http://www.nick.com/videos/clip/korra-book-4-trailer-89471257.html https://www.youtube.com/watch?v=NCEFMY4TWGw


Who sang long long lonely hours?

Johnny Legend i think! http://www.megamusicreviews.com/Rock/Oldies_Rock/Rockabilly/Rockabilly_35.html try this link!


Differentiate HTML tag from an HTML documents?

HTML tags are used to delimit HTML elements inside an HTML document.


How do you prepare an HTML?

The basic HTML base to a HTML website is &lt;HTML&gt; &lt;title&gt; &lt;/title&gt; &lt;head&gt; &lt;/head&gt; &lt;body&gt; &lt;/body&gt; &lt;/HTML&gt;


How do you put HTML in PHP?

Its done exactly the same as when you put it in an HTML file. There are 2 ways you can do it: &lt;html&gt; &lt;?php // php stuff ?&gt; &lt;/html&gt; Or you can do it like this: &lt;?php echo "&lt;html&gt;"; // php stuff echo "&lt;/html&gt;"; ?&gt;


True or false the latest reformulated version of HTML is HTML 1.0?

This is false, the newest version of HTML is HTML 5.


Is html a replacement for xhtml?

No. HTML existed before XHTML. XHTML combines XML and HTML, so it is an advancement on HTML.


How do you cancel HTML?

To cancel or end an &lt;html&gt; tag you simply type &lt;/html&gt;.


How do you submit an HTML?

I don't understand exactly what you mean by that but if you simply save a file with the extension .HTML it will be a HTML file that you can publish online. for eg &lt;HTML&gt; &lt;body&gt; This is my HTML page &lt;/body&gt; &lt;/HTML&gt; will simply show "This is my HTML page" on your web browser hope i helped