Home>Article>Web Front-end> Detailed explanation of the usage of html
The
2b5469ab79cf842344327415c3b3bb95 tag packages part of the form content to generate a set of related form fields. Two levels of meaning are extracted from it:
1. The fieldset exists in the form (this is not accurate);
2. The function of grouping and packaging. field: [fiːld] field; pasture; wilderness; battlefield; sports ground. The meaning of fieldset is obvious, that is, "my territory listens to me." I label you this series.
The e911751791aa3ba95dc724e2fb905976 tag defines the title for the fieldset element.
10:31:44fieldset is an uncommonHTML tag, which is very interesting. Its syntax is as follows:
In IE, if you do not add The effect of css and fieldset is rounded corners, but after adding css, it becomes square corners.
The effects in Firefox are all square corners.
Examples are as follows:
The following are code snippets:
Please tell me how to use the fieldset tag in Html language, and why fieldset is not commonly used? Is it because the label itself has some flaws?
This tag is mainly used for grouping page elements, because the popularpage layoutmethod is div + css, so there are very few opportunities to apply these traditional HTML tags
The above is the detailed content of Detailed explanation of the usage of html