コース
Web ページの骨組みをつくる言葉。すべての入口です。
属性
href
alt
<!DOCTYPE html>
<html>
<head>
<body>
<h1>
<h2>
<p>
<ul>
<ol>
<li>
<a>
id
href="#..."
<img>
<strong>
<em>
<br>
<hr>
<
>
&
©
<!-- -->
<blockquote>
<q>
<cite>
<table>
<tr>
<td>
<th>
<div>
<span>
<dl>
<dt>
<dd>
<header>
<nav>
<main>
<footer>
charset
viewport
favicon
<figure>
<figcaption>
<video>
<audio>
<iframe>
src
<button>
<input>
type="password"
type="email"
placeholder
<textarea>
type="checkbox"
type="radio"
<select>
<option>
<form>
<label>
submit