Pt-Ii Class X
Pt-Ii Class X
SECTION – A
(All questions are compulsory)
1. The default starting value for an ordered list in HTML is_________.
(a) I (b) 1 (c) a (d) A
2. Which of the following in not an attribute of <img> tag in HTML.
(a) source (b) width (c) alt (d) color
3. HTML provides us with _________ labels of headings that can be inserted in a web page.
(a) 5 (b) 6 (c) 7 (d) 8
4. Which of this is not part of URL ?
(a) IP address (b) Port Number (c) Domain Name (d) None of these
5. Which of the following is not a valid value for the target attribute of <a> tag?
(a) _blank (b) _self (c) _top (d) _bottom
SECTION –B
(2 marks each)
SECTION –C
(3 marks each)
20. Write the html code to gets these following output.
List of Indian states with their cities
1. Odisha
o Sambalpur
o Bargarh
o Bhubaneswar
2. Chhattisgarh
o Raipur
o Bilaspur
o Raigarh
21. A web designer wants to give headings in a webpage through <h4> tag. Additionally, he wants to
implement following styles on all the <h4> tag of the same webpage at one go.
Color-red
Background color-yellow
border of the heading - 2px in black
He is not able to implement the above-mentioned additional styles of <h1> tag through regular html code.
help Him in writing the code for same.
Events:
The following events are scheduled to be held on 1st April, 2023.
The timing are as follows :
1. 9.00 AM – 10.00 AM Flag hoisting
2. 10.00 AM – 11.00 AM Painting competition
3. 11.00 AM -1.00 PM Dance competition
4.1.00PM – 1.30 PM Lunch
5. 1.30 PM – 2.30 PM Song competition
6. 2.30PM – 3 PM Closing Ceremony
For any quries contact [email protected]
Phone- 1234567890
Write the HTML code to design the above shown web page title
considering the specifications as given below. You can write the code for
any four specifications out of the given six specifications.
Specifications :
(i) The background color of the page should be cyan, the font face
· for the page should be Arial.
(ii) Heading Events should be the first level of heading
(iii)Font size for the paragraph and the list of products should be 5.
SECTION - E
(4 marks each)
Case Study -1
25. Rashmi is a student of ABC School. She has been provided with an email
id from the school to use for all academic correspondences. She generally
receives all her school’s correspondences on this email.
One day she was working in the computer lab, and after her work was
over, she forgot to logout of her email account. When she left the computer
lab, her classmate, Prabhnoor sends objectionable emails from the same
email id, to her teachers, so as to malign Rashmi.
26. You are tasked with creating a simple webpage for a school event. The webpage should include the
following elements:
1. A title for the webpage.
2. A heading with the name of the event.
3. A brief paragraph describing the event.
4. An image related to the event.
5. A list of three activities that will take place during the event.
Instructions:
Using HTML, write the code to create a webpage that meets the requirements mentioned in the scenario.
You need to include appropriate tags to structure the content properly.
Question:
Write the HTML code that satisfies the given scenario. Ensure to use correct HTML tags for the title,
heading, paragraph, image, and list.