HTML Series Tutorials--embed fieldset legend Figure Figurecaption

Source: Internet
Author: User

<embed> Tags: defining embedded content
<embed src= "" type= ""/>
Embed properties:
1.SRC: Embedded Content Address
2.type: Type See http://www.iana.org/assignments/media-types/media-types.xhtml
3.width
4.height

<fieldset> Tags: You can group related elements within a form,<legend> labels define headings for fieldset elements
<form>
<fieldset>
<legend> Health Information </legend>
Height: <input type= "text"/>
Weight: <input type= "text"/>
</fieldset>
</form>

<figure> Tags: Specify separate stream content (images, charts, photos, code, and so on, the content of the figure element should be related to the main content, but if deleted, it should not affect the flow of the document.)
The <figcaption> element adds a caption (caption) to the figure, and the "figcaption" element should be placed in the position of the first or last child element of the "figure" element.
Demo
<figure>
<p> the Lupu Bridge on the Huangpu River </p>
</figure>
It is recommended to use a second
<figure>
<figcaption> the Lupu Bridge on the Huangpu River </figcaption>
</figure>

HTML Series Tutorials--embed fieldset legend Figure Figurecaption

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.