Blogger Information
Blog 11
fans 0
comment 0
visits 3121
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
学习大前端的第一节课
至亲难忘
Original
267 people have browsed it

开学的第一课

今日学习内容

  1. 学习安装未来学习需要用到的软件
  • Chrome的安装并安装Charset、Infinlty、划词翻译等插件

  • VScode编辑器并安装“简体中文:Chinese(Simplified)”、“格式化:Prettier-Code formatter”、“代码拼写检查:Code Spell Checker”、“MarkDown预览:Markdown Preview Enhanced”、“MarkDown语法验证:markdownnlint”、“主题-编辑窗口主题:One Dark Pro/图标主题:Material Icon Theme/产品主题:Material Product Icons”等插件的安装

    2.页面元素类型

  • 块元素
    标签:<div></div>
    它是一个容器、display:block、可以设置宽、高,以垂直的方式呈现。

  • 行内元素
    标签:<span></span>

    1. 编写内容的标签,display:inline、不可以设置宽高,它的宽高在容器里设置,以水平排列的方式呈现。
  • 行内块元素
    图片、视频、音频、<input><button></button>s等。
    外部资源,无法预测大小所以原样显示
    可以自定义宽高。
    既有块元素的特征做容器,又有行内元素特征做内容
    水平排列,但可以设置大小
    display:inline-block
    3.学习markdown

Correcting teacher:PHPzPHPz

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