7 lines
135 B
HTML
7 lines
135 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
I am in the body element.
|
|
</body>
|
|
I am outside the body element, but inside the outside element.
|
|
</html>
|