Getting started with HTML --- basic knowledge (1) & lt; basic rules & gt;, simple learning ---

Source: Internet
Author: User
Tags php server

Getting started with HTML --- basic knowledge (1) <Basic Rules>, learn more ---

HTML: structured document, Hypertext Markup Language

(1) Four Basic Rules

1. Each start mark must be used together with the end mark. // <Tag> </tag>

2. The document must contain unique Open and Close tags. All other tags in the document must be included in these two tags.

In eg. state XML, <state> </state> is the only flag to open. Other tags must be included in the two tags.

3. the tags in the document cannot overlap.

Eg. <name> <population> </name> </population> is invalid.

4. the attribute of an element must have an attribute value, which must be caused by single or double quotation marks.

 

 

Web technology composition:

HTML Hypertext Markup Language

CSS Cascading Style Sheets

JavaScript Dynamic Webpage

Ajax enhances browser experience

JQuery write less and do more (more ideas are written less)

PHP server to create dynamic websites

ASP

PHP. NET

ASP. NET

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.