Sololearn HTML Course
The Brain Booster
CV Project:-
<!DOCTYPE html>
<html>
<head>
<title>first page</title>
</head>
<body>
<p><b>Your Name</b></p>
<p><strong>I Am Student</strong></p>
</body>
<h1><i>Summary</i></h1>
<img src="D:\LINk \PASS PHOTO.jpg" height="150px" width="150px" border="1px" alt=""/>
<ul>
<li><b>Student </b>
<p>Under Graduation </p>
</li>
</ul>
<table border="1">
<tr>
<th>Skill </th>
<td>python</td>
<td>c++</td>
<td>html</td>
<td>data science</td>
</tr>
</table>
<h2><i>Contacts</i></h2>
<a href="https://thebrainbooster86.blogspot.com/" target="_blank">blog</a>
<a href="https://www.youtube.com/channel/UCYw_jE3Zm20-JrL4Mo-qEnw/" target="_blank">youtube</a>
<form>
<h3><i>Write Me A message</i></h3>
<input placeholder="Name"/><br>
<input placeholder="Email"/><br>
<textarea placeholder="Message" required ></textarea><br>
<input type="submit" value="SEND"/>
</form>
</html>
0 Comments