Blogger Information
Blog 1
fans 0
comment 0
visits 531
Related recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
前端环境搭建与HTML
鸿德理论帮
Original
531 people have browsed it

前端环境搭建与HTML

环境搭建

  • 安装Visual Studio Code以及常用插件
    插件笔记
    1.Chinese(简体中文)
    2.HTML CSS Support(代码提示)
    3.Auto Close Tag(标签自动关闭)
    4.Auto Rename Tag(标签自动更名)
    5.One Dark Pro(主题)
    6.微软账户同步(不同电脑不用繁琐装插件)
  • 安装Google 浏览器(感觉没问题所以略过)

  • 标题和段落
    页面看到的内容都是由元素组成,元素由标签来描述分为单标签和双标签。元素特征由属性来描述,属性要写到起始标签中。
    元素是有标签和属性共同组成
    <h1>我是标题老大</h1>
    <h2>我是标题老二</h2>
    <h1></h1>
    <h2></h2>
    <h3></h3>
    <h4></h4>
    <h5></h5>
    <h6></h6>
    视觉上从大到小
    除了标题还可划分页面
    <p>我就是内容内容</p>
    a标签
    可以插入网络地址,跳转到网络地址
    跳转到新窗口和本窗口刷新打开
    还可以在指定窗口打开(target=”iframe”)
    到这里基本能懂关系和思路,就是小白记不住这么多标签写起来只能照着敲,

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