Blogger Information
Blog 35
fans 0
comment 0
visits 44157
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
前端开发工具安装配置&HTML简介--2019年8月29日课
Victor的博客
Original
777 people have browsed it

本次课程主要学习内容:

  • 前端代码开发工具的下载、安装和配置,以VScode为例;

  • 创建本地服务器,使用php中文网超级利器:PHPStudy;

  • 了解一些基本的HTML知识。

学习习结果展示:

1、安装好的VSCODE见下图:

PC_ScreenShot_20190830_131523544.jpg

2、安装好的PHPStudy如下图:

PC_ScreenShot_20190830_131738246.jpg


3、初步了解HTML的核心节点构成,代码如下:

实例
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <title>Document</title>
</head>

<body>
    <h2>php.cn</h2>
    <div>
        <span style="color:red">Hello World</span>
    </div>
</body>

</html>
运行实例 »
点击 "运行实例" 按钮查看在线实例




Correction status:qualified

Teacher's comments:你可能是没有看清楚作业题目, 只需要写出phpstudy完整的创建项目步骤即可, 不过, 写得不错
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