0% found this document useful (0 votes)
4 views

Practical Task

Uploaded by

makeh71663
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

Practical Task

Uploaded by

makeh71663
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Practical Task 1:

Create a Personal CV Using Basic HTML Tags (Without CSS)

OBJECTIVE: Use basic HTML formatting tags to create a simple personal CV. Focus on
structure and presentation using only HTML tags.

Instructions: Create a CV with the following sections:

1. Personal Information
2. Career Objective
3. Education
4. Work Experience
5. Skills
6. Hobbies
7. References

Use the following HTML tags:

 <html>, <head>, <title>, <body>: For overall structure.


 <h1> to <h6>: For headings.
 <p>: For paragraphs.
 <br>: For line breaks.
 <hr>: To add horizontal lines.
 <b>, <i>, <u>, <sup>, <sub>, <mark>, <small>, <strong>, <em>: For text formatting.
 <ul>, <ol>, <li>: For creating lists.
 <blockquote>: For quotes.
 <a>: For adding links (such as email or portfolio link).
 <abbr>, <address>: For additional information.
 <table>, <tr>, <th>, <td>: For creating a simple table (optional for structured data like
education).

Deliverable:

 A well-structured HTML document that displays a personal CV with appropriate


headings, paragraphs, lists, tables, and text formatting.

You might also like