HTMLify

intro.html
Views: 116 | Author: himanshuyadav
<DOC TYPE html>
<html>
	<head>
		<title>MY FIRST WEBPAGE</title>
	</head>
	<body bgcolour="yellow">
		
		<H1>MY PERSONAL INFORMATION</H1>
	<hr>

		<H2>INTRODUCTION ABOUT MYSELF</H2>
		<P>MY name is<i><b> himanshu yadav</b></i> I am currently living in sumit nagar nagla mohan lal naraich agra-6 . I am youngest of the family, and my hobby is 		playing cricket and badminton. I am complete my schooling in the school of smt sridevi awasiya vidyapeeth and I achive 63 percent in 10th class and 62 			percent in 12th class </P>

	</hr>
	<hr>

		<center><img src="WhatsApp Image 2023-09-25 at 9.56.38 AM.jpeg"></center>

	</hr>

		<center><H2> that's my image </h2></center>
	<hr>
		<h1>marks obtained in 12th class</h1>
	</hr>

	<table border="2" width=50%>
		<tr>
			<th>s.no.</th>
			<th>subjects</th>
			<th>marks obtaind</th>

		</tr>
		<tr>
			<td>1</td>
			<td>english</td>
			<td>87</td>

		</tr>
		<tr>
			<td>2</td>
			<td>physics</td>
			<td>69</td>

		</tr>
		<tr>
			<td>3</td>
			<td>chemistery</td>
			<td>45</td>

		</tr>
		<tr>
			<td>4</td>
			<td>math</td>
			<td>55</td>

		</tr>
		<tr>
			<td>5</td>
			<td>physical education</td>
			<td>78</td>

		</tr>
	</table>
	</body>


</html>

Comments