3rd-activity-for-asynchronous-class
3rd-activity-for-asynchronous-class
______1. <h1>
a. Contains the visible content
______2. <p> of webpage
______3. <a> b. Defines the largest heading
c. Defines a paragraph
______4. <b> d. Sets the title of webpage
e. Inserts a line break
______5. <i>
f. Creates a hyperlink
______6. <br> g. Makes text bold
h. Makes text italic
______7. <title>
______8. <body>
<______________>
<______________ >My Webpage </_________>
</_____________>
<_____________>
<_____________> Welcome to my page! <_________>
<_____________> This is a paragraph about HTML. </_____________>\
</______________>
</______________>
<html>
<head>
<title> My website <title>
<head>
<body>
<h1> Welcome to My Page
<p> This is a paragraph
<a herf=www.example.com> Click Here</p>
</body>
<html>
IV. Fill in the blanks
Direction: Write the correct character entity for each symbol:
1. < ______________
2. “ _______________
3. &_______________
4. ‘ _______________
5. > _______________
6. Convert the following text into its HTML character entity equivalent:
V. Write a simple HTML page using character entities, an image, a hyperlink and a list.