index.html
<head></head>
<body></body>
index.html
<head>
<meta>
<title></title>
<link>
<script></script>
</head>
<head>
<meta>
<title></title>
<link>
<script></script>
</head>
<body>
<h1>Hello Web!</h1>
<p>content is the king</p>
</body>
<p>
</p>
content is the king
content
start tag
end tag
<p
</p>
content is the king
attribute
element
>
class="some-name"
#ff0000
property
CSS declaration
:
background
;
value
#ff0000
Selector
:
background
;
p.some-name
{
}
#ffffff
:
color
;