Name of Activity: HTML Code:: PT in Computer Science 7 Hyperlink
Name of Activity: HTML Code:: PT in Computer Science 7 Hyperlink
Mori
Grade & Section: Gr. 7 - St. Mark
PT in Computer Science 7
<html>
<head>
<title>Hyperlink</title>
</head>
<body align="center">
<h1>Ms. Megs</h1>
<hr>
<p>
<a href="TheUltimateWebPage.html">Ultimate Webpage</a><br>
</html>
Output:
<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:
</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"/>
</body>
</html>
Output:
</html>
Output:
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: