博客
关于我
第14.2节 HTML知识简介
阅读量:97 次
发布时间:2019-02-26

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

HTML????

1. HTML????

HTML?Hyper Text Markup Language??????????????????????????????????markup tag?????????????????????HTML????????????????????????????????????????????

2. HTML?????

  • ???HTML????????????????????<html>?<a>?<h1>????????????????????????????????????????????
  • ???????????????????????????<html></html>?
  • ???????????????????????????<br>?
  • ???HTML??????????????????????????????????????????????????

3. HTML????

  • ????block level elements???????????????????????<div>?<p>?<h1>??????????????????????????????????????
  • ????inline elements????????????????????<a>?<span>?<em>???????????????????????????????????????

4. ??????

  • ?????
    • ??????????????????????????
    • ???????????????????
    • ???????????????????????
  • ?????
    • a???????hover?link?visited???????????????
    • div???????????????????????????????
    • h1?h6?p??????????

5. ????

HTML????????????????????name="value"???????class??????id??????style?????title??????

6. ??????

  • <div>??????????????
  • <p>????????????
  • <a>??????
  • <img>???????????
  • <br>?????????
  • <hr>?????????
  • <!--??-->?????????????
  • <center>????????
  • <font>?????????????
  • <u>???????
  • <i>??????
  • <b>??????
  • <big>????????
  • <em>????????
  • <small>????????
  • <strong>????????
  • <sub>??????
  • <sup>??????
  • <ins>???????
  • <del>????????????

7. ??????

????????

  • ???<span>?<p>?????<div>????????????
你可能感兴趣的文章
properties出现中文乱码解决方法(万能)
查看>>
Property 'submit' of object #<HTMLFormElement> is not a function
查看>>
property--staticmethod--classmethod
查看>>
propertyGrid
查看>>
propertyPlaceholderConfigurer读取配置文件
查看>>
PyTorch-Tutorials【pytorch官方教程中英文详解】- 5 Build Model
查看>>
proteus三输入与非门名字_proteus 元件名称对照表
查看>>
Protobuf - 语法、字段使用规则、注意事项
查看>>
protobuf —— 快速上手
查看>>
protobuf —— 认识和安装
查看>>
Protobuf 三个关键字required、optional、repeated的理解
查看>>
ProtoBuf 原理详解
查看>>
Protobuf 实例(java)
查看>>
ProtoBuf 实际应用(java)
查看>>
Protobuf 属性解释
查看>>
Protobuf 编译工具转换 Java 类
查看>>
protobuf使用详解
查看>>
ProtoBuf在使用protoc进行编译时提示: Required fields are not allowed in proto3
查看>>
Protobuf学习 - 入门
查看>>
protobuf对象与JSON相互转换
查看>>