批改状态:不合格
老师批语:看清作业要求, 还有手写部分呢
<!DOCTYPE html>位于 html 文档第一行,告诉浏览器这是一个 html 文档<html>...</html>根标签,放置内容<html lang="en">标注文档使用的语言<head>...</head>定义文档头部<meta charset="UTF-8">设定字符编码集为 utf-8<meta name="viewport" content="width=device-width,initial-scale=1" /><title></title>网页标题<body>...</body>网页内容<h1 style="color:red"></h1><body><h1></h1></body>| 符号 | 转义字符 |
|---|---|
| 空格 | |
< |
< |
> |
> |
& |
& |
" |
" |
© |
© |
× |
× |
÷ |
÷ |
URL 语法:
|URL 组成部分|https://www.php.cn/code/33345.html|
|—|—|
|模式|https|
|主机名|https://www.php.cn/|
|文件在服务器上的路径|code/|
|文件名| 33345.html|
绝对 URL 查询文件方式:类似https://www.php.cn/code/33345.html,查询与当前位置无关,直接引用服务器文件
../文件名; 3.子目录 /子文件夹/文件名; 4.从根目录开始查询 /文件夹1/文件夹2/文件名
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号