Phase I study concluded

Day1

A. Establishment process

1. Domain Name Registration

2. rent space

3. Website

  1. The theme of the site 2. Search site planning information 3. 4. Make the page (design, front-end, back-end)

4. Website Promotion

5. Website Management

II. Of web pages

Structure (HTML) [W3C]

Performance (css) [W3C]

Behavior (DOM ECMAScript) [ECMAScript]

.HTML three basic concepts

HTML refers HTML XHTML: Extensible HTML HTML5 is the fifth version of HTML

IV. Development / debugging tools

Debugger (browser) => Firefox browser (FireFox)

        Google Chrome (chrome)

        IE browser

Editor => stage: Dreamweaver recommended to use Visual Studio Code

Five .HTML basic grammar

Naming Rules

  It must begin with the first letter of the English name all lowercase letters, numbers, underscores, try not to use capital letters, name not appear in Chinese characters, special characters, spaces

label

  Double labeling: <tag attribute = "attribute value"> </ tag>

  Single tag: <tag attribute = "attribute value" />

Note: Write in <> the first word is called marking, labeling, elements

  Tags and attributes separated by a space, attributes and their values ​​connected by an equal sign (inline style)

  Without a label may be a plurality of attributes properties, attributes, and attribute between separated by a space, and regardless of the order

  Empty table and there is no end tag, use "/" instead 

Six .HTML commonly used tags

  Block elements (transducer elements can be born line)

  Line elements (natural elements can not wrap)

  Inline block elements (not born linefeed width and height, but can be provided an element)

  Table element

  NOTE: Common form element tags: <table> </ table> cellspacing = table cellpadding distance between the distance between the "value" of a cell and cell = "value" and the cell content <tr> </ tr> Form OK <td> </ td> table columns colspan = "value" column were combined rowspan = "value" merge Hang

Guess you like

Origin www.cnblogs.com/nongfusanquan/p/11216809.html