Web Design Reference

2023/11/04 Sat
HTML〜おさらい
これまでのおさらいです。

まず<head>内の基本的な記述です。

<!DOCTYPE html>
<html>
<head>
<title> </title>
<meta>
<style> </style>
</head>

続き、<body>内の基本的な記述です。

<body>
<header>
<h1> </h1>
<nav> </nav>
</header>

<main>
<h2> </h2>
<section>
<h3> </h3>
<article> </article>
<aside> </aside>
</section>
</main>

<footer>
<a href="https://alicex.jp/">ALICE+</a>
</footer>
</body>
</html>


Calendar

<< 2024年5月 >>
1234
567891011
12131415161718
19202122232425
262728293031