HTML Language Basics App

Source: Internet
Author: User

What an HTML document can contain:

Text:

    • HTML support for text is the most abundant, you can set different levels of title, segmentation and wrapping, you can specify the semantics and appearance of text, you can describe the text is referenced from other places, and so on.

Link

    • Links are used to indicate that the content is related to another page or to a location on the current page.

Image

    • Images are used to make the page more aesthetically pleasing, or to provide more information.

List

    • Lists are used to describe a series of entries that are related to each other.

Form

    • A table is the form in which data is organized by rows and columns. There are also many people who use tables for page layouts.

Form

    • Forms are usually made up of text input boxes, buttons, multiple boxes, radio boxes, drop-down lists, and so on, making HTML pages more interactive.

Framework

    • The framework enables pages to contain other pages.

The HTML language is composed of several parts:

650) this.width=650; "title=" QQ picture 20150731170534.png "Src=" http://s3.51cto.com/wyfs02/M01/72/75/ Wkiom1xkblndygvqaaa5femvr5w424.jpg "alt=" Wkiom1xkblndygvqaaa5femvr5w424.jpg "/>

<link ></link> Show Links

<script></script> indicates that scripts are used to call JavaScript

<body></body> is the main component of the HTML language, and even contains a lot of content.

<a href= "" ></a> provide the page address of the jump within the body

Because HTML tags are used with angle brackets, if you want to use angle brackets in the text, you need to escape, the HTML provides an escape with &lt to indicate that the <,&GT represents greater than. and "&" is expressed in &amp.

This article is from the "linuxoracle" blog, make sure to keep this source http://onlinekof2001.blog.51cto.com/3106724/1690185

HTML Language Basics App

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.