LEARN HOW TO CREATE A CV PAGE USING HTML ONLY

Swift notes for creating a CV page in HTML alone without the use of mediaplayer or flashy effects.

Change the backgrounds color to sea green.

Generating the CV page, it is necessary to use the table tags for structuring the page.

Further, include your own details to complete the fields of CV page.

Start finding out the way to build the CV page utilizing only HTML.

1. STRUCTURAL ELEMENTS.

<! DOCTYPE html, <html>, <head>, <title> and <body> are all form the structure of the HTML.

Some of these elements have been addressed on this page while others have their own different pages; to learn about them, Click Here.

2. CONTENT STRUCTURE ELEMENTS.

<table>: Applied to build the skeletal framework of the page called CV.

<tr>: Stands for rows in table.

<th>: Once utilized to display Resume as the heading on a table.

<td>: former to Represents Personal Information, Qualification.

<img>: It applied to insert Profile picture.

<ol>: Also generates an ordered list for such parts as contact details and experience.

<ul>: This command generates an unordered list which contains Mobile No, Email Address for the contact part and an unordered list of the names, CNIC, D/O/B, etc for the Personal details part.

<li>: Stands for the list items that are employed in ol and ul.

<h1>, <h2> <h3>: Is name as well as the section title heading, used a different level of heading?

<b>: Used to Make the text BOLD.

3. FORMATING AND STYLING PROPERTIES.

bgcolor: Make the color of the table background Seagreen, and make the color of the header dark green now.

border: Specify the border width of the table into 1 ( When you are viewing this on the screen, a black solid line of 1 pixel width will be shown on the table).

Align: Make the table located at the center of the screen and the image to the right below the table.

Cellpadding: Change the spacing of the cells in the table which is 20 % by default.

width: Sets up the table width to be 55% and the images width to 160px.

Src: Gives t