cv_css
cv_css
BHUBANESWAR
Department of Computer Science and Applications
Semester-1 Web Design and Development Laboratory
Regd. No-2224100031 Date:
Exercize-3
Aim of The Experiment: Use CSS in the curriculum vitae developed earlier to enhance its
presentation.
CODE:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<style>
body{
margin:50px;
border-style:solid;
border-width:5px;
border-radius:10px;
h1{
text-align:center;
color:brown;
}
h4{
border-width:1px;
color:darkgreen
border-bottom-style:solid
border-color: black;
table,th,td{
border:1px;
border-style:double;
text-align:center;
div table{
width:30%;
border: 0cm;
width:30%;
div{
.bg{
border: 0ch;
text-align: left;
#pl,#l{
#skill,#lan{
color: rgb(72, 74, 100);
</style>
</head>
<body>
<p><b>Address:</b>At-Nirgundi,PO-Nakhara,Block-Tangi-Choudwar,Dist-Cuttack</p>
<p><b>Mobile:</b>6370774104</p>
<P><b>Marital Status:</b>Unmaried</P>
<P><b>Email:</b>[email protected]</P><br>
<h4>Educational Qualification</h4><hr>
<tr><th>QUALIFICATION</th><th>BOARD/UNIVERSITY</th><th>INSTITUTION</th><th>YEAR OF
PASSING</th></tr>
<tr><td>10th</td><td>HSE</td><td>Sadhusundar Bidyapith</td><td>2016</td>
</table><br>
<h4>Skils<hr> </h4>
<td class="Skill">
<td class="Skill"><ul>
<li>C</li><li>C++</li><li>HTML</li><li>CSS</li><li>JavaScript</li>
</ul></td>
</tr></table>
<tr class="Skill"></tr>
<td class="Skill"><b>Languages:</b></td>
<td class="Skill"><ul>
<li>English</li>
<li>Hindi</li>
<li>Odia</li>
</ul></td>
</tr>
</table> <br>
<h4>Hobbies<hr></h4>
<ul>
<li>Playing Cricket</li>
<li>Playing Badminton</li>
<li>Listening Music</li>
<li>Codding</li>
</ul>
</body>
</html>
ODISHA UNIVERSITY OF TECHNOLOGY AND RESEARCH
BHUBANESWAR
Department of Computer Science and Application
Output: