0% found this document useful (0 votes)
2 views

Model Paper

Uploaded by

Supun Official
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Model Paper

Uploaded by

Supun Official
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Question 01

Design a Web Page in the format given below: (20 marks)

Consider the following while designing the HTML code:

1. Image (on the top left-hand side) used in the page is the file “logo.gif” and is in the “images”
folder in the document root.

2. The page must be constructed using tables (two tables).

3. Top table having width 800 and height 100 consist of an image (160X100) and two lines of text.

4. Text colour of main heading, “External Degree Programmes”, should be “Black”, it should be
centered accordingly and in header size 1 font.

5. The text “Be a Part of the Knowledge Society” bust be treated as Emphasized text block which
must be centered and bottom aligned with header size 4 font.

6. Line after the main heading section should be given in colour “Navy”.

7. The text before the second table (“FEES &PAYMENT METHODS”) must be in colour green and
align to left with font size 4.

8. The second table must have a width of 700 and must be distributed to 5 columns with following
width 300,80,80,80,160.

9. First row and first Colum must be treated as table header to improve the visibility.

10. The first row of the table and last row of the table must have a background colour R, G, B values
204,204,204.

11. The third and fifth row must be with background colour RGB values 153,153,204.

12. The text in the Final row must be bold.

13. Line after the second table should be in colour “Black”.

14. The text “Copyright 2024 ©” must appear in black colour and with font size 2.

15. The page must be titled as “Fees & payment structure”.


Question 02 (20 Marks)

Consider the following HTML code.

Define styles for the following requirements in a separate style sheet “MyStyle.css”( write the
required code for the MyStyle.css).

• Heading 1 style with

o Arial font

o Left alignment

o in blue colour
• Heading 3 styles with

o Courier font

o Italic font style

o red colour

• Paragraph style with

o Bold font style

o Font size 3

o blue colour

o center alignment

o Sold 1px Black border

Question 03 (20 Marks)

Assume that you have 3 different paragraphs where you have to change the colour of the font as
mentioned below through the active link (“Change Colour”) on the page. When the link is clicked
the paragraph’s colour must be changed. Write all required code (HTML, Java Script function/s)
based on styles for this task

• the first paragraph must be red in colour

• the second paragraph must be in a green colour

• the third paragraph must be in Blue colour

The page must appear as given below and must be titled as “Change Font Color”
Question 04 (40 Marks)

Few rows of a table named “student” in a MySQL database named “school” is given below.
id name date_of_birth sex class

95001 Saman 2018-01-10 m 1A


95002 Kamala 2017-12-22 f 2D
94001 Sunil 2016-06-18 m 3B
94002 Wasantha 2016-03-05 m 3A
94003 Wasana 2016-10-10 f 3E

a) Give PHP statements required to establish a connection to this MySQL database “school”.
Clearly state all your assumptions, if any.

b) How do you verify that the connection you have tried to establish in part a) above had
been established without any error? Writing PHP code is necessary to display the errors
encountered if the attempt failed.

c) Design a web page with form to insert student’s data and write a PHP script to add form
data to “student” table.

d) Write a PHP script that accepts a connection to the database “student” and prints only the
“ids” and “names” of all students in the table “school”.

You might also like