Random Computer Coding Idk Why
Random Computer Coding Idk Why
<html>
<head>
</head>
<body>
<h1>Sameer</h1>
</body>
<html>
Output
Coding 2
<html>
<head>
</head>
<body>
</body>
</html>
Output
Coding 3
<html>
<head>
</head>
<body bgcolor="lime"><!--add yor desired color, like in this case i put lime-->
</body>
</html>
Output
Coding 4
<html>
<head>
</head>
<body>
</body>
</html>
Output
Coding 5
<html>
<head>
<title></title>
</head>
<body>
<center>
<img src="C:\Users\smart\OneDrive\Pictures\wallpaper.jpg">
</center>
</body>
</html>
Output
Coding 6
<html>
<head>
</head>
<body>
(a+b)<sup>2</sup>=a<sup>2</sup>+b<sup>2</sup>+2ab
</body>
</html>
Output
Coding 7
<html>
<head>
</head>
<body>
<ul type="circle">
<li>fruits</li>
<li>vegetables</li>
</body>
</html>
Output
Coding 8
<html>
<head>
</head>
<body>
<ol>
<li>milk</li>
<li>eggs</li>
<li>white bread</li>
</body>
</html>
Output
Coding 9
<html>
<head>
</head>
<body>
<h1><u><b><center>Application Form</center></b></u></h1>
<form>
<br>
<br>
<br>
<br>               &
nbsp        <input type="checkbox" name="hobbies"
value="travelling">Travelling
<br>               &
nbsp        <input type="checkbox" name="hobbies"
value="playing games">Playing games
<br>               &
nbsp        <input type="checkbox" name="hobbies"
value="singing & dancing">Singing & dancing
<br>
<option>Science
<option>Commerce
<option>arts
</select>
<br>
<input type="submit">
</form>
</body>
</html>
Output
Coding 10
<html>
<head>
</head>
<body>
<table border="1">
<tr colspam="4">
<th>Players Detalis</th>
</tr>
<tr>
<td></td>
<td>First Name</td>
<td>Last name</td>
<td>DOB</td>
</tr>
<tr>
<td><img src="C:\Users\smart\OneDrive\Pictures\albert.png"></td>
<td>Albert</td>
<td>Pinto</td>
</tr>
<tr>
<td><img src="C:\Users\smart\OneDrive\Pictures\david.png"></td>
<td>David</td>
<td>Jacob</td>
</tr>
<tr>
<td><img src="C:\Users\smart\OneDrive\Pictures\michel.png"></td>
<td>Michel</td>
<td>Atherton</td>
</tr>
</table>
</body>
</html>
Output
Coding 11
<html>
<head>
</head>
<body>
<audio controls>
</audio>
</video>
</body>
</html>
Output
Coding 12
<html>
<head>
<title></title>
</head>
<body style="background-color:yellow;">
</body>
</html>
Output
Coding 13
<html>
<head>
<style>
h1{border-style:double;border-color:yellow;border-width:120px;}
</style>
</head>
<body>
<h1>border</h1>
</body>
</html>
Output
Coding 14
<html>
<head>
<link rel="external.css">
</head>
<body>
<h1>outline</h1>
</body>
</html>
Output
Coding 15
<html>
<head>
<style>
</style>
</head>
<body>
<h1>font</h1>
</body>
</html>
Output