小编Mig*_*igo的帖子

为什么该段落隐藏在导航栏后面,但导航栏在 html 源代码中排在第一位?

我不知道,但我的段落在我的导航栏后面我是 html 和 css 新手下面是代码

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title> First App </title>
<link rel="stylesheet" href ="style.css">
</head>
<body>
   <header>
        <nav>
            <ul>
                <li class = "a"> <a href = "#"> Google </a></li>
                <li class = "b"> <a href = "#"> Youtube </a></li>
                <li> <a href = "#"> Facebook </a></li>
                <li> <input type="text"> <button> Press Here </button></li> 
            </ul>
        </nav>
   </header>
    <p> 
        Lorem, ipsum dolor sit amet consectetur adipisicin
        g elit. Est tempora quasi ipsum commodi
        . Atque ut officia …
Run Code Online (Sandbox Code Playgroud)

html css nav

2
推荐指数
1
解决办法
55
查看次数

标签 统计

css ×1

html ×1

nav ×1