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

Practice Sheet 1

This document is a practice sheet for an Advanced Web Designing course, containing various types of questions including fill-in-the-blanks, true or false, multiple choice questions, and matching exercises. It covers fundamental concepts of HTML and CSS, such as form creation, CSS selectors, attributes, and properties related to web design. Additionally, it includes questions about web hosting and multimedia elements like audio and video tags.

Uploaded by

suyashkhadgir11
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)
27 views6 pages

Practice Sheet 1

This document is a practice sheet for an Advanced Web Designing course, containing various types of questions including fill-in-the-blanks, true or false, multiple choice questions, and matching exercises. It covers fundamental concepts of HTML and CSS, such as form creation, CSS selectors, attributes, and properties related to web design. Additionally, it includes questions about web hosting and multimedia elements like audio and video tags.

Uploaded by

suyashkhadgir11
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

Subject: - Information Technology

Chapter Name: - Advanced Web Designing


Practice Sheet - 1

Q.1 Fill in the blanks.


1) The --------------- tag is used to create a form.
2) The <ol> tag defines as ---------------------------.
3) The --------------------- selector is a wild card character.
4) The ------------- can control the layout of multiple web pages all at once.
5) The ------------------ attribute of <input> tag acts as a temporary label showing the
purpose of a text field without requiring a label tag.
6) <input type = “---------“> defines a month and year control.
7) The ---------- attribute specifies that the input field should automatically gets
focus when the page is loaded.
8) The --------- attribute specifies a regular expression to check the input values.
9) The ---------- property sets margin area on the left side of the element.
10) External Style Sheet uses ---------- tag on every page.
11) The --------------- tag describes aspects of contents of a web page.
12) The ------------- attribute of <meta> tag specifies the character encoding used by
the document.
13) In CSS, ------------------ property is used to set position for an element.
14) The --------- is CSS property written in CSS file or directly in the style of an element.
15) The ------------- property in CSS defines how the components are going to be placed
on the web page.
16) The ----------- element enables to embed audio files on webpage.
17) The ---------- attributes of <audio> tag sets the audio start over again, every time it
finished.
18) The clickable regions of image map are called as ---------------.
19) The --------------------- frames are often used in online advertising.
20) Website is made available on the Internet with the help of ---------------.
21) To create a client side image map, -------------------- attribute is of <img> is used.
22) The -------------- attribute specifies the co-ordinates of clickable region on image.
23) The --------------- owns and manages the web server.
24) The ---------------- provides free hosting for website for limited period of time.
25) The ------------ tag is used to specify multiple media resource for media element.
26) The ------------- is currently used because it supports mobile Technology.
27) <input type = “----------------“> defines a field for entering a URL.
28) The -------------------- style sheet is used to apply CSS on single document or page.
29) The ------------------- property is used to control the size of the fonts.
30) The ----------- attributes of <ol> tag specifies the starting number of first element.
Q.2 State True or False
1) Text, radio, checkbox etc. are the controls used to collect user inputs.
2) A CSS rule set contains a selector and a property block.
3) h1, h2, p {color:red} is example of class selector.
4) The default value of type attribute in ordered list is 1.
5) The <dd> tag is used to define the term whereas the <dt> tag is used to
define the terms definition.
6) Default range of range control is 100-200.
7) Internal CSS is written inside <style> tag within head section.
8) Start attribute specifies the ending number of the first item in an ordered list.
9) A CSS ID selector is used with ‘#’ character followed by the id name.
10) Inline CSS is used to apply the CSS on multiple lines or elements.
11) <meta> tag is paired tag.
12) <meta charset = “UTF-8”> is for Indian Characters and <meta charset =
“Big5”> is for Chinese characters.
13) Dedicated hosting are paid hosting servers for large websites.
14) Display property specifies how the element is float.
15) Block value is used to display an element as an inline element.
16) Autoplay, Controls, muted are the attributes without any value.
17) The <video> tag is used to embed video in web page.
18) Image map is of four types.
19) href attribute gives alternative text to the clickable region.
20) Web server is the service of providing storage spaces.
21) <map> is a paired tag.
22) Shared hosting is cost effective.
23) In Image Map, Circle requires two co-ordinates.
24) Poster attribute specifies an image to be shown while video is downloading.
25) srcdoc specifies the HTML content of the page to show in <iframe>.
26) <input type = “date”> defines a date picker with year, month and day.
27) <meta> tag is placed between <title> and </title> tag.
28) Selector indicates the HTML element that you want to style in CSS.
29) Inline CSS is used to apply CSS on single line or element.
30) Universal selector selects single element on web page.

Q.3 M.C.Q. (Select one correct answer)


1) <input type = “--------------”> defines a color picker.
a) Number b) URL c) Color d) Date
2) Each declaration contains a property name and value, separated by ---------------.
a) Colon b) Comma c) Semicolon d) Period
3) An external style sheet must be saved with --------------- extension.
a) .txt b) .html c) .js d) .css
4) A class selector is used with ---------- character followed by the class name.
a) Period (.) b) Asterisks (*) c) hash (#) d) @
5) Each list item starts with ---------------------- tag.
a) <dd> b) <ol> c) <dt> d) <li>
6) CSS stands for -----------------------.
a) Content Style Sheet b) Cascading Style Sheet
c) Common Style Sheet d) Context Style Sheet
7) The ----------------- are assigned to CSS properties.
a) values b) selector c) Declaration d) None of these
8) Internal CSS is also known as -----------------.
a) External CSS b) Inline CSS c) Inbuilt CSS d) Embedded Stylesheet
9) The ------------- list also known as bulleted list.
a) Unordered List b) Ordered List c) Nested List d) Definition List
10) The ----------- CSS property is used to change the text color.
a) color b) background-color c) text-color d) font-color
11) <input type = “------”> defines a month and year control.
a) Date b) datetime-local c) Week d) month
12) <input type = “---------------”> defines a week and year control.
a) week b) date c) time d) month
13) The ------- tag is used by search engines to search information that is provided
with the web page.
a) <input> b) <body> c) <form> d) <meta>
14) The browser sends the cookies back to the server using -------- value of http-equiv
attribute.
a) set-cookie b) expires c) content-type d) refresh
15) There are -------- methods of implementing styling information to HTML document.
a) Four b) Five c) Three d) Six
16) The ------------------ property sets margin area on the left side of the element.
a) Margin-left b) Padding c) Border d) font-style
17) AAC stands for ---------------------------------------.
a) Auto Audio Coding b) Arrange Audio Coding
c) Advanced Audio Coding d) Advanced Arrange Coding
18) An image with multiple hyperlinks is called an ------------------.
a) Links b) Navigation c) Hyperlink d) Image map
19) The <meta> tag is placed between ------------- tag.
a) <body> b) <form> c) <audio> d) <head>
20) The ------------- attributes specifies the name of the metadata.
a) Name b) http-equiv c) Content d) Charset
21) The -------------- Value is used to display an element as an inline element.
a) Inline b) Block c) None d) Inline-block
22) The -------------- Value is used to set width and height.
a) Inline b) Block c) None d) Inline-block
23) The ----------- is default property which shows the element as it is.
a) Float:left b) Float:right c) Float:none d) Float:top
24) The ----------- attributes is used to add audio controls such as play, pause.
a) Loop b) controls c) autoplay d) Src
25) The ------------ attribute defines the link to video file.
a) Autoplay b) Height c) Src d) loop

Q.4 M.C.Q. (Select two correct answers)


1) Default range of range control is ----------- to --------------.
a) 0 b) 200 c) 120 d) 100 e) 50
2) A CSS rule set contains ---------------- and ------------------------.
a) Value b) Selector c) Declaration Block
d) Property Block e) Property-value Block
3) An ordered list can be ---------------- or ----------------------.
a) Static b) Numerical c) Constant
d) Alphabetical e) Dynamic
4) List items starts with <li> tag in -------- -- and ---------------- tags.
a) <dd> b) <dt> c) <ol> d) <ul> e) <dl>
5) The ---------- and ----------- attributes of <input> tag are used to specify Minimum and
Maximum value for the input field.
a) min b) disabled c) multiple d) max e) autofocus
6) Following are the attributes for <input type = “image”> as
a) size b) height c) width d) length e) cols
7) Following are the values of border property as
a) solid b) liquid c) dotted d) gentle e) line-through
8) Text-decoration property is used to add ------------- and ------------.
a) line-through b) strike-through c) underline
d) center e) overline
9) Following are the attributes of <meta> tag.
a) Charset b) email c) http-equiv d) file e) src
10) Following are the values of http-equiv attributes of <meta> tag.
a) month b) refresh c) image d) expires e) current
11) Types of positioning in CSS are ----------, ---------------.
a) Form b) Constant c) Fixed d) Static e) Flexible
12) Common audio formats are -------------, ----------------.
a) .aac b) .mp3 c) .mp4 d) .webm e) .png
13) Image maps are of two types as ------------, ----------------.
a) Network Side b) Client side c) Host Side
d) Sever side e) web Side
14) Tags used to define Client side Image Map are ----------, ---------------.
a) <img> b) <link> c) <map> d) <alt> e) <usemap>
15) Shape attribute of <area> tag can have following values.
a) Square b) Rect c) Circle d) Star e) Triangle
16) Examples of decoration are -----------------------.
a) h1{color:green} b) p{font-size:11px}
c) h1 (color:green) d) p{font-style = 11 px} e) h2{color;red}
17) Following are the values of Display property
a) Middle b) Inline c) Block d) Top e) Bottom
18) Preload attribute of <video> tag have following values -------------------.
a) src b) width c) auto d) metadata e) poster

Q.5 M.C.Q. (Select three correct answers)


1) Following are the attributes of <meta> tag.
a) Content b) Charset c) Name d) Min e) Max f) Minimum
2) The element can be positioned using ------------ properties.
a) top b) bottom c) middle d) right e) up f) down
3) Following are the types of floating properties.
a) Float:mid b) Float:top c) Float:left
d) Float:none e) Float:right f) Float:bottom
4) Following are the values of Display Property -----------------.
a) Internal b) Inline c) Block
d) Inline-Block e) Outline f) Between
5) Following are the common video formats ------------.
a) .mp3 b) .mp4 c) .ogg d) .webM e) .aac f).mp9
6) Following are the values of shape attributes of <area> tag ------------
a) rect b) circle c) square d) star e) poly f) triangle
7) Following are the attributes of <area> tag.
a) href b) src c) width d) alt e) height f) shape
8) Attributes of <iframe> tag are -------, --------- and ----------------.
a) src b) name c) srcdoc d) loop e) href f) alt
9) Following are the attributes of <video> tag.
a) height b) links c) href d) loop e) muted f) video
10) Following are the valid CSS Properties used to control fonts ----------------.
a) font-figure b) font-family c) font-style
d) font-weight e) font-color f) font-face
11) Following are the valid values of type attributes of <ol> tag ----------------.
a) I b) 1 c) a d) 2 e) 0 f) C
12) Following are the attributes of <audio> tag -----------------------------.
a) width b) controls c) loop d) muted e) height f) depth
13) Following are the types of Web Hosting
a) Fixed Hosting b) Shared Hosting c) Free Hosting
d) Network Hosting e) Dedicated Hosting f) Domain Hosting

Q.6 Match the Following


A) Column ‘A’ Column ‘B’

1) Name a) Gives a domain name to website


2) Absolute Positioning b) Can have value rect, circle and poly
3) Image Map c) Specifies the name of metadata
4) Shape d) Sets element at the specific position
5) Shared Hosting e) Connect the link to various regions.
B) Column ‘A’ Column ‘B’
1) Aac a) List within another List
2) Free Hosting b) Specifies information about clickable region
3) Srcdoc c) Advanced Audio Coding
4) Coords d) Provides free hosting for limited period
5) Nested List e) specifies HTML content of inline frame

C) Column ‘A’ Column ‘B’


1) <input type = “number”> a) Property used to add blank spaces
2) Pattern b) Wildcard Character
3) Padding c) Used to bold the text
4) Font-weight d) Specifies regular expression for input field
5) Universal Selector e) Define a field for entering number

Q.7 Answer the following.


1) Explain<meta> tag with its attributes.
2) Explain the positioning in CSS.
3) Explain the float property.
4) Explain the Display property.
5) Explain any 4 CSS properties.
6) Explain CSS ID selector and CSS Class selector.
7) Explain ordered list with its attributes.
8) Explain the different types of CSS.
9) Explain <iframe> with its attribute.
10) Explain web hosting with its types.
11) Explain the image map in HTML.
12) Explain any for input controls and input restrictions.

Q.8 Write HTML program for the following statements.


1) Write a HTML program to create a “Registration Form” that accept Person’s Name,
Mobile No (in given format –> 91-1111111111), Date of Birth, Email Id and provide
facility to upload the PAN Card. The form should have ‘Register’ caption on the
button to submit data as well as display reset button .

2) Write a HTML program to display “cyber world” having Arial font and background
color as orange. Add any two advantages having red color for the text.

3) Write a HTML program using internal CSS to display two paragraphs.


The first paragraph should have cyan background color and second
should have yellow text color. (Choose topics as per your choice)

4) Write a HTML code to insert inline frame on web page. Use ‘xyz.html’ file as a
source for inline frame and size of inline frame should be 300 X 300 pixels.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy