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

Website Development 1

Uploaded by

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

Website Development 1

Uploaded by

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

WEBSITE DEVELOPMENT 1

QUESTION 1

I. What does HTML stand for? (4 Marks)

II. List two common HTML tags and their purposes (4 Marks)

III. What is the purpose of the <head> section in an HTML document? (4 Marks)

IV. Describe the difference between an ordered list and an unordered list in HTML (4 Marks)

V. What is the function of the <a> tag in HTML? (4 Marks)

QUESTION 2

Create a Simple HTML Page (20 Marks)

Task: Develop a simple HTML page that includes a heading, a paragraph, an image, and a hyperlink.

Instructions:

a. Add a <h1> tag for the heading.


b. Add a <p> tag for the paragraph.
c. Add an <img> tag to display an image.
d. Add an <a> tag to create a hyperlink.
e. Provide the HTML code for the page.

QUESTION 3

Create an HTML Table (10 Marks)


 Task: Create an HTML table that displays a list of three products with their names, prices, and
descriptions.
 Instructions:
o Use the <table>, <tr>, <th>, and <td> tags to create the table.
o Include a header row with column titles.
o Provide the HTML code for the table.

Create an HTML5 Page with Semantic Elements (10 Marks)


 Task: Develop an HTML5 page that includes semantic elements such as <header>, <nav>,
<main>, <article>, <section>, <aside>, and <footer>.
 Instructions:
o Add a <header> element for the page header.
o Add a <nav> element for navigation links.
o Add a <main> element to contain the main content.
o Add an <article> element for an article.
o Add a <section> element within the article.
o Add an <aside> element for related content.
o Add a <footer> element for the page footer.
o Provide the HTML code for the page.

QUESTION 4

I. What is the purpose of the <title> tag in an HTML document? (4 Marks)

II. List two attributes of the <img> tag and their purposes (4 Marks)

III. What is the function of the <meta> tag in HTML? (4 Marks)

IV. Describe the difference between the <div> and <span> tags in HTML (4 Marks)

V. What is the purpose of the <form> tag in HTML? (4 Marks)

QUESTION 5

I. Explain the purpose of the <meta> tag in HTML and provide an example of its use (4 Marks)

II. Describe the difference between block-level and inline elements in HTML (4 Marks)

III. What is the Document Object Model (DOM) and how is it used in web development? (4

Marks)

IV. Explain the concept of semantic HTML and its importance (4 Marks)

V. What is the purpose of the <canvas> element in HTML5? Provide an example of its use (4

Marks)

You might also like