Web Question Paper
Web Question Paper
1) Design a simple HTML page that includes a heading, a paragraph of text, and a link to
another page.
2) Describe the difference between a static web page and a dynamic web page.
3) Explain how the <font> tag is used to change text color and font size in HTML.
Describe how to add background color to a webpage using HTML.
4) What is the purpose of the controls attribute in the <audio> and <video> tags?
5) What is the difference between internal and external hyperlinks in HTML?
6) Write an HTML code to create a simple unordered list with three list items.
7) Write the HTML code to insert a video file with controls.
8) Create an HTML code that includes a heading, an unordered list, and an external hyperlink.
9) Write HTML code to create a table with three rows and two columns, and include a
border around the table.
10)Design an HTML form with a text box, a list box, a radio button, and a submit button
to collect basic information such as name, gender, and favorite color.
11)Describe how a <listbox> works in a form and how it can be created in HTML.
12)Explain the role of the action and method attributes in the <form> tag.
13)What are the advantages of using CSS in web design?
14)What is the difference between an internal CSS and an external CSS?
15)Explain the role of the #id selector and .class selector. How do they differ in CSS?
16)Create a CSS rule using a class selector to apply a border and padding to a section
element in an HTML page.
1) Design a simple web page using HTML that includes text content, an image, and a hyperlink
to another page.
2) What is the basic structure of an HTML document? Explain the role of the <head> and
<body> tags.
3) Explain how the <img> tag is used in HTML to display an image. What are the essential
attributes for the <img> tag?
4) Applying (Application)
● Create an HTML page that includes:
o A heading that says "Welcome to My Website".
o A paragraph of text introducing the website.
o An image (you can use any image URL or placeholder).
o A hyperlink to another webpage (internal or external).
o Set the background color of the page to light blue.
5) What are the basic HTML tags used to create a table, and what is the role of the <th> tag in a
table?
6) Create an HTML form that includes a text input field, a textarea, a submit button, and a reset
button.
7) Design a form that includes a radio button group for selecting a gender, a checkbox to accept
terms, and a submit button. Include the appropriate action to submit the form.
8) Design a basic frame layout using a <frameset> tag that has two frames: one for navigation
(on the left) and another for content (on the right).
9) What is the difference between internal, inline, and external CSS? Provide examples of when
each should be used.
10)What are the main advantages of using CSS in web design?