Sunday 4 January 2015




Another Assignment on making your Curriculum vitae:

In this assignment, I have used a new thing i.e. marquee- which makes your image move along the horizontal line in three different styles :
  1. alternate
  2. scroll
  3. slide
CODE:

<html>
<head>
<title>assignment</title>
</head>
<body>
<center><h1><b><u>Curriculum Vitae</u></b></h1><br>
<marquee behavior=alternate><img src="C:\Users\500040364\Pictures\Camera Roll\picture010.jpg" height=300 width=300 border=8></marquee></center><br>
<b>PRANKUR BADHANI<br>
Dharampur<br>
Dehradun</b><br>
<p align=right><b>+918191817624<br>
+918191817669</b></p><br>
<OL>
        <li><u><b>Objective</b></u>: To make given assignment.</li>
    <li><u><b>Educational Qualification of candidate:</b></u></li>
               <OL type="i">
           <li>High school</li>
          <li>Intermediate</li>
   </OL>
<li><u><b>Hobbies of candidate:</b></u></li>
      <UL type="disc">    
      <li>Football</li>
          <li>Sleeping</li> 
  </UL>
<li><u><b>Professional Qualification of candidate:</b></u></li>
      <OL type="i"> 
       <li><u><b>Diploma</b></u></li>
           <ol type="a">
             <li>DCAP</li>
                <li>Tally</li>
                <li>CCA</li>
   </ol>
  <li><u><b>Certificate</b></u></li>
      <ol type="a">
      <li>xyz</li>
      <li>abc</li>
   </ol>
 
</OL>
</OL>
</body>
</html>

             
  

No comments:

Post a Comment