0% found this document useful (0 votes)
31 views1 page

It CHP 1 QST Paper

Uploaded by

nexxakafan
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)
31 views1 page

It CHP 1 QST Paper

Uploaded by

nexxakafan
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/ 1

STD: SYJC SUBJECT: IT

DATE: 25.06.25 HRS.: 1HR MARKS: 30

TOPICS: Advanced Web Designing

Q1. Multiple Choice Questions (1 mark each) – [10 Marks]


1. Which tag defines an inline frame in HTML5?
a) <frame> b) <iframe> c) <inline> d) <frameline>
2. Which attribute of <input> is used to ensure the field must be filled before form submission?
a) checked b) readonly c) required d) selected
3. What does the type="range" input control do?
a) Picks a color b) Defines a range slider c) Accepts a URL d) Submits an image
4. Which of the following is used to apply style to multiple elements in one go?
a) Universal Selector b) Inline Selector c) Group Selector d) Embedded Selector
5. The coords attribute in <area> tag is used to define:
a) Link targets b) Image alignment c) Hotspot coordinates d) Font size
6. CSS stands for:
a) Creative Style Sheets b) Computer Style Sheets c) Cascading Style Sheets d) Colorful Style Sheets
7. What is the default positioning in CSS?
a) Relative b) Fixed c) Static d) Absolute
8. Which HTML5 tag is used to play video?
a) <mp4> b) <movie> c) <play> d) <video>
9. Which attribute of the <meta> tag defines keywords for search engines?
a) author b) keywords c) title d) name
10. Which file extension is correct for an external CSS file?
a) .html b) .css c) .style d) .java

Q2. State True or False (1 mark each) – [5 Marks]


1. The <meta> tag is always placed inside the <body> tag.
2. The float property can only float elements to the left.
3. The <audio> tag supports autoplay and loop attributes.
4. The class selector is represented by a hash #.
5. The pattern attribute is used for regular expression-based validation in HTML5.
Q3. Fill in the blanks (1 mark each) – [5 Marks]
1. The ________ tag in HTML5 is used to embed audio files.
2. The property used in CSS to bold a text is ________.
3. The ________ attribute in the <img> tag gives alternative text.
4. In CSS, the ________ property is used to center-align text.
5. The src attribute in <iframe> specifies the ________ of the embedded page.

Q4. Coding-Based Questions (Attempt any 2) – [10 Marks]


1. Write an HTML5 program to design a form to collect the following:
- Name (Text)
- Email (Validation)
- Date of Birth (use appropriate input type)
- Submit button
Use internal CSS to:
- Set background color to lightblue
- Center-align the form heading
- Use Arial font.

2. Write a HTML program to display the names of 2 friends in ordered list and their two hobbies in unordered list.
(Hint: Use nested list)

ALL THE BEST


1 EDUCATION IS THE MOST VALUABLE ASSET.

You might also like