Warning: Undefined array key 1 in /home/acaproso/public_html/._System/._Template/.Main.php on line 116
Web development questions

Web development questions | form three Information and Computer Studies

Find Web development examination questions, form three Information and Computer Studies in acaproso.com

# Question
1

Why do you thonk the content of the web page needs to be written between the <body>  and </body> tags?


Short answers
2

Write the output of the following HTML codes.

<html>

<body>

Congratulation for opting computer studies

<hr>

<OL>

<LI>Age

<LI>Telephone

<LI>Address

</OL>

My favourable subjects are

<UL type="square">

<LI>Computer studies

<LI>Mathematics and

<LI>English<br>

<INPUT TYPE="SUBMIT" NAME="SUBMIT" VALUE="submit">

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

<INPUT TYPE="SUBMIT" NAME="SUBMIT" VALUE="Exit"></TR>

</body>

</html>


Short answers
3

Use HTML codes to design a website for Human Local Government Administration as shown below:

Web development for three ICT exam

Description of the Webpage

  • The background colour should be #F5DEB3
  • Set green as the font colour of the heading and the statement above the table.
  • Use any picture ftom the pictures library.
  • The image width and height are 100 and 99 respectively
  • The table border is 5.
  • The rows=40 and cols=40.

Practical