You are on page 1of 1

IT2301

01 Laboratory Activity 1

Name Hans Brent Z. Binag Date 2/14/24


Section BSIT 321 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> Codes:
<html>
<head>
<title>01 Laboratory Activity 1</title>
</head>
<body>
<h1>Hi, I'm Hans Brent Z. Binag!</h1>

<h2>About Me</h2>
<p>I'm currently a programmer studying at STI. Passionate
about coding, I'm eager to learn and explore
new technologies to enhance my skills and contribute to innovative
projects. Excited to be part of the dynamic world
of programming!</p>

<h2>Connect with Me</h2> Output:


<ul>
<li><a href="https://www.facebook.com/binaghansbrent/"
target="_blank">Facebook</a></li>
<li><a href="https://www.instagram.com/hanzeue/"
target="_blank">Instagram</a></li>
</ul>
</body>
</html>

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