コース
Web ページの骨組みをつくる言葉。すべての入口です。
はじめよう
HTMLって何?
HTML・レッスン 1 / 26
<p>
<strong>
href
src
alt
<!DOCTYPE html>
<html>
<head>
<body>
lang
<h1>
<h2>
<h3>
<ul>
<ol>
<li>
<a>
target
mailto:
id
href="#profile"
<img>
<em>
<br>
<hr>
<
>
&
©
<!-- -->
<blockquote>
<q>
<cite>
<table>
<tr>
<th>
<td>
colspan
<div>
<span>
<dl>
<dt>
<dd>
<header>
<nav>
<main>
<footer>
<section>
<title>
charset
viewport
description
<figure>
<figcaption>
<video>
<audio>
<iframe>
title
allowfullscreen
<button>
<input>
placeholder
value
type="password"
type="email"
<textarea>
type="checkbox"
type="radio"
<select>
<option>
checked
<form>
<label>
action
method
submit