Html, html tutorial

Source: Internet
Author: User

Html, html tutorial

HTML:

* HTML Overview:

* HTML: Hyper Text Markup Language.

* HTML is composed of a group of tags.

* HTML font labels:

* <Font> tag:

* Attribute: color, size, face

* HTML layout labels:

* H Tag: Title Tag.

* P Tag: paragraph tag.

* B label: bold label.

* I tag: italic tag.

* U Tag: underline tag.

* Br label: line feed.

* Hr Tag: horizontal line.

* HTML image tags:

* Img Tag:

* Attributes:

* Src attribute: Path of the image.

* Relative Path:./indicates the current directory./indicates the upper-level directory.

* Width, height, alt.

* HTML hyperlink labels:

* A Tag:

* Attributes:

* Href: link path.

* Target: Link Opening method. _ self, _ blank, _ parent

* HTML list tags:

* Unordered list: <ul>

* Ordered list: <ol>

* HTML table tags:

* Table label:

* Tr Tag: the row of the table.

* Td Tag: Table column.

* HTML form tags :(*****)

* Form Tag:

* Action attribute: the form submission path.

* Method attribute: Form submission method.

* GET and POST:

* GET: the address bar displays the submitted data. The size is limited.

* POST: the address bar does not display the submitted data, and there is no size limit.

* <Input>

* Type = "text": text Box

* Type = "password": password box.

* Type = "radio": Single-choice button.

* Type = "checkbox": check box.

* Type = "file": file upload.

* Type = "hidden": hides a field.

* Type = "submit": submit button.

* Type = "reset": reset button.

* Type = "button": normal button.

* Type = "image": image button.

* <Select>: drop-down list.

* <Textarea>: Region

* HTML framework Tag:

* <Frameset>

* <Frame>

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.