You are on page 1of 3

REPUBLIC OF THE PHILIPPINES

TECHNOLOGICAL UNIVERSITY OF THE PHILIPPINES


Manila
COLLEGE OF INDUSTRIAL EDUCATION

Information and Communication Technology - Laboratory

Activity Sheet no. _21_

Name: Kathyrine Mae M. Añonuevo Date Accomplished: January 08, 2021

Course/Year &Section: BSIE-HE-1A

TITLE: EMBEDDING MULTIMEDIA IN A WEBPAGE (HYPERLINK)

I. Description

A hyperlink is an element in an HTML document that links to either another portion of the
document or to another document altogether. On webpages, hyperlinks are usually colored
purple or blue and are sometimes underlined.

II. Objectives

1. Knows to embed audio and video on a website


2. Define Web embedding
3. Identify the purposes and usefulness of Embedding multimedia to the webpage.

III. Requirements

1. Hardware – Laptop/Desktop
2. Software – Notepad

IV. Procedure

This are tags that I used in hyperlinking:

<html>

<head>

<style>

Prepared by: Kathyrine Mae M. Añonuevo Date submitted: January 8, 2021


Submitted to: Prof. Jovylon B. Canencia Page number: Page 1 of 3
REPUBLIC OF THE PHILIPPINES
TECHNOLOGICAL UNIVERSITY OF THE PHILIPPINES
Manila
COLLEGE OF INDUSTRIAL EDUCATION

Information and Communication Technology - Laboratory

h1 {
background-color: white;
font-family: Gabriola;
text-align: center;
}

</style>
</head>

<html>
<head>
<title>Home</title>
</head>

<body>

<h1>

<a href="C:\Users\halo\Downloads\Kathyrine's Web Page.html"><font size=8>My Web


Page</font></a>

</h2>

</body>
</html>

V. Reflection

1. This activity allows me to learn how to do hyperlinking in html.


2. I enjoyed the making process because it improves my skills in creating a webpage.
3. I learned the importance of html tags in creating a web page.
4. This activity is very helpful as it improves the student’s adaptability skills.
5. I am encouraged to learn more about CSS and HTML.

Prepared by: Kathyrine Mae M. Añonuevo Date submitted: January 8, 2021


Submitted to: Prof. Jovylon B. Canencia Page number: Page 2 of 3
REPUBLIC OF THE PHILIPPINES
TECHNOLOGICAL UNIVERSITY OF THE PHILIPPINES
Manila
COLLEGE OF INDUSTRIAL EDUCATION

Information and Communication Technology - Laboratory

VI. References

https://en.wikipedia.org/wiki/Material#:~:text=A%20material%20is%20a%20substance,geol
ogical%20 origin%20or%20biological%20function.

VII. Output

Prepared by: Kathyrine Mae M. Añonuevo Date submitted: January 8, 2021


Submitted to: Prof. Jovylon B. Canencia Page number: Page 3 of 3

You might also like