9 lines
152 B
HTML
9 lines
152 B
HTML
<html>
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
</head>
|
|
<body>
|
|
<p>This is a test.</p>
|
|
<p style="display: none">This is hidden text.</p>
|
|
</body>
|
|
</html>
|