You are on page 1of 2

MIS ICT GRADE 7

Web Authoring – Theory


Name: ........................................... Sec: ............
Question 1:Write the html code for the given web page.

<HTML>
............................................................................................................................................................
Wisdom is only found in truth.<br>
............................................................................................................................................................
<br>
............................................................................................................................................................
Good health is above wealth
</html>
............................................................................................................................................................

............................................................................................................................................................

............................................................................................................................................................

............................................................................................................................................................

............................................................................................................................................................

............................................................................................................................................................

............................................................................................................................................................

............................................................................................................................................................

............................................................................................................................................................

Question 2 :Write the full form for the following terms.

a. HTTP –HYPERTEXT TRANSFER PROTOCOL

b. FTP –FILE TRANSFER PROTOCOL

1
MIS ICT GRADE 7

c. TCP –TRANSMISSION CONTROL PROTOCOL

d. HTML –HYPERTEXT MARKUP LANGUAGE

e. SMTP –SIMPLE MAIL TRANSFER PROTOCOL

Question 3: Complete the html code for the given output below.

<Html>

<Head>

<TITLE>

THE FRIST PAGE

</title>

</HEAD>

<BODY>

Hello World

</body>

</HTML>

You might also like