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