You are on page 1of 6

ACTIVITY 1

NAME: SHALNI PANDEY


REG NO: 19BCE2631

1. Create a simple web page for publishing your resume on the internet.

Your resume content should be developed by using the following HTML Tags.

Comments Tag: Describe Author, Date, and Description

Header Tags: Name, Email ID, URL, Address, Section, etc.

Image: Your Profile Picture (Passport Size)

Paragraph: Your Objective or Summary

Tables: Your educational qualification

Hyperlinks: Link your hobbies or any relevant information to appropriate web content

CODE:

<!DOCTYPE html>

<html>

<body>

<h1>SHALNI PANDEY</h1>

<img src= "C:\Users\Dell\OneDrive\Pictures\photo.jpg"


alt= "shalni.photo" width= "130" height="150">

<a href="mailto=shalni.pandey2019@vitstudent.ac.in" target="_blank"><p


id="email">shalni.pandey2019@vitstudent.ac.in</p></a>

<!-Description->

<p> This is SHALNI PANDEY studying at vellore institute of technology .</p>

<p> I am from Computer science. A determined,hardworking,selfmotivated person and

Skilled-oriented with programming code . Love to exploring new ideas,Making decision with
strategy .

<br>

<p class="head">Interests</p>

<ul>

<li>Reading books</li>

<li>Photography</li>

<li>Listening Music</li>

<li>Designing web </li>

<li>Coding</li>

<li>Computer Science</li>

</ul>

<p class="head">Skills</p>

<ul>

<li>coding in C/C++</li>
<li>Problem solving</li>

<li>Web Developing with html and CSS </li>

<li>Analytical thinking</li>

</ul>

<h3>Educational Qualifications</h3>

<table>

<tr id="heading">

<td>Qualification</td>

<td>Board</td>

<td>Percentage / Grades</td>

<td>Year</td>

</tr>

<tr>

<td>S.L.C</td>

<td>Daffodils Public School,Janakpur,Nepal</td>

<td>A garde</td>

<td>2015</td>

</tr>

<tr>

<td>Grade 11</td>

<td>Mithila Institute Of Teccnology,Janakapur,Nepal</td>

<td>A grade</td>
<td>2016</td>

</tr>

<tr>

<td>Grade 12</td>

<td>Mithila Institute Of Teccnology,Janakapur,Nepal</td>

<td>A Grade</td>

<td>2017</td>

</tr>

<tr>

<td>B.Tech(CSE)</td>

<td>Vellore Institute of Technology</td>

<td>8.03cgpa</td>

<td>2019</td>

</tr>

</table>

<h2>Web Content</h2>

<p><a href="https://edusanjal.com › school › mithila-institute-of-tech.</a></p>

<p><a href="https://www.w3schools.com/html/default.asp">CSS Tutorial</a></p>

<p><a
href="chrome://favicon2/?size=24&scale_factor=1x&show_fallback_monogram=&page_url=htt
p%3A%2F%2Fvtop.vit.ac.in%2F">VTOP</a></p>
<p><a href="https://vtop.vit.ac.in/vtop/initialProcess</a></p>

</body>

</html>

Output:

You might also like