博客
关于我
强烈建议你试试无所不能的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/

你可能感兴趣的文章
不触发警报的PLC攻击方法公布
查看>>
泰一指尚:帮助传统企业构建营销闭环能力
查看>>
绿盟科技网络安全威胁周报2017.12 关注fastjson远程代码执行漏洞 漏洞细节以及利用工具已经曝光...
查看>>
美国博客刊文发布NetApp StoreVault停产通知
查看>>
6张图带你看懂“块数据” ——为什么说得“块”者得天下?
查看>>
用友网络付建华:两大抓手促大型企业财务管理互联网化
查看>>
《那年花开月正圆》热播 让人深觉安防重要性
查看>>
F5:应用定义的智慧云端
查看>>
实现R与Hadoop联合作业的三种方法
查看>>
弱电工程数据中心机房现状定位优化
查看>>
红炜:请换金融视角看光伏电站“融资难”
查看>>
《CCNP TSHOOT 300-135认证考试指南》——6.6节路由式端口故障检测与排除
查看>>
Bootstrap模板代码+页面自适应页面的案例代码
查看>>
《Python语言程序设计》——2.8 数值数据类型和运算符
查看>>
Foreign LINUX 让你在 Windows 运行 Linux 应用
查看>>
《树莓派实战秘籍》——第 2 章 为树莓派做Linux黑客
查看>>
HTML5 移动应用开发的生态环境简介
查看>>
imooc网的主体框架
查看>>
Servlet学习笔记
查看>>
编程实现文件拷贝
查看>>