復習

外部CSSファイルのリンク設定

<head>〜</head>内に記述する。<title>の後に。
<link href="..lesson02/basic.css" rel="stylesheet" type="text/css">
rel:relative(レル)

メールリンク

<a href="mailto :xx@xxx.ne.jp">xx@xxx.ne.jp</a>

タグの読み方

  • img src:image sourceイメージソース
  • width:ウィズ
  • height:ハイ
  • alt:alternate オルト
  • ol:ordered list オーエル
  • ul:unordered list ユーエル
  • li:list item リスト
  • hr:horizontal rule
  • br:forced line break
  • head:document head
  • body:document body
  • h1:heading-one
  • p:paragraph
  • th:table header cell
  • td:table data cell
  • address:informaition on auther