HTML, html5

Source: Internet
Author: User

HTML, html5

HTML Basics

Mainly inHereI thinkW3shoolIt is a good place to learn.

I recently learned some about HTML, and did not have a detailed system to learn its syntax knowledge. I have learned some about it at the basic level.

What is HTML?Below is:

 

HTML (Hyper Text Markup Language) is a Language used to describe web pages. Rather than programming languages, this is different from the C language. XML is used to store and transmit webpage information, while HTML is used to display webpage information. Pay attention to the differences between the two. HTML documents are actually called Web pages. Web browsers read HTML documents and display them as webpages. Of course, labels are not displayed.

HTML has many tags-tags. HTML tags are keywords surrounded by Angle brackets. For example,

Table

The table is defined by the <table> label. Each table has several rows (defined by the <tr> label) and each row is divided into several cells (defined by the <td> label ). The letter td refers to table data, that is, the content of the data cell. Data cells can contain text, images, lists, paragraphs, forms, horizontal lines, tables, and so on.

<table border="1"> <tr> <td>&nbsp&nbsp&nbsp&nbsp</td> <td>&nbsp&nbsp&nbsp&nbsp</td> </tr> <tr> <td>&nbsp&nbsp&nbsp&nbsp</td> <td>&nbsp&nbsp&nbsp&nbsp</td> </tr></table>

 

The table header is defined using the <th> label.

<table border="1"> <tr> <th>Heading</th> <th>Another Heading</th> </tr> <tr> <td>XXX</td> <td>XXX</td> </tr> <tr> <td>XXX</td> <td>XXX</td> </tr> </table>

The logon programming interface is as follows:

<Html> 


Registration programming:

<! DOCTYPE html> 

 

 

 

 

 

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.