Web Design
MY CV:
HTML and CSS CV:
HTML CODE:
HTML and CSS CODE:
TABLE FILE:
<!DOCTYPE html>
<html>
<head>
<title>Table links</title>
<style>
table{
margin-top: 200px;
margin-left: auto;
margin-right: auto;
border-collapse: collapse;
user-select: none;
}
a:link{color:blue;text-decoration: none;}
a:visited{color: red;text-decoration: none;}
a:hover{color:black; text-decoration: none;}
a:active{color:green;text-decoration: none;}
li
{
list-style-type: none;
}
</style>
</head>
<body>
<table border="1" align="center" cellspacing="4" cellpadding="4" >
<tr><th colspan="10">Header</th></tr>
<tr ><td rowspan="5" >
<ul>
<li><a href="obj.html">Objective</a></li>
<li><a href="pr.html">Profile</a></li>
<li><a href="qli.html">Qualification</a></li>
<li><a href="sk.html">Skills</a></li>
<li><a href="ex.html">Experience</a></li>
<ul>
</td></tr>
<tr><td rowspan="10" width="250px" height="150px">
</td></tr>
<tfoot>
<tr><th colspan="10">Footer</th></tr>
</tfoot>
</table>
</body>
</html>
HTML CODE:
HTML and CSS CODE:
Objective FILE:
<!DOCTYPE html>
<html>
<head>
<title>Objective links</title>
<style>
table{
margin-top: 200px;
margin-left: auto;
margin-right: auto;
border-collapse: collapse;
user-select: none;
}
a:link{color:blue; text-decoration: none;}
a:visited{color: red; text-decoration: none;}
a:hover{color:black; text-decoration: none;}
a:active{color:green;text-decoration: none;}
li
{
list-style-type: none;
}
</style>
</head>
<body>
<table border="1" align="center" cellspacing="4" cellpadding="4" >
<tr><th colspan="10">Header</th></tr>
<tr><td rowspan="5" >
<ul>
<li><a href="obj.html">Objective</a></li>
<li><a href="pr.html">Profile</a></li>
<li><a href="qli.html">Qualification</a></li>
<li><a href="sk.html">Skills</a></li>
<li><a href="ex.html">Experience</a></li>
</ul>
</td></tr>
<tr><td rowspan="10" width="250px" height="150px" align="center">
<img src="obj.png" alt="objective" width="30px" height="30px">
<ol>
<li>
A highly organized and hard-working
individual looking for a responsible position
to gain practical experience.</li>
</ol>
<tfoot>
<tr><th colspan="10">Footer</th></tr>
</tfoot>
</table>
</body>
</html>
HTML CODE:
HTML and CSS CODE:
Profile FILE:
<!DOCTYPE html>
<html>
<head>
<title>profile links</title>
<style>
table{
margin-top: 200px;
margin-left: auto;
margin-right: auto;
border-collapse: collapse;
user-select: none;
}
a:link{color:blue; text-decoration: none;}
a:visited{color: red; text-decoration: none;}
a:hover{color:black; text-decoration: none;}
a:active{color:green;text-decoration: none;}
li
{
list-style-type: none;
}
</style>
</head>
<body>
<table border="1" align="center" cellspacing="4" cellpadding="4" >
<tr><th colspan="10">Header</th></tr>
<tr><td rowspan="5" >
<ul>
<li><a href="obj.html">Objective</a></li>
<li><a href="pr.html">Profile</a></li>
<li><a href="qli.html">Qualification</a></li>
<li><a href="sk.html">Skills</a></li>
<li><a href="ex.html">Experience</a></li>
</ul>
</td></tr>
<tr><td rowspan="10" width="250px" height="150px" align="center">
<img src="pro.png" alt="profile" align="center" width="30px"
height="30px">
<p>
I am a highly competent IT
professional with a proven track record in designing websites. </p>
<tfoot>
<tr><th colspan="10">Footer</th></tr>
</tfoot>
</table>
</body>
</html>
HTML CODE:
HTML and CSS CODE:
CODE EDITER:
Qualification FILE:
<!DOCTYPE html>
<html>
<head>
<title>Qualification links</title>
<style>
table{
margin-top: 200px;
margin-left: auto;
margin-right: auto;
border-collapse: collapse;
user-select: none;
}
a:link{color:blue; text-decoration: none;}
a:visited{color: red;text-decoration: none;}
a:hover{color:black;text-decoration: none; }
a:active{color:green;text-decoration: none;}
li
{
list-style-type: none;
}
</style>
</head>
<body>
<table border="1" align="center" cellspacing="4" cellpadding="4" >
<tr><th colspan="10">Header</th></tr>
<tr><td rowspan="5" >
<ul>
<li><a href="obj.html">Objective</a></li>
<li><a href="pr.html">Profile</a></li>
<li><a href="qli.html">Qualification</a></li>
<li><a href="sk.html">Skills</a></li>
<li><a href="ex.html">Experience</a></li>
</ul>
</td></tr>
<tr><td rowspan="10" width="250px" height="150px" align="center">
<img src="qu.png" alt="Qualification" align="center" width="30px"
height="30px">
<ul>
<li>Matric: In Computer Science</li>
<li>Intermediate: ICS</li>
<li>Bechelor: In Computer science</li>
</ul>
<tfoot>
<tr><th colspan="10">Footer</th></tr>
</tfoot>
</table>
</body>
</html>
HTML CODE:
HTML and CSS CODE:
CODE EDITER:
SKILLS FILE:
<!DOCTYPE html>
<html>
<head>
<title>Skills links</title>
<style>
table{
margin-top: 200px;
margin-left: auto;
margin-right: auto;
border-collapse: collapse;
user-select: none;
}
a:link{color:blue; text-decoration: none;}
a:visited{color: red;text-decoration: none;}
a:hover{color:black; text-decoration: none;}
a:active{color:green;text-decoration: none;}
li
{
list-style-type: none;
}
</style>
</head>
<body>
<table border="1" align="center" cellspacing="4" cellpadding="4" >
<tr><th colspan="10">Header</th></tr>
<tr><td rowspan="5" >
<ul>
<li><a href="obj.html">Objective</a></li>
<li><a href="pr.html">Profile</a></li>
<li><a href="qli.html">Qualification</a></li>
<li><a href="sk.html">Skills</a></li>
<li><a href="ex.html">Experience</a></li>
</ul>
</td></tr>
<tr><td rowspan="10" width="250px" height="150px" align="center">
<img src="skil.png" alt="Skills" align="center" width="30px"
height="30px">
<ul>
<li>Active listening.</li>
<li>Communication.</li>
<li>Computer skills.</li>
<li>Customer service.</li>
</ul>
<tfoot>
<tr><th colspan="10">Footer</th></tr>
</tfoot>
</table>
</body>
</html>
HTML CODE:
HTML and CSS CODE:
CODE EDITER:
Experience FILE:
<!DOCTYPE html>
<html>
<head>
<title>Experience links</title>
<style>
table{
margin-top: 200px;
margin-left: auto;
margin-right: auto;
border-collapse: collapse;
user-select: none;
}
a:link{color:blue; text-decoration: none;}
a:visited{color: red;text-decoration: none;}
a:hover{color:black; text-decoration: none;}
a:active{color:green;text-decoration: none;}
li
{
list-style-type: none;
}
</style>
</head>
<body>
<table border="1" align="center" cellspacing="4" cellpadding="4" >
<tr><th colspan="10">Header</th></tr>
<tr ><td rowspan="5" >
<ul>
<li><a href="obj.html">Objective</a></li>
<li><a href="pr.html">Profile</a></li>
<li><a href="qli.html">Qualification</a></li>
<li><a href="sk.html">Skills</a></li>
<li><a href="ex.html">Experience</a></li>
</ul>
</td></tr>
<tr><td rowspan="10" width="250px" height="150px" align="center">
<img src="exp.png" alt="experience" align="center" width="30px"
height="30px">
<p>
Web Designer & Developer
I had always wanted to do and get paid for it. </p>
</td></tr>
<tfoot>
<tr><th colspan="10">Footer</th></tr>
</tfoot>
</table>
</body>
</html>
0 Comments