Time limit: 15:00
01 <html> 02 <head> 03 <meta charset='UTF-8'> 04 <title>My Page</title> 05 </head> 06 <body> 07 <p>This is a paragraph.</p> 08 <script>console.log('Test');</script> 09 </body> 10 </html>
</body>
<html> <body> <h1>Title</h1> <p>First paragraph.</p> <p hidden>Hidden paragraph.</p> </body> </html>
<h2>Welcome</h2> <p>Hello</p><p>World</p>
<p>This is a <strong>bold</strong> word.</p>
<meta charset='ISO-8859-1'>
<p>This is a test <br>line break.</p>
<p>Hello<!-- This is a comment -->World</p>
<h1 style='display: none;'>Heading</h1>
<html lang='en'> <head> <meta charset='UTF-8'> <title>Sample Page</title> </head> <body> <p>This is a paragraph.</p> <img src='image.jpg'> </body> </html>
contact@clearfunda.com