You are on page 1of 9

<h1>HTML Challenge</h1>

<hr noshade>
<a href="https://developer.mozilla.org/en-US/">Link To MDN
Documentation</a><br>
<table>
<tr>
<td>
One
</td>
<td>Two
</td>
</tr>
<tr>
<td>
Three
</td>
<td>
Four
</td>
</tr>
</table>

Contact me me for any further information.

Email : dilipkumarmeena297@gmail.com

Instagram id : @d_i_l_i_p969.
<!DOCTYPE html>
<html lang="en" dir="ltr">

<head>
<metamy charset="utf-8">
<title>Harshit's Personal website</title>
<link rel="stylesheet" href="css/styles.css">
<style>
body
{
background-color:#e0ffff;
}
hr{
background-color: none;
border-style: dotted none none none;
border-width: 10px;
border-color: grey;
width:20%;

}
</style>
</head>

<body style="background-color:";>
<table>
<td><img src="C:\Users\KIIT\Desktop\web
development\images\hs1.jpeg" alt="vk"></td>
<td> <h1>HARSHIT SINGH</h1>
<p>
<a href="https://en.wikipedia.org/wiki/Quiz">quizzer</a>
<br>want to be an ias<br /><em>learning <strong><a
href="https://www.w3schools.com/whatis/">web
development</a></strong></em</td>
</table>

<p>my name is harshit and i am making this website for


myself as i am practicing web development<br />
i am learning it via udemy and its a great platform to learn
new things. its the first time i am douing thios
and its exciting<br /></p>
<hr size=3 /><br>
<strong><h3>LIST OF MY SUBJECTS</h3></strong><br />
<h4><strong>ENGLISH<br />HINDI<BR />MATHS<br />IT<BR
/></strong></h4>
<h3>HOBBIES</h1>
<hr>
<ul>
<li>cricket</li>
<li>
fifa
</li>
<li>
stats
</li>
</ul>
<h3>FAMILY MEMBERS</h3>
<ol>
<li>
PAPA
</li>
<li>
MUMMY
</li>
<li>
DIDI
</li>
<li>
NITYA
</li>
<li>
DIVYA
</li>
<li>
ROHIT
</li>
</ol>
</ul>

<table border="1">
<tr>
<th>name</th>
<td>harshit</td>
<td>preeti</td>
<td>divya</td>
</tr>
<tr>
<th>age</th>
<td>10</td>
<td>20</td>
<td>60</td>
</tr>
</table border="1">
<table border="1">
<h3>skills</h1>
<tr><tr>
<td>ios development</td>
<td>&#9733&#9733&#9733</td></td>
<td>
<td>philosphy</td>
<td>&#9733&#9733</td></tr>
<tr><tr>
<td>web dev</td>
<td>⭐⭐⭐⭐</td>
<td>paint</td>
<td>&#9733&#9733</td></td>
</tr>

</table>
<a href="hobbies.html">contact me</a>
</p>
</body>

</html>

You might also like