My HTML Projects
1. Making headlines
CODING :-
<html>
<head>
<h1><center>this is the second last page<center></h1>
</head>
<h2>
where there is a will there is away
</h2>
<font size=2>good boy bad boy
<font size=+2>bad boy good boy
</html>
OUTPUT :-
2. Making ordered list
CODING :-
<html> <h1> This is the ordered list:- </h1> <body> <font face="times new roman" size=20 color=red> <ol type=a> <li>ajay <li>ram <li>shyam <li>mohit <li>rohit <li>akash <li>rahul <li>saurav </ol> </body> </html>
OUTPUT :-
2. Makig mathematical expression
CODING :-
<html> <head> This is for education use only:- </head> <body> 13x<sup>3</sup>+10x<sup>2</sup>+5=10<br> <br> <br> <br> <br> log<sub>10</sub>+log<sub>5</sub>=log15 <br> <br> <br> <br> H<sub>10</sub><sup>5</sup>+O<sub>8</sub><sup>4</sup>=HO<sub>18</sub><sup>9</sup> </body> </html>
OUTPUT :-
2. Making a table
CODING :-
<html> <head> <h1>This is my first table:-</h1> </head> <body> <body bgcolor=blue> <font type=Mistral size=9 color=white> <table border=1> <tr> <th>Name <td>Mohit <td>Naveen <td>Rajkumar <td>Ram <td>Shyam <td>Rohit <td>Aatish </tr> <tr> <th>Roll no. <td>101 <td>102 <td>103 <td>104 <td>105 <td>106 <td>107 </tr> <tr> <th>Interest <td>Cricket <td>Football <td>Table Tennis <td>Swimming <td>Badminton <td>Basketball <td>Vollyball </tr> </table> <body> <html>
OUTPUT :-
ENJOY !!









0 comments:
Post a Comment