今天学习总结

HTML常用元素与属性
描述html元素的功能,


双标签内容由用户提供:

Hello world


单标签/空元素
内容由标签的某个属性设置:
通常用来加载一些外部资源,例如图片,视频,音频,文档

加载css 属性 写到开始标签中: ,

Hello

不同的类型的标签,具有不同的属性,但是总有一些通用的,共有的属性 通用属性 id class style title 推荐安装三个vscode插件 auto reanme tag auto closed tag prettier-format code

!DOCTYPE html>

元素,标签,属性

Hello World

<img src=" https://img0.baidu.com/it/u=1802049463 ,150729828&fm=253&fmt=auto&app=138&f=JPEG?w=889&h=500"alt="" />

<!-- ----------------------------------------------------------- -->


今天是一个重要的日子


邮箱:



我今天吃炒面


我今天吃了很多的小龙虾










庆祝100年诞辰


列表元素
  1. haha1
  2. haha2
  3. haha3
<>
  • 星期一

  • 星期二

  • <img src="https://n.sinaimg.cn/spider20240522/140/w800h940/20240522/0404-5080396beb643d58e904d4a6918a6000.jpg " alt=""width=90>


  • 星期三

  • <img src="https://n.sinaimg.cn/spider20240522/140/w800h940/20240522/0404-5080396beb643d58e904d4a6918a6000.jpg " alt=""width=90>


  • 星期四

  • <img src="https://n.sinaimg.cn/spider20240522/140/w800h940/20240522/0404-5080396beb643d58e904d4a6918a6000.jpg " alt=""width=90>


  • 星期五

  • <img src="https://n.sinaimg.cn/spider20240522/140/w800h940/20240522/0404-5080396beb643d58e904d4a6918a6000.jpg " alt=""width=90>


  • 星期六

  • <img src="https://n.sinaimg.cn/spider20240522/140/w800h940/20240522/0404-5080396beb643d58e904d4a6918a6000.jpg " alt=""width=90>

    !DOCTYPE html>

    表格元素 工资表
    id name salary
    1 西子 5000
    2 李子 7000
    3 橘子 8000
    3 18000
    工资表


























    id name salary
    1 西子 5000
    2 李子 7000
    3 橘子 8000
    3 18000


    >
    <td rowspan="2"bgcolor="yellow">x



    <td "colspan="3" bgcolor="lightblue" >x









    合并演示
    x x x x x
    x
    x x x x x
    posted @ 2024-05-24 19:53  豹纹守宫  阅读(31)  评论(0)    收藏  举报