1 2 3 4 5 6 7 8 9 | <!DOCTYPE html>
<html>
<head>
<title>Carl Fredricksen's Profile</title>
</head>
<body>
Welcome to Carl Fredricksen's Profile page!
</body>
</html>
|
<X> <Y> ... </Y> </X>
<html>
, which has two child tags: <head>
and <body>
<title>
is a child tag of <head>
<body>
tag1 2 3 4 5 6 | <body>
Welcome to Carl Fredricksen's Profile page!
<img src='img/mugshot.jpg'>
Click <a href='http://pixar.wikia.com/wiki/Carl_Fredricksen'>here</a>
to go to my wiki page.
</body>
|
name='value'
<img>
has no closing tag