Website
SOURCE CODE:
<!DOCTYPE html>
<html>
<title>record 11</title>
<link rel="stylesheet" href="r11.css">
</head>
<body>
<div class="head">
<h1>Welcome to my Website...</h1><br>
<h2>Hello!</h2>
</div><br>
<div class="intro">
<h1>INTRODUCTION</h1>
<p>Hi, I'm THUSHAR RAJEEV coming from PALACHUVAD , KAKKANAD. I'm currently
pursuing Integrated MCA at Amrita Vishwa Vidyapeetham,Kochi Campus. I have done my
Schooling At BHAVAN'S ADARSHA VIDYALAYA , KAKKANAD.I'm very passionate in web
development and coding.</p> </div><br>
<div class="skills">
<h1>SKILLS</h1>
<center>
<ul>
<li>Python</li>
<li>C Programming</li>
<li>SQL</li>
<li>HTML</li>
<li>JAVA</li>
</ul>
</center>
</div><br>
<div class="hobbies">
<h1>HOBBIES</h1>
<ol>
<li>PLAYING BGMI</li>
<li>TRAVELLING</li>
<li>LISTENING TO MUSIC</li>
</ol>
</div><br>
<div class="contact">
<h1> CONTACT DETAILS</h1>
<center>
<table>
<form>
Fourth Semester INT MCA – B BATCH
School of Computing, Amrita Vishwa Vidyapeetham, Kochi Campus
<tr>
<td>
<label for="name">NAME:</label></td>
<td>
<input type="text" id="name" required></td></tr>
<tr>
<td>
<label for="phone">MOBILE NUMBER:</label>
</td>
<td>
<input type="tel" required>
</td>
</tr>
<tr>
<td>
<label for="email">EMAIL ID</label>
</td>
<td>
<input type="email" required>
</td>
</tr>
<tr><td></td>
<td>
<input type="SUBMIT"></td></tr>
</form>
</table>
</center>
</div>
</body>
Comments