Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML 代码结构 #95

Open
xgqfrms opened this issue Nov 15, 2019 · 1 comment
Open

HTML 代码结构 #95

xgqfrms opened this issue Nov 15, 2019 · 1 comment

Comments

@xgqfrms
Copy link
Owner

xgqfrms commented Nov 15, 2019

HTML 代码结构

按照 HTML5 语义话结构

<!DOCTYPE html>
<html lang="zh-Hans">
<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></title>
</head>
<body>
    <header>
        <h1>title</h1>
    </header>
    <main>
        <section>
            <a href="https://feiqa.xgqfrms.xyz/index.html"></a>
        </section>
        <article></article>
    </main>
    <footer>
      <p>copyriht &copy; xgqfrms 2019</p>
    </footer>
</body>
</html>
@xgqfrms
Copy link
Owner Author

xgqfrms commented Nov 15, 2019

https://github.com/haizlin/fe-interview/issues/1496

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant