skip to main
|
skip to sidebar
Destination-Code - Chetan Crasta's XHTML, HTML and CSS Notes
Chetan Crasta's XHTML, HTML and CSS Notes
Tuesday, July 22, 2008
The <legend> tag
The
legend
tag creates a label for a fieldset in a form. The
legend
tag can only be contained in a fieldset.
The above legend was created with the following code:
<fieldset>
<legend>Compulsory Info</legend>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Blog Archive
►
2011
(8)
►
January
(8)
►
2010
(40)
►
December
(2)
►
November
(1)
►
September
(1)
►
August
(8)
►
July
(20)
►
March
(2)
►
February
(6)
►
2009
(23)
►
November
(9)
►
August
(2)
►
June
(3)
►
January
(9)
▼
2008
(95)
►
December
(2)
►
October
(8)
►
September
(18)
►
August
(31)
▼
July
(36)
Web Page Redirection
<thead>,<tfoot> and <tbody>
The colspan and rowspan attributes
Tables
The <legend> tag
The <label> tag
Accesskey attributes
The select tag
The <textarea> Tag
Forms - Hidden Fields
Forms - Action Buttons
Forms - Radio buttons
Forms - Checkboxes
<input> Tag - File Selection
Forms - Masked Text Controls
Forms - Text Entry Controls
The <input> tag
The tabindex attribute
The accesskey attribute
Form submission trick using mailto
post vs get
CSS Terms
Adding CSS to an XHTML document
<style> and <link>: the media attribute
Inline Styles (CSS) - Putting CSS within (X)HTML tags
Ordered List Numbering Tricks
The Meta tag
Links: the target attribute
Hyperlinks: rel and rev attributes
Forms: Tabbing with tabindex
Image Maps
Mailto links
Relative FTP URL
URL Encodings
Hyperlinks and URLs
The <address> element
Labels
attribute
(21)
block element
(10)
box properties
(6)
bugs
(3)
cascade
(1)
css
(79)
deprecated
(7)
flow element
(3)
fonts
(28)
form control element
(1)
frames
(1)
ftp
(1)
head element
(1)
head tag
(4)
html
(96)
http
(3)
inheritance
(2)
inline element
(22)
internet explorer
(1)
javascript
(1)
layout properties
(1)
non-semantic
(1)
nonstandard
(1)
other
(5)
phrase element
(1)
presentational
(1)
property
(9)
proprietary
(1)
replaced element
(1)
selectors
(5)
semantic tag
(1)
structural element
(1)
table elements
(2)
tables
(3)
text
(8)
text properties
(1)
unrendered element
(1)
values
(16)
xhtml
(93)
About Me
Chetan Crasta
Bangalore, Karnataka, India
Just wanted to do my bit to help those who, like me, have to deal with the pitfalls of web coding.
View my complete profile
No comments:
Post a Comment