3 1 2 3 2 html head titletitle

  • Slides: 76
Download presentation

3. 1. 2标题字 <!--程序 3 -2 --> <html> <head> <title>在网页中添加标题字</title> </head> <body> <h 1

3. 1. 2标题字 <!--程序 3 -2 --> <html> <head> <title>在网页中添加标题字</title> </head> <body> <h 1 align="center">一级标题</h 1> <h 2>二级标题</h 2> <h 3>三级标题</h 3> <h 4 align=left >四级标题</h 4> <h 5 align=center>五级标题</h 5> <h 6 align=right>六级标题</h 6> </body> </html>

3. 1. 3添加空格 <!--程序 3 -3 --> <html> <head> <title>在网页中添加空格</title> </head> <body> 这是一本  介绍HTML,CSS,

3. 1. 3添加空格 <!--程序 3 -3 --> <html> <head> <title>在网页中添加空格</title> </head> <body> 这是一本  介绍HTML,CSS, JAVASCRIPT  的专业书籍。 </body> </html>

3. 3. 2删除线 <!--程序 3 -8 --> <html> <head> <title>给文字添加删除线</title> </head> <body> 作者信箱由<del>junmeihao@gmail. com</del>更改

3. 3. 2删除线 <!--程序 3 -8 --> <html> <head> <title>给文字添加删除线</title> </head> <body> 作者信箱由<del>junmeihao@gmail. com</del>更改 为hongmei@gmail. com <!--添加删除线--> </body> </html>

3. 3. 3上标、下标 <!--程序 3 -9 --> <html> <head> <title>上标、下标的实现</title> </head> <body> <h 2>解下面的代数方程式</h

3. 3. 3上标、下标 <!--程序 3 -9 --> <html> <head> <title>上标、下标的实现</title> </head> <body> <h 2>解下面的代数方程式</h 2> x<sup>2</sup>-3 x+2=0 解:x<sub>1</sub>=2; x<sub>2</sub>=1 </body> </html>

3. 3. 5设置地址文字 <!--程序 3 -11 --> <html> <head> <title>设置地址文字</title> </head> <body> 给我们写信: <address>wangtao@gmail.

3. 3. 5设置地址文字 <!--程序 3 -11 --> <html> <head> <title>设置地址文字</title> </head> <body> 给我们写信: <address>wangtao@gmail. com</address> </body> </html>

3. 3. 6设置等宽文字 01:<!--程序 3 -12 --> 02:<html> 03:<head> 04: <title>设置等宽文字</title> 05:</head> 06:<body> 07:

3. 3. 6设置等宽文字 01:<!--程序 3 -12 --> 02:<html> 03:<head> 04: <title>设置等宽文字</title> 05:</head> 06:<body> 07: <h 2>成功源于努力去克服困难</h 2> 08: <p><tt>Success grows out of struggles to overcome difficulties. </tt></p>

3. 3. 6设置等宽文字 09: <p><tt>Success grows out of struggles to overcome difficulties. </tt></p> 10:

3. 3. 6设置等宽文字 09: <p><tt>Success grows out of struggles to overcome difficulties. </tt></p> 10: <p><tt>Success grows out of struggles to overcome difficulties. </tt></p> 11: <p><tt>Success grows out of struggles to overcome difficulties. </tt></p> 12:</body> 13:</html>

3. 5小实例 <!--程序 3 -21 --> <html> <head> <title>文字网页</title> </head> <body> <h 2 align=center>唐诗欣赏</h

3. 5小实例 <!--程序 3 -21 --> <html> <head> <title>文字网页</title> </head> <body> <h 2 align=center>唐诗欣赏</h 2> <hr width="100%" size="1" color="#00 ffee"> <p align="center"><b><font size="3">静夜思</font></b></p> <p align="center"><font size="2">李白</font></p> <p align="center"><b>床前明月光, 疑是地上霜。 举头望明月, 低头思故乡。</b></p> <p>  </p> <hr width="100%" size="1" color="#00 ffee"> <p><font class="text"><b>【简析】</b>

Company name 网页设计与开发 w w w . h n u f e . e

Company name 网页设计与开发 w w w . h n u f e . e d u . c n