Integrated application case for HTML base tags (color, italic, bold, underline, a tag, unordered list, ordered list)

Source: Internet
Author: User

What is HTML

L HTML(hypertext mark-up Language) is a hypertext Markup language or Hyper-text label language.

L What's hypertext: Hypertext allows you to include images, links, and even music, programs, and more in your pages.

The Web page file itself is a text file that marks individual parts of the page to be displayed by means of a marker symbol.

L What is the Mark : When the browser encounters the corresponding tag symbol , it realizes the corresponding function!

L web page file extension:. html or . htm

Writing Rules

    • HTML tags are keywords surrounded by a pair of angle brackets, such as
    • label names are case insensitive However, it is recommended to use lowercase <font> <FONT> <Font>
    • If there is a space between the attribute attribute and the label name in the tag, if there is more than one attribute in a tag , there is a space between the property and the attribute to be written in the start tag. cannot be written in the end tag
    • If there are attributes in the label  The value of the property is required to be quoted both single and double quotation marks can be
    • Each label needs to be closed, one-sided label needs to be closed with a slash!
    • nested relationships before tags There may be other tags in the label.

the nesting between labels and tags can only be nested using sequential nesting

There are sequence table format:

<ol>

<li> content </li>

<li> Content </li>

<li> Content </li>

<li> Content </li>

</ol>

Unordered list format:

<ul>

<li> content </li>

<li> Content </li>

<li> Content </li>

<li> Content </li>

</ul>

Integrated application case for HTML base tags (color, italic, bold, underline, a tag, unordered list, ordered list)

Related Article

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.