Home > Web Front-end > H5 Tutorial > body text

Overview and usage of fieldset tag in HTML_html5 tutorial skills

WBOY
Release: 2016-05-16 15:49:49
Original
1827 people have browsed it

1. Confession
I didn’t learn HTML well before, so I felt strange when I saw the control group style before, so I implemented one using CSS. But when I came across this label by chance, I discovered how easy it is. well! In the future, when learning knowledge, don’t just skimp on it, you must go in depth and understand it comprehensively. Okay, no more trolling, I just wrote it to myself to be a wake-up call. Start learning this label.

2. Brief description

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 field, fieldset is obvious, that is, "my territory is mine." I label you this series.
The tag defines the title for the fieldset element.

Copy code
The code is as follows:


< fieldset>
health information
height:
weight:


Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template