Blogger Information
Blog 17
fans 0
comment 0
visits 13710
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
HTML基础知识了解
ROC-Y
Original
602 people have browsed it

什么是html?

  • HyperText Markup Language:超文本标记语言,网页语言
  • 超文本:超出文本的范畴,使用html可以轻松实现这样操作
  • 标记:html所有的操作都是通过标记实现的,标记就是标签,<标签名称>

html的规范(遵循)

  • 1、一个html文件开始标签和结束的标签
  • 2、html包含两部分内容 (1) 设置相关信息 (2) 显示在页面上的内容都写在body里面
  • 3、html的标签有开始标签,也要有结束标签
  • 4、html的代码不区分大小写的
  • 5、有些标签,没有结束标签 ,在标签内结束 - 比如 换行

html的操作思想

  • 网页中有很多数据,不同的数据可能需要不同的显示效果,这个时候需要使用标签把要操作的数据包起来(封装起来), 通过修改标签的属性值实现标签内数据样式的变化。

html中常用的标签

  • 文字标签和注释标签
    • 文字标签:修改文字的样式
    • 属性:
      • size: 文字的大小 取值范围 1-7,超出了7,默认还是7
      • color:文字颜色
        • 两种表示方式:
          • 英文单词:red green blue black white yellow gray……
          • 使用十六进制数表示 #ffffff : RGB - 通过工具实现不同的颜色 #66cc66
    • 注释标签: html的注释 <!--XXX-->
    • 标题标签: 从h1到h6,大小是依次变小,同时会自动换行
    • 水平线标签:<hr>属性: size: 水平线的粗细 取值范围 1-7 ; color: 颜色
    • 特殊字符: 需要对特殊字符进行转义 < < > > 空格: & : &

第一页第二页第三页

Correcting teacher:天蓬老师天蓬老师

Correction status:qualified

Teacher's comments:手写的有点多了, 没有这么多的, 不过, 作业完成的相当认真, 也相当棒
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post