Blogger Information
Blog 28
fans 0
comment 1
visits 13116
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
php学习第一课:html入门
centos
Original
528 people have browsed it

安装vscode

本机已安装,创建VMware环境来安装,具体环境安装不再演示

下载vscode

  1. vscode官网下载;
  2. 解压安装,初次启动界面如下:
    启动界面

安装插件


练习emmet语法

  1. 调用

    输入叹号!,按下tab键快速生成html代码快速生成代码

  2. 语法

    Child: >
    缩写: div>ul>li

    Sibling: +
    缩写:div+p+h1
    Climb-up: ^
    缩写:div+div>p>span+em^bq
    缩写:div+div>p>span+em^^bq
    分组:()
    Grouping: ( )
    缩写:
    缩写:(div>dl>(dt+dd)3)+footer>p
    重复多份:

    Multiplication:
    缩写:ul>li
    5
    编号:$
    Item numbering: $
    缩写:ul>li.item$*5

    id和类
    缩写:#header
    缩写:.header
    缩写:form.box

    文本:{ }
    Text: { }
    缩写:a{Click me}

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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!