Web technologies program
Web technologies program
OUTPUT:-
2
3.Write a HTML program using presentational element tags
<b>, <i>, <strike>,
<sup>, <sub>, <big>, <small>, <hr>
<html>
<head><title>presentational elements</title></head>
<body>
<b>hello world</b><br>
<i>hello world</i><br>
<strike>hello
world</strike><br>
2<sup>3</sup><br>
H<sub>2</sub>O <br>
<big>hello world</big><br>
<small>hello world</small><br>
<hr>horizonal ruler</hr>
</body>
</html>
OUTPUT:-
OUTPUT:-
OUTPUT:-
<td>phy/stats<br>
<td>chem<br>
9
</tr>
<td align="center">WEDNESDAY</td>
<td>web technologies</td>
<td>maths</td>
<td>web<br>
<td>phy/stats<br>
<td>chem<br>
</tr>
<td align="center">THURSDAY</td>
<td>web technologies</td>
<td>maths</td>
<td>web<br>
<td>phy/stats<br>
<td>chem<br>
</tr>
<td align="center">FRIDAY</td>
<td>web technologies</td>
<td>maths</td>
<td>web<br>
<td>phy/stats<br>
<td>chem<br>
</tr>
<td align="center">SATURDAY</td>
<td>web technologies</td>
<td>maths</td>
<td>web<br>
<td>phy/stats<br>
<td>chem<br>
</tr>
</body>
</html>
OUTPUT:-
GENDER
<br>
<input type="radio" name="gender" id="male">
<label for="male">Male</label><br>
<input type="radio" name="gender" id="female">
<label for="female">Female</label> <br>
<label for="country">Country:</label>
<select name="country" id="country">
<option value="India">India</option>
<option value="Sri Lanka">Sri Lanka</option>
<option value="Australia">Australia</option>
</select> <br>
<label for="fileselect">Upload:</label>
<input type="file" name="upload" id="fileselect">
</form>
</body>
</html>
OUTPUT:-
11
OUTPUT:-
12
</tr>
<tr>
<td>samreen</td>
<td>web</td>
<td>99</td>
</tr>
<tr>
<td>srilatha</td>
<td>web</td>
<td>100</td>
</tr>
<tr>
<td>shanth kumar</td>
<td>web</td>
<td>100</td>
</tr>
</table>
</body>
</html>
</style>
</head>
<body>
<body background="D:\yellow.jpg">
<div class="header">
<h1>GNANODAYA DEGREE AND P.G EDUCATIONAL INSTITUTIONS</h1>
</div>
<p>It is one of the top reputed college, having great faculties </p>
<div class="row">
<div class="column" style="background-color:#aaa;">
<h2>DEGREE</h2>
<ol>
<li>BSC(MPCS/MCCS)</li>
<li>BCOM</li>
<li>BZC/MZC</li>
<li>BACA</li>
</li>
</ol>
</div>
<div class="column" style="background-color:#bbb;">
<h2>PG</h2>
16
<ol>
<li>MSC(COMPUTERS)</li>
<li>MCOM</li>
</li>
</ol>
</div>
</body>
</html>
OUTPUT:-
OUTPUT:-
today is Saturday
OUTPUT:-
OUTPUT:-
9
7.25
-0.9880316240928618
8
3.141592653589793
15
everyo
everyone
10
1
9.656
123
123
<option>BBA</option>
<option>BCA</option>
<option>B.COM</option>
<option>BA</option>
</select></p><br><br>
<p>Comments: <textarea cols="55" name="Comment">
25
</textarea></p>
<p><input type="submit" value="send" name="Submit">
<input type="reset" value="Reset" name="Reset">
</p>
</form>
</body>
</html>