You are on page 1of 1

IT2301

01 Laboratory Activity 1

Name Barba, Merry Joy V. Date Feb. 19, 2024


Section BSIT 302 Score

Instructions (20 points)

1. Write an HTML code that consists of the following:


o A short introduction of yourself
o The use of two (2) heading tags
o The linking of two (2) external social media sites
2. Properly save the document and run it on a browser.
3. Paste the HTML code and the screenshot of the webpage.

HTML Code: Screenshot:


<!DOCTYPE>
<html>
<head>
<title>01 Lab Activity 1</title>
</head>
<body>
<center>
<h1>WELCOME TO MY PAGE!</h1>
<h2>HI!</h2>
<p> I am Merry Joy V. Barba. An aspiring IT student. I am 30 years old. I
am from Lingayen, Pangasinan.</p>
<p>My hobbies are photography, editing, watching KDrama, travelling
and going out with my friends.</p>

<p><a href="https://www.youtube.com/">Visit My Youtube


Page!</a></p>
<p><a href="https://facebook.com/">Visit My Facebook Page!</a></p>
</center>
</body>
</head>

GRADING RUBRIC:
Performance Standards Points
The student provided an HTML code with the correct syntax and structure. 10
The student followed and provided the needed requirements. 10
Total 20

01 Laboratory Activity 1 *Property of STI


Page 1 of 1

You might also like