Blogger Information
Blog 2
fans 0
comment 0
visits 1363
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
html基础语法,html怎么用,什么是html,怎么制作html页面?
广陵鸟的博客
Original
516 people have browsed it

http是超文本传输协议(规范、标准)

html是超文本标记语言(内容)

本地服务器搭建截图:

002.JPG


第一个作业

实例

<!doctype html>
<html>
<head>
    <meta charset="utf-8">
    <title>这是第一个作业</title>
</head>
<body>
<h1>这是第一个作业-2019-4-22</h1>
<p>2019-4-22第一次的作业<br>完成时间是2019-4-23</p>
</body>
</html>

运行实例 »

点击 "运行实例" 按钮查看在线实例


Correction status:Uncorrected

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