0% found this document useful (0 votes)
52 views10 pages

Name of Activity: HTML Code:: PT in Computer Science 7 Hyperlink

The document contains code samples and outputs from various HTML activities completed by Angel Nicole H. Mori, a Grade 7 student at St. Mark. The activities include creating hyperlinks, headers, a schedule table, calendar, and webpage displaying text and an image. For each activity, the student provides the HTML code and a screenshot of the output or rendered webpage.

Uploaded by

Angel Mori
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
52 views10 pages

Name of Activity: HTML Code:: PT in Computer Science 7 Hyperlink

The document contains code samples and outputs from various HTML activities completed by Angel Nicole H. Mori, a Grade 7 student at St. Mark. The activities include creating hyperlinks, headers, a schedule table, calendar, and webpage displaying text and an image. For each activity, the student provides the HTML code and a screenshot of the output or rendered webpage.

Uploaded by

Angel Mori
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 10

Name: Angel Nicole H.

Mori
Grade & Section: Gr. 7 - St. Mark

PT in Computer Science 7

Name of Activity: Hyperlink


HTML Code:

<html>
<head>
<title>Hyperlink</title>
</head>
<body align="center">
<h1>Ms. Megs</h1>
<hr>
<p>
<a href="TheUltimateWebPage.html">Ultimate Webpage</a><br>

<a href="https://www.facebook.com/">Visit my FB account</a><br>


<a href="Incy Wincy Spider.html"> <img src="spider.jpg">
</a><br>
</p>
</body>

</html>
Output:

Name of Activity: The Ultimate Web Page


HTML Code:

<html>
<head>
<title>The Ultimate Web Page</title>
</head>
<body>
Good day Everyone! <br>
My name is ___. <br>
I am a Grade 7 - St. Mark student. <br>
I am __ years old. <br>
Hi! <br>
Hello!

</body>

</html>
Output:

Name of Activity: Class Schedule


HTML Code:
<html>
<head>
<title>Grade 7 - St. Mark</title>
</head>
<body>
<table border="1">
<caption>Grade 7 - St. Mark</caption>
<tr>
<td>TIME</td>
<td>MONDAY</td>
<td>TUESDAY</td>
<td>WEDNESDAY</td>
<td>THURSDAY</td>
<td>FRIDAY</td>
</tr>
<tr>
<td>8:00-8:30</td>
<td>MORNING ROUTINE (Ms. Noreen)</td>
<td>MORNING ROUTINE (Ms. Alhea)</td>
<td>MORNING ROUTINE (Ms. Alhea)</td>
<td>MORNING ROUTINE (Ms. Alhea)</td>
<td>MORNING ROUTINE (Ms. Noreen)</td>
</tr>
<tr>
<td>8:30-9:30</td>
<td>TLE (Sir Paul)</td>
<td>TLE (Sir Paul)</td>
<td>AP (Asynchronous)</td>
<td>CLED (Asynchronous)</td>
<td>AP (Sir Gio)</td>
</tr>
<tr>
<td>9:30-10:00</td>
<td>HEALTH BREAK</td>
<td>HEALTH BREAK</td>
<td>HEALTH BREAK</td>
<td>HEALTH BREAK</td>
<td>HEALTH BREAK</td>
</tr>
<tr>
<td>10:00-11:00</td>
<td>SCIENCE (Sir JJ)</td>
<td>SCIENCE (Sir JJ)</td>
<td>FILIPINO (Ms. Bernadette)</td>
<td>VALUES ED. (Ms. Weena)</td>
<td>CLED (Sir Allan)</td>
</tr>
<tr>
<td>11:00-12:00</td>
<td>MATH (Ms. Karen)</td>
<td>MATH (Ms. Karen)</td>
<td>MAPEH (Ms. Joyz)</td>
<td>AP (Sir Gio)</td>
<td>DEV. READING (Sir Jerick)</td>
</tr>
<tr>
<td>12:00-1:00</td>
<td>LUNCH</td>
<td>LUNCH</td>
<td>LUNCH</td>
<td>LUNCH</td>
<td>LUNCH</td>
</tr>
<tr>
<td>1:00-2:00</td>
<td>ENGLISH (Ms. Noreen)</td>
<td>FILIPINO (Ms. Bernadette)</td>
<td>MAPEH (Ms. Joyz)</td>
<td>COMPUTER (Ms. Megs)</td>
<td>ENGLISH (Ms. Noreen)</td>
</tr>
<tr>
<td>2:00-3:00</td>
<td>ENGLISH (Asynchronous)</td>
<td>ENGLISH (Asynchronous)</td>
<td>MATH (Asynchronous)</td>
<td>MATH (Asynchronous)</td>
<td>DEV. READING (Asynchronous)</td>
</tr>
<tr>
<td>3:00-4:00</td>
<td>SCIENCE (Asynchronous)</td>
<td>SCIENCE (Asynchronous)</td>
<td>FILIPINO (Asynchronous)</td>
<td>FILIPINO (Asynchronous)</td>
<td>DEV. READING (Asynchronous)</td>
</tr>

</body>

</html>

Output:
Name of Activity: Incy Wincy Spider
HTML Code:
<html>
<head>
<title>Incy Wincy Spider</title>
</head>
<body>
<h1>Incy Wincy Spider</h1>
<img src="spider.jpeg" style="width:350px"/>

<p>Incy Wincy spider went up the water spout


Down came the rain and washed the spider out
Out came the sun and dried up all the rain
So, Incy Wincy spider went up the water spout again
</p>

<p>Incy Wincy spider went up the water spout


Down came the rain and washed the spider out
Out came the sun and dried up all the rain
So, Incy Wincy spider went up the water spout again
</p>

<p>Incy Wincy spider went up the water spout


Down came the rain and washed the spider out
Out came the sun and dried up all the rain
So, Incy Wincy spider went up the water spout again
</p>

</body>

</html>

Output:

Name of Activity: August Calendar


HTML Code:
<html>
<head>
<title>August 2021 Calendar</title>
</head>
<body>
<table border="1">
<caption>August 2021</caption>
<tr>
<td>Sunday</td>
<td>Monday</td>
<td>Tuesday</td>
<td>Wednesday</td>
<td>Thursday</td>
<td>Friday</td>
<td>Saturday</td>
</tr>
<tr>
<td>1</td>
<td>2</td>
<td>3</td>
<td>4</td>
<td>5</td>
<td>6</td>
<td>7</td>
</tr>
<tr>
<td>8</td>
<td>9</td>
<td>10</td>
<td>11</td>
<td>12</td>
<td>13</td>
<td>14</td>
</tr>
<tr>
<td>15</td>
<td>16</td>
<td>17</td>
<td>18</td>
<td>19</td>
<td>20</td>
<td>21</td>
</tr>
<tr>
<td>22</td>
<td>23</td>
<td>24</td>
<td>25</td>
<td>26</td>
<td>27</td>
<td>28</td>
</tr>
<tr>
<td>29</td>
<td>30</td>
<td>31</td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</body>

</html>

Output:

Name of Activity: Hyperlink


HTML Code:
<html>
<head>
<title>Hyperlink</title>
</head>
<body align="center">
<h1>Angel Nicole H. Mori</h1>
<hr>
<a href="https://www.facebook.com/">Visit my FB Account</a><br>
<a href="Incy Wincy Spider.html">Incy Wincy Spider</a><br>
<a href="Grade 7 - St. Mark.html">Grade 7 - St. Mark</a><br>
<a href="August 2021 Calendar.html">August 2021 Calendar</a><br>

<a href="Incy Wincy Spider.html"> <img src="spider.jpeg"></a><br>


</body>
</html>

Output:
Name of Activity: Header
HTML Code:
<html>
<head>
<title>Header</title>
</head>
<body>
<h1>Angel Nicole H. Mori</h1>
<h2>Angel Nicole H. Mori</h2>
<h3>Angel Nicole H. Mori</h3>
<h4>Angel Nicole H. Mori</h4>
<h5>Angel Nicole H. Mori</h5>
<h6>Angel Nicole H. Mori</h6>

</body>
</html>
Output:
Name of Activity: The Ultimate Webpage
HTML Code:
<html>
<head>
<title>The Ultimate Web Page</title>
</head>
<body>
Good day Everyone! <br>
My name is Angel Nicole H. Mori<br>
I am a Grade 7 - St. Mark student. <br>
I am 12 years old. <br>
Hi! <br>
Hello!

</body>

</html>
Output:

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy