- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>Document</title>
- </head>
- <body>
- <ul>
- <li><a href="http://example.com">Link 1</a></li>
- <li><a href="http://example.com">Link 2<!--- Comment 1 ---></a></li>
- <li><a href="http://example.com">Link 3<!--- Comment 2 ---></a></li>
- </ul>
- <!--- Comment --->
- </body>
- </html>
|