博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
HTML基础(一)
阅读量:5789 次
发布时间:2019-06-18

本文共 2246 字,大约阅读时间需要 7 分钟。

1.HTML三部分:<html></html>  <title></title>  <body></body>

例子:

This the first HTML pageThis the HTML web page!

运行结果:

 

2.标题

格式:<hn 属性>文字添加部分</hn>  其中 n=1~6

例子:

This the first HTML pageThis the HTML web page!

This the HTML web page!

This the HTML web page!

This the HTML web page!

This the HTML web page!

This the HTML web page!
This the HTML web page!
This the HTML web page!

运行结果:

 

3.段落、换行、空格

<p>     段落标记

<br>    换行标记

&nbsp;  空格标记

例子:

This the first HTML page

Paragraph

Paragraph1

Paragraph2

Paragraph3

Newline

Newline1
Newline2
Newline3

Blank

Blank1 Blank2 Blank3 

运行结果:

 

4.标签中的属性和区域控制标签

格式: <标签名 属性1 = "属性值" 属性值2 = "属性值" ...... 属性值n = "属性值">内容</标签名>

    <div align = "center/left/right">文本</div>  区域控制标签

例子:

This the first HTML page
HTML
HTML
HTML

运行结果:

 

5.在网页中加入水平线

格式:   <hr align = "" size = "" width = "" color = "" [noshade]>

           noshade  是否显示阴影

例子:

This the first HTML page


运行结果:

 

6.显示预排格式标签

格式:<pre>文字内容</pre>

例子:

This the first HTML page

This the HTML web page!

This the first sentense! This the second sentense!This the third sentense! This the fifth sentense!

This the HTML web page!

This the first sentense! This the second sentense!This the third sentense! This the fourth sentense!

运行结果:

 

 

7.文字标签font

格式:<font size = "" color = "" face = "">文字</font>

例子:

This the first HTML page
This the HTML web page!
This the HTML web page!
This the HTML web page!
This the HTML web page!
23
  
23
  
This the HTML web page!
  

运行结果:

 

8.超级链接

格式:<a href = "路径" name = "热点名" target = "打开方式">链接元素</a>

例子:

This the first HTML page

运行结果:

 

9.链接

格式:    <a href = "#标记号">热点文本</a>

            <a name = "标记号">显示的热点文本</a>

例子:

This the first HTML page热点文字

HTML

HTML

HTML

HTML

HTML

HTML

HTML

HTML

HTML

HTML

HTML

HTML

HTML

HTML

HTML

HTML

HTML

HTML

HTML

HTML

HTML

HTML

HTML

HTML

HTML

HTML

HTML

HTML

跳到这里

HTML

HTML

HTML

HTML

HTML

HTML

HTML

HTML

HTML

HTML

HTML

HTML

HTML

HTML

HTML

HTML

HTML

HTML

HTML

HTML

HTML

HTML

HTML

HTML

HTML

HTML

HTML

运行结果:

 

 

10.链接标签综合应用:应用到别的页面的热点

格式: <a href = "路径#标记号">热点文本</a>

例子:

运行结果:

单击链接结果:

 

 

相关文章:

  (1)HTML基础(一)

  (2)

 

转载地址:http://xxgyx.baihongyu.com/

你可能感兴趣的文章
Uva 839 Not so Mobile
查看>>
30款超酷的HTTP 404页面未找到错误设计
查看>>
程序猿必备 MyEclipse2013-2014系列
查看>>
java中ArrayList 、LinkList区别
查看>>
Spring ’14 Wave Update: Installing Dynamics CRM on Tablets for Windows 8.1
查看>>
利用rand7()构造rand10()
查看>>
MySQL 备份与恢复
查看>>
吃午饭前,按书上的代码写会儿--Hunt the Wumpus第一个版本
查看>>
easyui中combobox的值改变onchang事件
查看>>
Eclipse魔法堂:任务管理器
查看>>
一周自学动态站点设计
查看>>
Android-Universal-Image-Loader
查看>>
Android 从硬件到应用:一步一步向上爬 4 -- 使用 JNI 方法调硬件驱动
查看>>
TEST
查看>>
loadrunner 的Administration Page里面设置
查看>>
程序员喜欢怎样的职位描述?(转)
查看>>
威胁快报|ProtonMiner挖矿蠕虫扩大攻击面,加速传播
查看>>
PAT A1116
查看>>
App上架/更新怕被拒? iOS过审“避雷秘籍”请查收
查看>>
CentOS 7 防火墙操作
查看>>