[go: up one dir, main page]

0% found this document useful (0 votes)
22 views2 pages

Web Question Paper

The document contains a series of questions categorized into one, two, and three marks related to HTML and CSS concepts. It covers topics such as the structure of HTML documents, the purpose of various HTML tags, differences between web elements, and the role of CSS in web design. Additionally, it includes practical tasks for creating web pages and forms using HTML and CSS.

Uploaded by

rasnesiddesh
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)
22 views2 pages

Web Question Paper

The document contains a series of questions categorized into one, two, and three marks related to HTML and CSS concepts. It covers topics such as the structure of HTML documents, the purpose of various HTML tags, differences between web elements, and the role of CSS in web design. Additionally, it includes practical tasks for creating web pages and forms using HTML and CSS.

Uploaded by

rasnesiddesh
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/ 2

One Marks Questions

1)​ What does the acronym WWW stand for?


2)​ What is the full form of URL?
3)​ What is the primary function of HTTP?
4)​ What does a web browser do?
5)​ What is the difference between a web browser and a web server?
6)​ What are the advantages of using HTML for web page design?
7)​ What is the basic structure of an HTML document?
8)​ What is the purpose of the <h1> tag in HTML?
9)​ What does the <img> tag do in HTML?
10)​Which tag is used to insert a hyperlink in HTML?
11)​What tag is used to insert an image in HTML?
12)​ What is the purpose of the <marquee> tag in HTML?
13)​Analyze the difference between using the <ol> and <ul> tags in HTML.
14)​What happens if you use the <marquee> tag to scroll text on a webpage?
15)​What does the <frame> tag do in an HTML frameset? What is the purpose of the cols and
rows attributes in the <textarea> tag?
16)​Describe how a <checkbox> element in a form works.
17)​What is the effect of using the border attribute in the <table> tag?
18)​Design a form that includes a text input field, a radio button group, a checkbox, and a submit
button.
19)​What is the role of CSS selectors in web design?
20)​What is the basic structure of a CSS rule?
21)​What are the three main types of CSS?
22)​ What is the purpose of the # symbol in CSS?

Two Marks Questions:

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.

Three Marks Questions:

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?

You might also like