You are on page 1of 7

WEB ENGINEERING

ASSIGNMENT # 1 – HTML 5 MARKUP


Name: Qazi Mujtaba
Enrollment: 01-235171-050
TASK:
You will create an HTML5 document from your resume.
Follow best practices for HTML and validate your markup as HTML5 with no errors. Use the Nu
HTML Checker at http://validator.w3.org/nu/ for validation.
Criteria for grading is as follows:

Criteria Marks

Validates as HTML5 5
Use of "h1" and "h2" 2
Use of "ul" and "li" 2
Use of "a" and use of "title" attribute 2
Use of "p" 2
Add hypertext links with appropriate href 2
values.
HTML document and content structure. 3
Appropriate use of header, footer, main,
article, section (as needed)
HTML Best Practices 2
Total= 20

Submission:
Submit the HTML5 markup file along with the screenshot of the webpage created. Share
validation’s screenshot as well.

DUE DATE: 8th November 2021


Code:

<head>
<title>My Curriculum vitae</title>
</head> <body> <table border="1" align="center" width="60%">
<tr>
<th ><h1>Curriculum vitae</h1></th>
</tr> <tr>
<th align="left" ><1.13 src="Profile.jpg" align=r1slit height="150" width="120" border="3"
/><h2 style="text-align:left" >Qazi Mujtaba Mehmood</h2> <br />
Email: Qazimujtaba007@gmail.com <br />
Address: 221 Baker Street London <br I>
Mobile No: 03350333113
<h2>Personal Information:</h2> <ul>
<li>Father Name: Qazi Sultan Mehmood</li>
<li>Religion: Islam</li>
<li>CNIC: 37405-05xxxxx-x</li> <li>Nationality: Pakistani</li> <li>Marital Status: Single</li>
<li>0.0.8: Aug 1995</li>
<li>Sex: Male</li>
</ul>
<h2>Profile:</h2>
<p>I am a hard worker who can work by themselves and work effectively as part of a team. I
thrive under pressure and
have demonstrated this well in my existing work experiences outlined below. I am a committed
individual who can
learn fast and add value from day one. I am confident and well-organized person who can
multitask. I am also
proficient in a wide variety of software applications - able to help those around me who lack
confidence in this skill
set. I also enjoy socializing with friends. I am looking for full time work on a permanent basis
whilst I pray, and I am
open to any vocations. </p>
<h2>Qualification</h2>
<table border="1"›
<tr>
<th>Examination</th>
<th>Division</th>
<th>Board</th>
<th>Institute</th>
</tr>
<tr><td> Matric (Biology)</tdxtd>1st</tdxtd>Rawalpindi</tdxtd>St Mary's Cambridge
School</td></tr> <tr><td> Fsc
(Pre-Engineering)</td><td>1st</td><td>Rawalpindi</td><td>Punjab Group of
Colleges</td></tr>
<tr><td> Bachlors(Information Technology)</td><td>lst</td><td>Rawalpindi</td><td>Bahria
University Islamabad</td></tr>I </table>
<h2>Job Experience</h2>
<b>Customer Service Representitive (voice), Comapany : 7 Telemarketing</b>
<br I>
jan 2017-Sep 2017
<p>Working as a CSR in Telemarketing' marketing, my job was to call American citizens
through the company's
software which was capable of generating automatic calls one after another and the products
we were selling were named as home security equipment's which our customers used to buy
for the safety of their respective houses, Convincing them by pitching a strong and convincing
script guided by the company, to buy our products by </p>
<h2>Availability</h2>
<b>As Soon As Possible</b>
<br I> <h2>Reference</h2>
<b>Available on request</b>
</th> </tr> </table>
</body>
</html>
Screen shots:
HTML Checker at http://validator.w3.org/nu/ for validation.
Output:

You might also like