added the list with <ul>

This commit is contained in:
2025-08-25 09:56:06 +00:00
parent 82a77d835d
commit 2fe1a2a666

View File

@@ -5,7 +5,13 @@
</head> </head>
<body> <body>
Hello, this is testing <p>Hello, this is testing</p>
<ul>
<li>Test one</li>
<li>Test two</li>
<li>Test three</li>
<ul>
</body> </body>
</html> </html>