hylia/examples/output.htm

8 lines
135 B
HTML
Raw Normal View History

2024-12-06 04:53:34 +00:00
<!DOCTYPE html>
<html>
<body>
2024-12-06 06:28:20 +00:00
I am in the body element.
2024-12-06 04:53:34 +00:00
</body>
2024-12-06 06:28:20 +00:00
I am outside the body element, but inside the outside element.
2024-12-06 04:53:34 +00:00
</html>