Internet Programming 2023
Internet Programming 2023
INSTRUCTIONS
1. The Paper is made up of SIX (6) Questions, question ONE is compulsory plus any other THREE
questions.
2. Credit is given for legibility, clarity of expressions and use of relevant illustrations.
3. Clearly write your registration number on each answer sheet used.
Question one
a) i. In the following line of code, identify the following: Value(s), property and selector (3 Marks)
h1 { color: red; font-size: 10;}
ii. Differentiate between <h3> and a <p> as used in HTML (2 Marks)
Question three
a) Differentiate the following terms: (3 Marks)
i. Web page and website
ii. HTML and CSS
iii. HTTP and HTTPS
c) With clear code illustration example, explain how the following selectors are applicable in HTML
i. CSS Id selector (2 Marks)
ii. CSS Class selector (2 Marks)
Question four
a) Write HTML and internal CSS codes to design the following webpage. [PRACTICAL] (4
Marks)
NB:
- The background color is powderblue
- The word ‘KENYA’ uses header 1 and is of blue color
- The paragraph is in purple color
Question five
a) i. With clear examples, Differentiate between Relative URL link and Absolute URL link (4 Marks)
ii. State and explain the advantages of using relative URL Link. (2 Marks)
b) Use HTML and CSS Codes to generate the following contents and table [PRACTICAL] (6 Marks)
Group members with their savings
Question six
a) Briefly describe three methods of adding CSS to HTML page (3 Marks)
b) With clear example, describe how CSS grouping selector works (5 Marks)
c) Describe the steps required to launch or take your website on a live server (4 Marks)