html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<html>
<head>
<title>Solo</title>
</head>
<body>
<header>
<h1 style="color:Blue;text-align:center;font-size:large">New Solo Product</h1> <!-- heading-->
</header>
<main>
<img src="https://blob.sololearn.com/courses/np.png"> <!-- image elemnt with source url-->
<p> This product has been built and developed by AI <br>
Its <b><u>powerful</b> and <b>efficient</u></b> <br>
click on the button below to know more</P>
<button><i>know<br>more?</i></button>
<p> wanna know some feature before clicking <button><i>know<br>more?</i></button><br>
Solo is <br>
<ul>
<li> game like learning platform</li>
<li> engaging</li>
<li> interestubg</li>
</ul>
<h2>Order now!</h2>
<form>
<label for= "S1"> Size: </label>
<select id = "S1">
<option>small</option>
<option>medium</option>
<option>large</large>
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