Home  >  Article  >  Web Front-end  >  XHTML basics

XHTML basics

WBOY
WBOYOriginal
2016-10-09 08:31:501042browse

Original address: http://www.cnblogs.com/hellokitty1/p/3931663.html

An introduction to client web programming
1. The evolution of enterprise application computers: the centralized computing model of host/dumb terminal (Mainframe/Terminal) to the client/server computing model (client/sever) to the browser/server computing model (browser/sever).
2. Working principle of B/S structure Web applications: Applications developed using the B/S computing model are generally called Web applications.
3.Components of Web application 1: Web page: Content of web page Structure of web page Representation of web page Behavior of web page
4. Component of Web application 2: Web server
5. Component of Web application 3: Web browser
6. Component 4 of Web applications: HTTP protocol Web servers and Web browsers both speak the same language, called HyperText Transfer Protocol HTTP (HyperText Transfer Protocol).
 The HTTP protocol is a set of rules and procedures that enable computers to exchange information over the Web. With the HTTP protocol, no matter where these computers are, what operating system they are using, what web server software they are running, or what browser product they are using, they can communicate with each other through HTTP.
7. Classification of web pages: Static web pages Client-side dynamic web pages Server-side dynamic web pages
8. Division of work in Web projects:
9. Client-side web page programming tools: Dreamweaver WebStorm

第二章  XHTML基础(不要忘记结束标签)
1.

-

标签对标题(heading)定义,从

字的大小越来越小。eg:

This is a heading


2.

标签对段落定义。eg:

This is a paragraph


3.标签进行链接。eg:This is a link
4.标签定义图像。eg:
5.
定义换行。
6.
定义水平线。
7.注释,是会隐藏的。
8.
用于引用文,本将段落进行缩进。
9.定义列表:a 有序列表
                          b无序列表
                          c定义列表

                              
    • 编写文本
    •              
    • 编写文本
    •               
      编写文本

                               
    • 编写文本
    •                
    • 编写文本
    •                
      编写文本

                            
                                                         
10.
定义预格式文本,pre可以使文本完全按照源文件中的编排格式。
11.
与css用于分区,分块。
12.span可以用于指定文字的字体,颜色,下划线。
13.特殊的字符。 空格,两个 相当于一个字符。<左尖括号或者小于号。>右尖括号或者大于号。©版权符号。®;已注册符号。
14.,,
16.
定义表格。
15.
定义表格标题。Monthly savings
定义表格列标题。
17.colspan,合并列。rowspan,合并行。
18."#",等网页。
19.
20.块级元素(文本是换行的):
,
,
,
    ,

    -

    ,
    ,

    ,

    ,,,
    .
    21.内嵌元素(文本是不换行的):,,,