4

#yyds干货盘点 前端歌谣的刷题之路-第七题-语义化标签

 1 year ago
source link: https://blog.51cto.com/u_14476028/5446053
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

我是歌谣 我有个兄弟 巅峰的时候排名c站总榜19 叫前端小歌谣 曾经我花了三年的时间创作了他 现在我要用五年的时间超越他 今天又是接近兄弟的一天人生难免坎坷 大不了从头再来 歌谣的意志是永恒的 放弃很容易 但是坚持一定很酷 本题目源自于牛客网

请使用语义化标签创建头部标签且包含导航标签。
注意:只需在html模块填写标签结构,有且仅有一个头部标签和一个导航标签

#yyds干货盘点 前端歌谣的刷题之路-第七题-语义化标签_牛客网
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"
<meta http-equiv="X-UA-Compatible" content="IE=edge"
<meta name="viewport" content="width=device-width, initial-scale=1.0"
<title>语义化标签</title>
</head>
<body>
<!-- 请使用语义化标签创建头部标签且包含导航标签。
注意:只需在html模块填写标签结构,有且仅有一个头部标签和一个导航标签 -->
<header>
<nav></nav>
</header>

</body>
</html>

头部标签和导航标签 按照题意书写即可


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK