You are on page 1of 6

The CURRICULUM VITAE IN HTML

Submitted by: Kinza Nawaz


Roll no 09021920-028

Submitted to: Mr. Salman Arshad


Department of business administration

University of Gujarat
DEFINE THE HTML?
HyperText Markup Language: a set of standards, a variety ofSGML, used to tag the elements of a hyperte
xt document. It is thestandard protocol for formatting and displaying documents on the World Wide Web.

DEFINE THE TERM CV??


Definition: A curriculum vitae is a written description of your work experience, educational background,
and skills. Also called a CV, or simply vitae, it is more detailed than a resume and is commonly used by
those looking for work outside the U.S. and Australia. Curriculum vitae are also used by someone looking
for an academic job, i.e. in a college or university.

Also Known As: CV, vitae

Alternate Spellings: curriculum vitea curriculum vita

Common Misspellings: curriculum vitea curriculum vita

The basic HTML tag used in curriculum vitae?


Begins the HTML code. All Web pages
<HTML>
must have this command.
Separates the text about the document
<HEAD>Introductory info</HEAD> from the main text. Title command usually
goes here.
Displays the Title in the title bar area of
<TITLE>Web Page Title</TITLE>
most browsers.
Begins the main text of the document. All
<BODY> Web pages must use the body command to
alert browsers of the main text.
<B>Boldface text</B> Bold
<I>Italicized text</I> Italics
<CENTER>Centered text</CENTER> Center

<H1>Text in Heading 1 format</H1> Heading 1

<H2>Text in Heading 2 format</H2> Heading 2


<H3>Text in Heading 3 format</H3> Heading 3
<H4>Text in Heading 4 format</H4> Heading 4
<H5>Text in Heading 5 format</H5> Heading 5
<H6>Text in Heading 6 format</H6> Heading 6
New Line. Creates single space between
<BR>
lines.
New paragraph. Creates double space
<P>
between lines, paragraphs.
Produces a horizontal rule across
<HR>
document.
Establishes a link to another Webpage or
<A HREF="URL">Link URL or title of link</A> Website. You must know the URL of the
link.
<A HREF="MAILTO:name@domain.com">Email
Establishes a link to your email address.
address or name</A>
Allows you to choose the style, size, and
<FONT>Font style</FONT>
color of the font.
Ends the main text. You must include this
</BODY>
code at the end of all files.
Ends the HTML code. You must include
</HTML>
this code at the end of all files.

The cv in html encoding


<html>
<head> <title> CV </title> </head>
<body >
<h1 align="centre"> </a> CURRICULUM VITAE <br> Personal
Details </h1>
<IMG src="xee_smile.jpeg" align="right" hight="100" width="100"
<h5>Name: Kinza Nawaz </h5>
<h5>Address:Teh Malikwal Disttrit Mandibahuddin Chack no #45</h5>
<h5>Email:xee_smile@yahoo.com </h5>
<h5>Telephone #: 090023768 </h5>
<h5>Date and place of birth:Mandibahuddin </h5>
<h5>Nationality : Pakistan </h5>
<h1> Acdamic Records </h1>
<TABLE BORDER="10" width="100" align="center">
<TR> <TH> <TD>YEAR </TD></TH>
<TD>DEGREE </TD>
<TD>GRADE </TD>
<TD>BOARD </TD>
<TD>INSTITUTE </TD>
</TR>
<TR> <TH> <TD>2005 </TD></TH>
<TD>MATRIC SCIENCE </TD>
<TD>B </TD>
<TD>GUJRANWALA </TD>
<TD>Quaid-e-Azam high school </TD>
</TR>
<TR> <TH> <TD>2007 </TD></TH>
<TD>INTERMIDIATE SCIENCE </TD>
<TD>C </TD>
<TD>SARGODHA </TD>
<TD>Women Graduated College Sargodha </TD>
</TR>
<TR> <TH> <TD>2009 </TD></TH>
<TD>BACHELOR ARTS </TD>
<TD>B </TD>
<TD>SARGODHA </TD>
<TD>Women Graduated College Sargodha </TD>
</TR>
</table>
<h1> Professional Expereince <br> 22.02.2010 – 26.11.2010 </h1>
<h5>Company name:Habi Bank Adress:City Gujrat , Country: Pakistan
</h5>
<h5>Position: HRM Manger </h5>
<h5>Main activities:Programming and managing employees </h5>
<h5>Projects:NO </h5>
<h1> Other Skills </h1>
<h5>Good knowledge of </h5>
<UL TYPE="SQURE">
<li> computer like C/C++ and MS office </li>
<li> English language course </li>
</UL>
<h1> LANGUAGES </h1>
<h5> Native: punjabi </h5>
<h5> Advanced: English (TELC certificate B2 level) </h5>
<h1> PERSONAL QUALIFICATIONS </h1>
<UL TYPE="SQURE">
<li> willing to start a full–time or remote job</li>
<li>fully prepared to work in flexible hours and overtime</li>
<li>open-minded, willing to meet new people</li>
<li>dynamic, creative person, willing to learn and develop myself</li>
</UL>
<h1> INTERESTS/HOBBIES </h1>
<UL TYPE="SQURE">
<li>computer and mobile phone new technology</li>
<li>computer games (MMORPG, strategy, ect.) </li>
</UL>
</body>
</html>

You might also like