Blogger Information
Blog 17
fans 0
comment 1
visits 14704
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
环境搭建和HTML简介—2019年8月29日23时00分
Alfred的博客
Original
626 people have browsed it

一、环境

PHPstudy-01.pngPHPstudy-02.png

二、HTML简介

HTML简介.png

三、代码

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>demo-01</title>
</head>

<body>
<!-- Emmet插件的使用 -->
<!-- a{php中文网}[href='http://www.php.cn'] -->
<a href="http://www.php.cn">php中文网</a>

<!-- ul.list>li.item*8>a{导航$$@10} -->
<ul class="list">
<li class="item"><a href="">导航10</a></li>
<li class="item"><a href="">导航11</a></li>
<li class="item"><a href="">导航12</a></li>
<li class="item"><a href="">导航13</a></li>
<li class="item"><a href="">导航14</a></li>
<li class="item"><a href="">导航15</a></li>
<li class="item"><a href="">导航16</a></li>
<li class="item"><a href="">导航17</a></li>
</ul>

</body>


</html>

四、总结

HTML文档结构说明.png

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