html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<head>
<title>Product name</title>
</head>
<body>
<h1>New Awesome Product</h1>
<img src="https://lecontent.sololearn.com/material-images/47c0e9e158f040b38a35993c5bbbd597-newproduct.png">
<ol>
<p>This <b>New Awesome Product</b> is designed to be <i>incredibly durable</i> and <u>elegant</u>, making it a perfect addition to your collection.</p>
<li> this is vamshi</li>
<!-- This is my HTML project -->
</ol>
<h2> heading</h2>
<h2> Sunny</h2>
</body>
</html>
Enter to Rename, Shift+Enter to Preview
css
css
1
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run