0% found this document useful (0 votes)
406 views6 pages

Web Designing Using HTML & Css Question Bank

The document is a question bank for the Semester End Exam 2025 for the BCA program at Parishkar College, focusing on Web Designing using HTML & CSS. It includes various types of questions across five units: Introduction to HTML, Links, Image and Table, HTML Forms, and CSS. Each unit contains very short, short, analytic, and creative answer type questions to assess students' understanding of web design concepts.

Uploaded by

deepdandoriya401
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)
406 views6 pages

Web Designing Using HTML & Css Question Bank

The document is a question bank for the Semester End Exam 2025 for the BCA program at Parishkar College, focusing on Web Designing using HTML & CSS. It includes various types of questions across five units: Introduction to HTML, Links, Image and Table, HTML Forms, and CSS. Each unit contains very short, short, analytic, and creative answer type questions to assess students' understanding of web design concepts.

Uploaded by

deepdandoriya401
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/ 6

PARISHKAR COLLEGE OF GLOBAL EXCELLENCE (AUTONOMOUS)

Question Bank for Semester End Exam, 2025


Programme: BCA, Semester: II
Subject: - Web Designing using HTML & CSS (Minor)
___________________________________________________________________________________________

Unit I (Introduction to HTML)


Very Short Answer Type Question (15-20 words)
1. What does HTML stand for? 02
2. Which HTML element is used to define the title of a webpage? 02
3. What is the main content area of a webpage called? 02
4. What is an attribute in HTML? 02
5. Which HTML element is used for the largest heading? 02
6. Which HTML element is used for paragraphs? 02
7. How can you specify the character encoding for an HTML document? 02
8. What is the default character encoding for HTML5? 02
9. What is the correct way to add comments in HTML? 02
10. How do you create a line break in HTML? 02
Short Answer Type Questions (30-50 words)
1. How do you create an ordered list in HTML? 04
2. How do you create an unordered list in HTML? 04
3. What is the role of the <meta> tag in HTML? 04
4. How can you set the background color of an HTML element? 04
5. What is the purpose of the doctype declaration in HTML? 04
6. What is the purpose of the <head> element in HTML? 04
Analytic Answer Type Questions (150-200 words)
1. How does the <head> element differ from the <body> element in an HTML document? 08
2. What is the purpose of the <title> element, and how does it affect the webpage's display? 08
3. Explain the concept of hexadecimal color values and their usage in HTML. 08
4. What are the common attributes used in HTML elements, and how do they modify the element's behavior?
5. Compare and contrast ordered and unordered lists in terms of their structure and presentation. 08
6. How do HTML headings (<h1> to <h6>) contribute to the organization and accessibility of content? 08
7. Describe the significance of paragraphs (<p>) in HTML and how they differ from other text elements. 08
8. Explain the purpose and importance of the doctype declaration in an HTML document. 08
9. Discuss the role of the <meta> tag and provide examples of the metadata it can contain. 08
10. What are the benefits of using the Unicode character set in HTML, and how does it ensure proper display of
different languages and symbols? 08
Creative Answers Type Questions (600 words)
1. Imagine you are designing a personal website. How would you creatively use colors and attributes to enhance
the visual appeal and user experience? 12
2. You are creating an HTML document for a fictional book. How would you creatively use headings,
paragraphs, and lists to present the book's synopsis, chapters, and key highlights? 12
PARISHKAR COLLEGE OF GLOBAL EXCELLENCE (AUTONOMOUS)
Question Bank for Semester End Exam, 2025
Programme: BCA, Semester: II
Subject: - Web Designing using HTML & CSS (Minor)
___________________________________________________________________________________________

Unit II (Links)
Very Short Answer Type Question (15-20 words)
1. What is a relative link? 02
2. What is an absolute link? 02
3. What are link attributes? 02
4. How can you use the ID attribute to link within a document? 02
5. What are anchor tags? 02
6. What is a hyperlink? 02
7. Give an example of a relative link. 02
8. Give an example of an absolute link. 02
Short Answer Type Questions (30-50 words)
1. How can you create a link to another website? 04
2. How do you open a link in a new browser window or tab? 04
3. What is the difference between a relative link and an absolute link? 04
4. How do link attributes enhance the functionality of a hyperlink? 04
Analytic Answer Type Questions (150-200 words)
1. What is the difference between relative links and absolute links? 08
2. How do relative links work in HTML? Provide an example. 08
3. What is the syntax for creating an absolute link in HTML? 08
4. What are some common link attributes in HTML? Give examples of their usage. 08
5. How can the ID attribute be used to link within a document? Explain with an example. 08
6. What is the purpose of anchor tags in HTML? 08
7. How can you create a hyperlink in HTML using anchor tags? Provide an example. 08
8. How do you create a link to another website in HTML? 08
9. What is the target attribute in HTML links used for? 08
Creative Answers Type Questions (600 words)
1. Imagine you are designing a website for a travel agency. How could you use relative links to create a seamless
navigation experience for users exploring different destinations? 12
2. You are building an online shopping website and want to ensure that customers can easily access detailed
product information. How would you use anchor tags and hyperlinks with the ID attribute to link directly to
specific sections within a product's description on the same page? 12
PARISHKAR COLLEGE OF GLOBAL EXCELLENCE (AUTONOMOUS)
Question Bank for Semester End Exam, 2025
Programme: BCA, Semester: II
Subject: - Web Designing using HTML & CSS (Minor)
___________________________________________________________________________________________

Unit III (Image and Table)


Very Short Answer Type Question (15-20 words)
1. How do you put an image on a web page? 02
2. Can images be used as links? 02
3. What HTML tag is used to create a table? 02
4. How do you add headers to a table? 02
5. How can you add captions to a table? 02
6. Can you apply different styles to alternating rows in a table? 02
7. How do I align text within table cells? 02
Short Answer Type Questions (30-50 words)
1. How can you put an image on a web page using HTML? 04
2. How do you use an image as a link in HTML? 04
3. How can you set an image as the background of a webpage? 04
4. How can you create table headers in HTML? 04
5. What HTML tag is used to add captions to a table? 04
6. How can you make a cell span multiple columns in an HTML table? 04
7. What are some ways to style a table in HTML? 04
8. How do you adjust the width and height of table cells? 04
Analytic Answer Type Questions (150-200 words)
1. What HTML tag is used to insert an image on a web page, and what attributes can be used within this tag?08
2. How can you make an image clickable, so that it acts as a link to another page or URL? 08
3. How can you create a table in HTML, and what are the essential tags required for table structure? 08
4. How can you specify table headers in an HTML table, and why is it important to use these headers? 08
5. How can you add captions to a table in HTML, and what HTML tag is typically used for this purpose? 08
6. How can you make a cell in a table span multiple columns in HTML, and what attribute is used to achieve
this? 08
7. What are some common attributes and values that can be used to style a table, such as changing the border,
background color, and font properties? 08
8. How can you apply different styles to alternating rows or columns in an HTML table using CSS? 08
9. What are some best practices for using images, tables, and styling in web design to ensure accessibility and
optimal user experience? 08
Creative Answers Type Questions (600 words)
1. Imagine you are designing a website for a photography studio. How would you creatively incorporate an
image on the page to showcase the studio's portfolio? 12
2. You are building a travel blog, and you want to make the images in your blog posts clickable, leading readers
to related destinations. How would you creatively use images as links? 12
PARISHKAR COLLEGE OF GLOBAL EXCELLENCE (AUTONOMOUS)
Question Bank for Semester End Exam, 2025
Programme: BCA, Semester: II
Subject: - Web Designing using HTML & CSS (Minor)
___________________________________________________________________________________________

Unit IV (HTML Forms)


Very Short Answer Type Question (15-20 words)
1. What is an HTML form? 02
2. Name three types of elements used in HTML forms. 02
3. What are some common attributes of the <input> element? 02
4. Give an example of a text input field in HTML. 02
5. Name two types of checkboxes used in HTML forms. 02
6. Give an example of a radio button input in HTML. 02
7. What are the basic input types in HTML forms? 02
8. What is the <button> element used for? 02
Short Answer Type Questions (30-50 words)
1. What is the purpose of the <input> element? 04
2. What is the purpose of the <textarea> element? 04
3. What does the <select> element do? 04
4. How do you create an HTML form on a webpage? 04
5. Briefly explain the role of the "action" attribute in an HTML form. 04
6. How do you create a checkbox in HTML? 04
7. How do you create a radio button in HTML? 04
8. What is the <select> element used for? 04
Analytic Answer Type Questions (150-200 words)
1. What is an HTML form and why is it important in web development? 08
2. What are the different types of form elements available in HTML? 08
3. How do you create a text input field in an HTML form? 08
4. What is the purpose of the "name" attribute in an HTML input element? 08
5. How do you create a checkbox input field in an HTML form? 08
6. What is the role of the "required" attribute in an HTML input element? 08
7. How do you create a drop-down select menu in an HTML form? 08
8. Explain the purpose of the "action" and "method" attributes in an HTML form. 08
9. What are the common HTML tags used in creating HTML forms? 08
Creative Answers Type Questions (600 words)
1. Imagine you are designing a registration form for a futuristic virtual reality conference. How would you
incorporate HTML form elements to capture information like the attendee's name, email address, and
preferred virtual reality platform? How would you validate the email address input? 12
2. You are tasked with creating a feedback form for a restaurant's website. How would you use different types of
HTML input elements to gather the customer's rating, comments, and dietary preferences? How can you
leverage attributes like 'required' and 'placeholder' to improve form validation and user guidance? 12
PARISHKAR COLLEGE OF GLOBAL EXCELLENCE (AUTONOMOUS)
Question Bank for Semester End Exam, 2025
Programme: BCA, Semester: II
Subject: - Web Designing using HTML & CSS (Minor)
___________________________________________________________________________________________

Unit V (CSS)
Very Short Answer Type Question (15-20 words)
1. What is CSS? 02
2. What are the three types of style sheets in CSS? 02
3. What is the purpose of the <style> tag? 02
4. What are the different ways to apply styles to an HTML element? 02
5. What is the CSS property for changing the color of text? 02
6. How can you set a background image in CSS? 02
7. What property is used to add borders to an element in CSS? 02
8. How can you set the margin around an element in CSS? 02
9. How can you add padding to an element in CSS? 02
10. What are filter effects in CSS? 02
Short Answer Type Questions (30-50 words)
1. How can you link an external style sheet to an HTML document? 04
2. How can you apply inline styles in CSS? 04
3. How can you select an element using its ID in CSS? 04
4. How can you style forms using CSS? 04
5. How can you control the height and width of an element in CSS? 04
Analytic Answer Type Questions (150-200 words)
1. What is the purpose of CSS? Explain its role in web development and how it enhances the presentation of
HTML documents. 08
2. Compare and contrast internal, external, and inline stylesheets. Provide examples of when each type of
stylesheet would be most appropriate to use. 08
3. Discuss the different methods of styling forms with CSS. How can CSS be used to customize the appearance
of form elements like input fields, checkboxes, and dropdown menus? 08
4. Describe how the margin, border, padding, and content areas interact to define the overall size and spacing of
an element. 08
5. How can CSS be used to control the dimensions (height and width) of elements on a web page? 08
6. Discuss the various units of measurement available in CSS and provide examples of when each unit would be
useful. 08
7. Describe the CSS properties related to colors. Explain the differences between hexadecimal, RGB, and HSL
color notations, and how they can be used to specify colors in CSS. 08
8. Discuss the various background properties in CSS and how they can be used to style the background of an
element. 08
9. Explain the purpose and usage of properties like background-color, background-image, background-repeat,
and background-size. 08
PARISHKAR COLLEGE OF GLOBAL EXCELLENCE (AUTONOMOUS)
Question Bank for Semester End Exam, 2025
Programme: BCA, Semester: II
Subject: - Web Designing using HTML & CSS (Minor)
___________________________________________________________________________________________

10. Explain how CSS can be used to add borders to elements. Discuss the different border properties available in
CSS, such as border-width, border-style, and border-color, and how they can be combined to create different
border effects. 08
Creative Answers Type Questions (600 words)
1. How can you creatively use CSS to style forms and enhance the user experience? 12
2. In what innovative ways can you apply CSS filter effects to enhance the visual appeal of a website? 12
3. What are some unique and unconventional applications of CSS properties like color, background, borders,
margin and padding, height and width, to create visually stunning web designs? 12

You might also like