Blogger Information
Blog 9
fans 0
comment 0
visits 6074
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
vscode 插件 浏览器插件 常用标签
蔡威
Original
857 people have browsed it

vscode 插件

  • auto close tag
  • auto complete tag
  • auto rename tag
  • chinese languague
  • html css support
  • live server 不知道这个和下面的是哪个实现 的在网页中实时预览的,挺方便的
  • live server preview

chrome 插件

  • igg谷歌 用由翻谷歌应用的墙
  • 划词翻译
  • charset
  • 简悦 真的不错

无序标签

  1. <ul>
  2. <li> 无序的
  3. <li> 无序的
  4. </ul>

有序标签

  1. <ol>
  2. <li>我是有序的</li>
  3. 但我不知道序号哪去了。。。
  4. </ol>

自定义标签

  • 自定义是dl + dt + dd define list define title dd是啥缩写就不知道了
    1. <dl>
    2. <dt>自定义一
    3. <dd>这行会有缩进,像名词解释一样</dd>
    4. <dd>这行会有缩进,像名词解释一样</dd>
    5. </dt>
    6. <dt>自定义二
    7. <dd>这行会有缩进,像名词解释一样</dd>
    8. <dd>这行会有缩进,像名词解释一样</dd>
    9. </dt>
    10. </dl>

其它标签

```

<p>段落标签</p>

<h1>标题一</h1>

<h2>标题二</h2>


<h6>标题二</h6>
<a href=:"https://www.google.com/" target ="_self">说是灵魂</a> 同窗口打开 值 为 _ blank 是新窗口打开

跳转是A标签 把地址值 设为本页id
<a href="footer">a标签 跳转id 为 footer 处</a>

<p id = "footer">这 是要跳转的地方</p>
<a href ="#">回到顶部</a>

<img scr = "./img/123.jpg" alt ="文字描述"> 这是个单标签 用成双标签会不会错?width 和 high 只用一个就行,但最好在css里设置,不要写在标签里

Correcting teacher:天蓬老师天蓬老师

Correction status:qualified

Teacher's comments:live server preview, 无法看到控制台输出,所以不用它
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