![]()
HTMLコード![]()
![]()
html code(↓7つ基本コード)
<!DOCTYPE html>
<html> html open
<head> sub infrmtn, Not dsplyd ~ brwsr
</head> head open
<body> dsplyd part
</body> close body
</html> close html
その他
<meta> 検索ロボ用
<title> file title
<h1> font size
<h2>→<h3>→<h4>→<h5>→<h6> smaller
<img> image
<img src=`file name` alt=`画像の名前`>
<a> (anchor)link, URL
<a href=`URL/`>表示名</a>
<p> </p> paragraph
<p>I love water.</p>→I love water.=1 paragraph
CSS紐づけ(
HTMLコードhead内に記述)
<link> 別ファイルへの関係性
rel=(relation)どんな関係?
href=ファイルがどこにあるか
type=MIME type
<link rel="relation" href="file place" type="MIME type">
CSS(Cascading Style Sheet)
CSS表記方法
1.selector(where)
type selector(サイト全体統一デザイン用)
class selector(サイト内複数個所デザイン変更用)
id selector(一か所変更用)
2,property(what) :←use colon after write property
3. 値(how) ;←use semicolon after write value