Вы находитесь на странице: 1из 115

Sub Topic Q. No.

1.1 1
1.1 2
1.1 3
1.1 4
1.1 5
1.1 6
1.1 7
1.1 8
1.1 9
1.1 10
1.1 11
1.1 12
1.1 13
1.1 14
1.1 15
1.1 16
1.1 17
1.1 18
1.1 19
1.1 20
1.1 21
1.1 22
1.1 23
1.1 24
1.1 25
1.1 26
1.1 27
1.1 28
1.1 29
1.1 30
1.1 31
1.1 32
1.1 33
1.1 34
1.2 35
1.2 36
1.2 37
1.2 38
1.2 39
1.2 40
1.2 41
1.2 42
1.2 43
1.2 44
1.2 45
1.2 46
1.2 47
1.3 48
1.3 49
1.3 50
1.3 51
1.3 52
1.3 53
1.3 54
1.3 55
1.3 56
1.3 57
1.3 58
1.3 59
1.3 60
1.3 61
1.3 62
1.3 63
1.3 64
1.3 65
1.3 66
1.3 67
1.3 68
1.3 69
1.3 70
1.3 71
1.3 72
1.3 73
1.4 74
1.4 75
1.4 76
1.4 77
1.4 78
1.4 79
1.4 80
1.4 81
1.4 82
1.4 83
1.4 84
1.4 85
1.4 86
1.4 87
1.4 88
1.4 89
1.4 90
1.4 91
1.4 92
1.4 93
1.4 94
1.4 95
1.5 96
1.6 97
1.6 98
1.6 99
1.6 100
1.6 101
1.6 102
1.6 103
1.6 104
1.6 105
1.6 106
1.6 107
1.6 108
1.6 109
1.6 110
1.6 111
1.6 112
1.6 113
1.6 114
1.6 115
1.6 116
1.6 117
1.6 118
1.6 119
1.6 120
1.6 121
1.6 122
1.6 123
1.7 124
1.7 125
1.7 126
1.7 127
1. WEB PUBLISHING
Q. No. 1 : Fill in the Blanks :

Statement
____________ divides browser window into independent window.
The ____________ tag are use to create frames.
The ____________ tag defines how to divide the window into frames.
The ____________ attribute of <FRAMESET> tag divides the screen into horizontal frames.
The ____________ attribute of <FRAMESET> tag divides the screen into vertical frames.
The ____________ attribute of <FRAMESET> tag divides the browser window into vertical frames.
The ____________ tag is used to create frame within frameset.
The ____________ attribute of <FRAME> tag shows border around the frame.
The ____________ attribute of <FRAME> tag sets left and right frame margin.
The ____________ attribute of <FRAME> tag sets top and bottom frame margin.
A frame can be named by using its ____________ attribute of <FRAME> tag.
The ____________ attribute of <FRAME> tag is used to assign the name to the frame for targeting and linking purpose.
The default value for SCROLLING attribute of the <FRAME> tag is ____________ .
The ____________ attribute of <FRAME> tag makes the dimension of a frame unchangeable.
The ____________ attribute of <FRAME> tag display a scrollbar for the frame.
The ____________ attribute of <FRAME> tag identifies the source document.
ROWS and COLS are attribute of the ____________ tag.
The ____________ tag defines how the browser screen would be split into frames.
Target = ____________ will open the page in the same window as link.
Target = ____________ will open the page in the new blank window.
Target = ____________ will open a link in top frame of browser window.
Target = ____________ will open the page in the main frame.
____________ tag is used to create inline frame.
____________ tag is used to create floating frame.
The ____________ attribute of <IFRAME> tag is used to specify HTML page that you want to display in the inline frame.
____________ attribute of <IFRAME> tag is used to sets the width of inline frame.
____________ attribute of <IFRAME> tag is used to sets the height of inline frame.
The ____________ attribute of the <IFRAME> tag is used to assign the name to the inline frame for linking purpose.
The ____________ attribute of <IFRAME> tag is used to set alignment.
The ____________ is the default value for ALIGN attribute of the <IFRAME> tag.
The ____________ value for SCROLLING attribute of the <IFRAME> tag is used to hide the scrollbar.
The default value for SCROLLING attribute of the <IFRAME> tag is ____________ .
____________ attribute of the <IFRAME> tag to display the border around the inline frame.
____________ attribute is used to display the border around the inline frame.
An ____________ is a single graphic image that can be used for multiple links.
____________ side image map are not dependant on server.
____________ side image map is executed on the web browser.
____________ side image map are executed on client machine from web browser.
The ____________ attribute of the <IMG> tag is used to define client side image map.
The ____________ attribute of the <IMG> tag is used to define server side image map.
____________ tag specifies the geometric region of client side image and its associated links.
____________ tag define an active area in the associated image map.
The ____________ attribute of <AREA> tag specifies the shape use to represent the clickable area.
The ____________ attribute of the <AREA> tag specifies the coordinate.
The ____________ attribute of the <AREA> tag specifies the shape use to represent clickable area.
The ____________ tag encloses client side image map specification like shape and co-ordinates.
The server side image map, map file have ____________ extension.
____________ are use to accept the data from user.
Form is created using ____________ tag.
The ____________ tag is used to create web based form.
____________ is the default value for method attribute of the <FORM> tag.
The ____________ value is used to send the data to the server for processing.
____________ attribute is used to specify the location of the server where form information is to be submitted.
The ____________ tag is used to create input field on the form.
The ____________ method hides the user information while submitting forms data.
The ____________ is the default value for TYPE attribute of the <INPUT> tag.
The ____________ button is used to clear the content of a form.
____________ attribute of <INPUT> tag is used for default selection of radio button and checkbox.
The ____________ attribute of <INPUT> tag is used to assign default value to the textbox.
The ____________ element is unique type of text entry component in which any keystroke is display as * or disc sign.
____________ button are something like toggle button and only one button can be selected at a time.
A ____________ button is used to send form data to a server for processing.
The ____________ tag allow the user to select an option from menu kind of drop down list box.
The ____________ tag is used to specify a selection list within a form.
The ____________ attribute of the <FORM> tag is used to specify path of the file to be sent to the server.
The ____________ tag is used to create multiline textboxes.
The ____________ tag is used to specify item in the <SELECT> tag.
An input text field in a form can be created by the ____________ tag.
The ____________ attribute of <SELECT> tag is used to select more than one selection from the list.
The ____________ button in a form is used to select one option from a group.
____________ attribute of <TEXTAREA> is used to specify the width of the text entry area.
____________ attribute of <TEXTAREA> is used to specify the height of the text entry area.
Two values of the METHOD attribute are GET and ____________ .
AIFF stands for ____________.
MPEG stands for ____________ .
MIDI stands for ____________ .
____________ type of file format was develop by Apple.
____________ file have extension .wav .
The ____________ tag is used to include audio and video file formats on a web page.
Hyperlink the audio file format that would like to use on web page using ____________ tag.
The ____________ attribute of <BGSOUND> tag is used to replay a sound file for specified number of times.
The ____________ attribute of <BGSOUND> tag is used to specify the name of audio file that you want as background sound.
Volume of music can be set by ____________ attribute of <EMBED> tag.
The default value for VOLUME attribute of the <EMBED> tag is ____________ .
The value for VOLUME attribute of <EMBED> tag can be set between 1 to ____________ .
AVI stands for ____________ .
The ____________ tag is used to insert video on the web page.
The ____________ tag is used to background sound on the web page.
The ____________ tag background sound can be added to an HTML page.
____________ attribute is used along with <IMG> tag which is used to specify the name of video file.
DYNSRC attribute is an attribute of ____________ tag.
DYNSRC attribute is used along with ____________ tag which is used to specify the name of video file.
The <BGSOUND> tag a ____________ value is assigned to its LOOP attribute to continuously play the sound file.
UTF-8 stands for ____________ .
____________ audio tag can only be used with internet explorer.
Testing your website on different web browser is known as ____________ .
CSS stands for ____________ .
To define CSS into HTML code ____________ tag is used within <HEAD> tag.
To define CSS into HTML code <STYLE> tag is used within ____________ tag.
INTERNAL, EXTERNAL and ____________ are the types of style sheet.
In HTML, a class declaration always ends with ____________ symbol.
In CSS, property and value can be separated by ____________ symbol.
____________ is an extension of external cascading style sheet file.
The ____________ tag is used to link style sheet property to an HTML document.
The <LINK> tag is placed within the ____________ tag.
The <LINK> tag is placed within the ____________ section.
The ____________ attribute of <LINK> tag is used to define the relationship between the link file and the HTML document.
____________ attribute of <LINK> tag is used to specify a media type for a CSS.
____________ attribute of <LINK> tag is used to specify the CSS file name to be linked.
A class selector definition starts with ____________ symbol.
A ID selector definition starts with ____________ symbol.
ABSOLUTE and ____________ are the way of positioning in CSS.
Inline style is defined using the ____________ attribute.
The ____________ positioning defines the exact pixel value where the specified HTML element will appear.
The ____________ property adjust the amount of space between letters in the content.
In CSS, ____________ property allow the formatting text on the web page.
In CSS, ____________ value of text-decoration property is used to define strike out the text.
In CSS, ____________ value of text-decoration property is used to define on off text.
In CSS, ____________ value of text-decoration property is used to define a line above the text.
In CSS, ____________ value of text-decoration property is used to allow you to adjust the text alignment of your content.
In CSS, ____________ value of text-decoration property is set the background color of an element.
In CSS, ____________ value of text-decoration property is used to specify the size of font for the text.
In CSS, ____________ value of text-decoration property is used to specify the style of font for text.
FTP stands for ____________ .
ISP stands for ____________ .
IIS stands for ____________ .
____________ is a computer that stores web sites.
Answers
Frame
<FRAMESET>
<FRAMESET>
ROWS
COLS
COLS
<FRAME>
FRAMEBORDER
MARGINWIDTH
MARGINHEIGHT
NAME
NAME
Auto
Noresize
SCROLLING
SRC
<FRAMESET>
<FRAMESET>
_self
_blank
_top
_parent
<IFRAME>
<IFRAME>
SRC
Width
Height
NAME
Align
left
No
Auto
Border
Border
Image map
Client
Client
Client
USEMAP
ISEMAP
<AREA>
<AREA>
SHAPE
COORDS
SHAPE
<AREA>
.map
Forms
<FORM>
<FORM>
GET
POST
ACTION
<INPUT>
POST
TEXT
Reset
CHECKED
VALUE
Password
Radio
Submit
<SELECT>
<SELECT>
ACTION
<TEXTAREA>
<OPTION>
<INPUT>
MULTIPLE
Radio
COLS
ROWS
POST
Audio Interchange File Format
Moving Picture Experts Group.
Musical Instrument Digital Interface
.aiff
Audio
<EMBED>
<A>
LOOP
SRC
VOLUME
50
100
Audio Video Interleave
<EMBED>
<BGSOUND>
<BGSOUND>
DYNSRC
<IMG>
<IMG>
-1
Unicode Transformation Format - 8
<BGSOUND>
Cross Browser Testing
Cascading Style Sheet
<STYLE>
<HEAD>
INLINE
;
:
.css
<LINK>
<HEAD>
HEAD
rel
type
href
.
#
RELATIVE
style
ABSOLUTE
Letter-spacing
text-decoration
line-through
blink
overline
text-align
background-color
font-size
font-style
File Transfer Protocol
Internet Service Provider
Internet Information Services
Web Server
Sr No Topic No
1 Common T
2
3
4
5
6
7
8 1.1
9
10
11 1.1.1
12
13
14
15
16
17
18
19
20
21 1.1.2
22
23
24 1.1.3
25
26
27 1.1.4
28
29
30
31
32
33
34
35
36
37
38
39 1.1.6
40
41
42
43
44
45
46
47
48 1.1.7
49
50
51
52
53
54 1.1.8
55
56
57
58
59
60
61
62
63
64
65
66
67
68 1.6
69
70
71
72
73
74
75 1.6.1
76
77
78
79
80
81 1.6.2
82
83 1.6.3
84
85
86
87
88
89 1.6.4
90
91
92
93
94
95
96 1.6.5
97
98
99
100 1.6.6
101
102 1.6.7
103 1.6.8
104
105
106
107 1.6.8.1
108
109 1.6.8.2
110
111 1.6.9 &1.6.10
112
113
114 1.6.11.1
115
116
117
118
119
120
121 1.6.11.2
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142 1.2.1
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164 1.2.2
165
166
167 1.2.3
168
169
170 1.3
171
172
173 1.3.1
174
175 1.3.2
176
177
178
179
180
181
182
183
184
185 1.3.3
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204 1.4.1
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222 1.4.2.1
223
224
225
226
227
228
229
230
231
232
233 1.4.2.2
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253 1.4.3
254
255
256
257
258 1.4.3.1,2
259
260 1.5
261
262
263
264 1.7
265
266
267
268
269
270
271 1.7.1
272 1.7.2
273 1.7.3
274
275 1.7.4
276
277 1.7.6
278
279
280
281
282
283
284
285
Question
Web server is a computer that stores websites.
Web browser is a software program through which we can access web pages.
Website is a collection of web pages.
Home page is the first page of website
Mozilla Firefox is a example of web server.
Internet explorer is a computer application that stores websites.
Netscape navigator is a example of web server
Frame divides browser window into serval parts through which we can see more than one web page at a time.
Multiple scrollable section can be created using frames.
Frame page can be also be hyperlinked.
The <frameset> tag is a container tag.
The <frameset> tag is a singular type of tag.
<frameset> tag replaces the <body> tag in HTML document.
<frameset> tag is used under the <body> tag.
<frameset> tag defines how to divide the window into frames.
Each frameset defines a set of rows or columns
The values of the rows/column indicate the amount of screen area each row/column , that will occupy.
Each frame is indicated by <frameset> tag
The <frame> tag defines how to divide the window into frames.
The <frame> tag replaces the <body> tag in frameset document.
The row attribute divide the screen into Horizontal frames.
SRC is the attribute of <frameset> tag.
<frame> tag is used after <frameset> tag
The cols attribute divide the browser window into vertical frames.
The cols attribute divide the browser window into horizontal frames.
Asterisk sign(*) is used in <frameset> tag denotes the remaining area.
the <frame> tag is used to create frame within frameset.
Cols is the attribute of <frame> tag.
rows is the attribute of <frame> tag .
Src is the attribute of <frame> tag.TRUE
frameborder attribute shows border around the frame.
Marginheight attribute prevents the user from resizing the frames
Noresize attribute sets top and bottom frame margin in pixels.
Scrolling attribute has three value Yes,No,Auto.
Marginheight attribute sets left and right frame margin in pixels.
Margin width attributer sets Top and Bottom frame margin in pixels.
In scrolling attribute the value No specifies that a scrollbar should never be visible on the frame.
You can nest a <frameset> tag within another <frameset> tag.
Linking is one of the advantages of using frame.
To give name to the frames using the name attribute of the <frame> tag.
<frame scrolling="Yes"> is hide the scrollbar frame.
<frame scrolling="No"> is visible the scrollbar on frame
The default value of scrolling attribute is yes.
Target attribute is used to display link in another window
The name attribute allow linking within the same page.
Linking to the another part of same webpage is not possible.
While clicking on the links the contaent will be displayed in right side browser window, by using target attribute.
Targer="_self" will open the page in the same window as link.
Target="_blank" will open the page in new blank window.
Target="_parent" will open thw page in the main or parent frame.
target=_top" will open the page in new blank window.
target="_parent" will open a link in top frame of browser window
target="_self" will open the page in the main or parent frame.
<Iframe> tag is used to create inline frame.
The inline frame appears within <body> tag .
Height attribute of <Iframe> tag is used to set the width of inline frame.
Border attribute displays the border around the inline frame.
<Iframe> tag is used to create floting frames
All browser support frames.
Target attribute is used to display link in another window
Name attribute in <frame> tag is used to give the name to frame
Src is attribute of <frame> tag
Margin of frame is in Pixel
<a> tag is used to link webpage
Name attribute is use to give the name to the frame
<frame> tag is used to devide the screen into different rows and columns
<iframe> tag is used to create floating frame
CSS stands for Cascading Site Sheet.
Style defines how to display html element/tags.
CSS stands for Cascading Style Sheet.
CSS allows styling of web page.
CSS can be only Internal
CSS can be Internal , External and Inline .
CSS is an advance tool for web designer to create professional webpages.
To define CSS into html Code <style> tag is used.
<style> tag is used within <head> tag.
<style> tag is used within <body> tag .
A CSS declaration always ends with a semicolon(;).
In CSS declaration groups are surrounded by curly brackets.
In CSS property and value can be separted by colon(:).
In external style sheet style definitions are stored in a separted file with an extension .CSS .
Link the file with the HTML document using <link> tag within <head> tag.
<link> tag is used to link style sheet properties to an HTML document.
REL is the attribute of <Link> Tag.
REL attribute is used to define the relationship between the linked file.
TYPE attribute is used to specify a media type=text/css for a CSS.
HREF specifies the CSS filename to be linked.
Type attribute specifies the CSS filename to be linked.
In Inline style sheet we can use style element as an attribute of any tag.
The style definition with the tag , we use STYLE property.
To apply same style to multiple selectors is not possible in CSS
CSS helps to change thw appearance and layout of the web document.
You can give comment in style sheet.
<link> tag is placed inside the body section to create External Style Sheet.
All major browser support CSS.
The CLASS selector is used for formatting variations of different instances of a single element.
Class selector is defined by period(.) in CSS .
ID selector is defined by hash(#) in CSS.
Class selector name can start with number in CSS.
The contextual selector may be situations when you want a given style to be applied to instance of one selector within another
Grouping selector properly can be used when same style has to be applied to different tags.
Grouping selector property can be used when same style has to be applied to different tags.
Using CSS positioning to the elements, user can control the positioning of the element.
There are three ways of positioning.
There are two ways of positioning.
The principle behind CSS positioning is that you can position any box anywhere in the system.
The absoulte positioning defines the exact pixel value where the specified HTML element will appear.
To position an element absoultely, the position property is set as absolute.
Relative positioning is the distance from previous element of the web page.
To position an element relatively the property position is set as relative.
3-D Layer using Z axis positioning use can layer objects on top of each other.
If multiple element are posiyioned at the same X and Y coordinates , each new element will cover up the earlier elements.
Letter spacing property adjusts the amount of space between letters in the content.
Text-Decoration property allows the user formatting like underline,line-through at all the text.
In Text-Decoration underline defines aline above the text.
In Text-Decoration overline defines a line under the text.
In Text-Decoration line-through defines normal text.
The "blink" value is supported in Internet Explorer.
The "blink" value is supported in Mozilla FireFox.
In Text Decoration Blink defines a blinking text.
The text-align property allows you to adjust the text alignment of your content
h1{Text-align:center} this code line displays the content of<H1> as a center of the page.
In Text -align values are left,right,center and justify.
Background-color property sets the background color of an element.
Color property sets the color of the background image for an element.
Background-image property sets the background image for an element
border property set all the border properties in one declaration in style properties.
border-image property sets background color of an element.
border-color property sets the color of the four borders.
height property sets the height of an element in style properties.
width property sets the width of an element in style properties.
font property sets all the font properties in one declaration in style properties.
font-family property specifies the font family for text in style properties.
font-size property specifies the font size of text.
font-style property specifies the font style for text.
font-variant property specifies whether or not a text should be display in a small-caps font in style properties.
font-weight property specifies the weight of a font in style properties.
background-color property sets the color of the text in style properties.
Color property sets the background color of an element in style properties.
border property sets the color of the four borders in style properties.
font property specifies the font family for text in style properties.
Insert tag is used to insert the image file in webpage
<IMG> tag is used to insert the image file in webpage
<MAP> tag is used to define Clientside Image map
<MAP> tag is used to create a form in webpage.
GIF Stands for graphic Interchange format
href is valid attribute of <area> tag to link to url
Shape is the attribute of <area> tag
Image formats which can be used is either JPEG or GIF
Image maps are of two types-Client side image map and server side image map
Scroll is the attribute of <area> tag.
Coords attribute specifies co-ordinates in <area> tag.
Alt is the attribute of <area> tag.
Src is the valid attribute of <img> tag
Client side image maps are not dependent on server
The <map> tag has name attribute which is referenced within the <img> tag with USEMAP attribute
Usemap is the attribute of <IMAGE> tag
Usemap is the attribute of <area> tag
Valid value to create rectangle shape in image mapping is "RECT"
Valid value to create Polygon shape in Image Mapping is "Polygon"
Valid value to create Circle Shape in Image mapping is "Circle"
Valid value to create Polygon shape in Image Mapping is POLY
Correct Syntax for adding background image is <body src="image.gif">
Server Side image map requires HTML CODE TO INDICATE AN IMAGE MAP.
Server side image map requires a map file on the server that contains the co-ordinated regions & the web pages or URL
ISMAP indicates a server side image map
Speed in client side Image mapping is more than serverside Image Mapping
IIS is used to run the server side programs
Javascript is used in serverside aswellas client side script
Forms are used to accept or input the data from user.
<Form> tag is used to divide browser in different sections
Textbox is the object of the form
All form elements are placed inside the body of the form
Form is created using <form>…….</form> tag
Method is the attribute of <form> tag
Action is the attribute of <form> tag
Input is the attribute of <form> tag
Name attribute is used to assign the name to form in <form> tag
Action attribute can be associated with a program that will be executed when the form is submitted
Method and action both are the attributes of <form> tag
Method attribute has two values GET or POST
The post value is used to send the data to the server for processing
The Post value is used to receive the data to the server for processing
The GET is the default method which appends the form-data to the URL in name/value pairs
Textfield allows the user to key in text into the field
<Input> tag is used to create a input field
Input tag has no ending tag
Checkboxes are used only for single selection
Size is the attribute of <Input> tag
Maxlength is the attribute that limits the number of character that the user can key in a text field
When user types in a text field of type PASSWORD then the text entered is displayed as asterisk(*)
<INPUT TYPE = "PASSWORD"> defines a password field
Checkbox is used to select ONE or MORE options of a limited number of choices
A submit button is used to send form data to a server for processing
The RESET button resets the value of the form to its original states
The hidden field store the value that need to be sent to server.
The main purpose for the hidden field is to store the value that need to be sent to server along with form Submission.
The Select tag allows the user to select an option form menu kind of drop-down list.
Multiple is valid attribute of select tag
Name and size are the attributes of select tag
Select and Option Tag both are used to create drop down list on the form
The textarea tag is used to create multiline textbox
Cols and Rows are the attributes of <textares> tag.
.WAV format is developed by microsoft and IBM.
.WAV format is developed by Netscape
.AIFF stands for Audio Insert File Format
.AIFF stands for Audio Interchange File Format
.AIFF was developed by apple.
.AIFF is used only windows platform .
.AIFF is used mac platform .
.RA is stands for Real Audio Format.
.RA is stands forRich File Format.
.RA file is much smaller WAV and AIFF .
The quality of .RA file is very good as compare other format.
The .ra file format is not load quickly.
.MPEG stands for Motion Picture Expert group.
.MPEG stands for moving picture expert group.
.AU was developed by microsystem.
.MIDI is stands for musical Instrument Digital Interface.
.MIDI is used for instrumental music .
.MIDi stands for Musical Interchange Digital Interface.
<bgsound>tag is used to include audio video files on web page
<bgsound>tag is used to play audio file with control.
The <bgsound>tag is used to play audio file withuot control .
we can not add video file on web page .
src attribute of <bgsound> tag is used to insert audio on web page.
<bgsound>tag is used to insert audio file in background on the web page.
the loop attribute used to specify number of times the file must be played.
the loop attribute used to play audio file infinate.
loop=-1 will play the audio file continously.
<bgsound>tag is used to play background and sound not supported in netscap navigator.
<bgsound>audio tag is supported only by internet explorer.
the <embed> tag is used to include audio and video format files files on web page.
the internet explorer ignores the <embed>tag.
the<embed>tag is used to play audio file with control on the web page.
<embed>tag is used to play audio file without control .
the .WAV are the video file format .
The .mpg are the video file format.
<a> tag is used to link to audio or video file
Width attribute of <embed>tag specify the width of console.
height attribute of <embed >tag which specify height of console.
src attribute of <embed> tag which specify the audio/video filoe name.
Hidden attribute of <embed> tag show/hide the console.
<embed>tag insert only audio file on web page.
small console value display play and stop button only.
autostart="true" play the music when page is loaded.
autostart="true" play the music when user click on the play button.
<embed>tag insert only video file on the web page.
volume attribute set the volume of music
<embed> tag is used to insert image on the web page.
<embed. Tag is not play video file .
<embed>tag play audio file .
AVI stands for Audio Video Interleave.
.QT format developed by microsoft.
.QT format developed for MAC platform.
.QT format developed by apple .
.AVI stands for Audio Video Interchange.
Unicode is developed by unicode ® consortium.
UTF stands for Unicode Transformatiom format.
Web site develop need not be tested on different browser for compatibility.
Every browser supported all the HTML tags .
In every browser,the website look and work differentaly.
Website look same in every browser.
Web Server Manages Web Pages that can be accessed through the Internet
Web Servers Provide access to content and responds to requests received from web browsers
A web server can use one or more Protocols
HTTP Stands for Hyper text transfer project
HTTP and FTP both can be use by Web Server
FTP stands for file transfer protocol
Web server performs security checks
URL stands for Uniform Resource language
ISP stands for Internet Service Provider
While transferring the file, file name restrictions are to be considered.
FileZilla is use to move files to the web server
WWW stands for World wide wing
http://www.tripod.com is the commercial internet service provider
IIS stands for Internet Information Server
IIS is used for building and administering Web Sites
ASP stands for Active Server Protocol
CGI Stands for Common Gateway Information
The NCSA and Apache both are servers available for UNIX Systems
Apache Server was originally based on NCSA HTTPD Server
NCSA stands for National Center for Supercomputing Applications
IIS is Windows Server
IIS is Opera Server
Answer
1
1
1
1
0
0
0
1
1
1
1
0
1
0
1
1
1
0
0
0
1
0
1
1
0
1
1
0
0
1
1
0
0
1
0
0
1
1
1
1
0
0
0
1
1
0
1
1
1
1
0
0
0
1
1
0
1
1
0
1
1
1
1
1
1
0
1
0
1
1
1
0
1
1
1
1
0
1
1
1
1
1
1
1
1
1
1
0
1
1
0
1
1
0
1
1
1
1
0
1
1
1
1
0
1
1
1
1
1
1
1
1
1
1
0
0
0
0
1
1
1
1
1
1
1
1
1
0
1
1
1
1
1
1
1
1
1
0
0
0
0
0
1
1
0
1
1
1
1
1
0
1
1
1
1
1
1
0
1
0
1
1
0
1
1
1
1
1
0
1
0
1
1
1
1
1
0
1
1
1
1
1
0
1
1
1
1
0
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
0
0
1
1
0
1
1
0
1
0
0
0
1
1
1
1
0
0
0
False
False
1
1
1
0
1
1
1
1
False
1
False
False
1
1
1
1
1
1
False
1
1
1
False
1
False
False
1
1
False
1
1
False
TRUE
TRUE
False
False
1
False
1
1
1
0
1
1
1
0
1
1
1
0
1
1
1
0
0
1
1
1
1
0
Chapter-Web publishing
Sub Unit Sr no. Statement
WWW stands for………………….

Introduction 1

…………………. is a computer that stores websites.


Common Terms 2

3 Web sites can be stored on ……………………...

…………………is a software program through which we can


access web pages.
stores websites.

We can access web pages using ………………….software profram.

……………….. Is a software program used as a web browser.

Internet explorer,mozilla firefox are examples of………………….


7

Internet explorer is a populor…………………..

…………………… is a collection of web pages.

9
Web site is a collection of …………..

10

…………………….is a first page of website.

11

First page of a website is called as…………………....

12

Home page is the ………… page of website.

13

…….. Divides browser window into several parts.

HTML page fra 14

Multiple scrollable sections can be created using


……………………..

15

Browser window can be divided into several parts using …………

16
The ………….tag is a container tag for all other tags that are used
to create frames.

1.1.1 Creating 17

The ………….tag is a replaces the <body> tag frameset.

18

The <frameset> tag replaces the ………………. tag in frameset.

19
The …………………. tag defines who to divide the browser window
into frames.
20

The <frameset> tag defines who to divided the browser window into
…………………..

21

The rows attribute divided the browser screen into ………frames

22

The ………………… attribute divided the browser screen into


horizontal frames.
23

<frameset rows = "50%,50%"> will divide the browser into


……………… frames.

24

<frameset cols = "50%,50%"> will divide the browser into


……………… frames.
a)vertical b)many
25 c)diagonal d)horizontal

The cols attribute will divide the browser into ……………… frames.

26

The ……………. attribute will divide the browser into vertical


frames.

27

<frameset rows = "25%,75%"> will divide the browser screen into


………………parts.

28
The …………………..tag is used to divide web page horizontally
into two equal parts.
29

The …………………..tag is used to divide web page vertically into


two equal parts.

1.1.4 The <fram 30

The ………….. tag is used to create frame within frameset.

31

The <frame> tag is used to create frame within …………………...

32

In frameset ……………….tag is used to create frames.

33

In frameset frames can be created using ……………………tag.


34

35 ………………..is used to specify HTML page that you want to display i

36 …………….attribute shows border around the frame.

37 Frameborder=…………creates borderless frame.

38 The …………………..attribute sets left and right frame margin in pixel

39 The……………..attribute sets top and bottom frame margin in pixel.

40 The …………….attribute prevents the user from resizing the frames.

41 …………..attribute of <frame> is used to assign name to the frame for

42 In <frame> scrolling=……….specifies that a scrollbar should always b

43 In <frame> scrolling=……….specifies that a scrollbar should never be


44 In <frame> scrolling=……….specifies that a scrollbar should automatic

1.1.7
Magic target
names 45 Target=……….will open the new HTML page in new window.

46 Target=……….will open the new HTML page in the same window.

47 Target=……….will open the new HTML in the page in the main or par

48 Target=……….will open a link in top frame of browser window.

1.1.8
Inline or
floating frames 49 ……………tag bis used to create inline or floating frame.

50 For those browser which do not support frame …………………tag ios

1.2
Image
mapping 51 ……….tag defines clientside image mapping.

52 ……….tag defines serverside image mapping.

53 The specific areas mapped within an image in image mapping a

54 ………………image format is used for image mapping.

55 …………….tag is used within <map> tag in image mapping.

56 In image mapping shape attribute is used within……….tag.

57 …………….tag specifies alternet text in <img> tag.

58 In image mapping polygoan shape requires at least…………….pair of

1.3
Forms and
form objects. 59 ……………….are used to accept or input data from user.

60 The……………..attribute of <form> tag is used to specify path of the fil


61 The……………value of method attribute in form tag is used to send dat

62 The……………value of method attribute in form tag is used to append

63 The…………………..value is the default value of method attribute in f

64 ……………..tag is used to create single line textbox.

65 …………………attribute is used for default selection for radio button.

66 when user types in a text field of type …………..then text entered is di

67 ……………..buttons are something like toggle button and only one butt

68 ………………..is used to select one or more options from a limited nu

A …………………button is used to send form data to a server for


processing.

69
The …………………button is usually used to clear the content of
form.

70
The …………………tag allows the user to select an option from
dropdown list.

71
The……………….tag is used within <select> in form.

72
…………………..attribute of select tag is used to select more than
one selection from the same
list.

73
The ……..tag is used to create multiline textbox.

74
1.4
Inserting …………….audio tag can only be used with internet explorer.
sound
and Video 75
………………attribute of <bgsound> tag specifies number of times
the file must be played.

76
……………….tag is used to insert sound file with control.

78
…………………tag is used to insert sound file without control.

79

…………………tag is used to insert video file without control.

80

…………………attribute of <img> tag is used to insert video file


without control.

81

82 .AIFF stands for………………………..

83 .ra stands for………………………..

84 .MPEG/.MPG stands for………………………..

85 .MIDI stands for………………………..

86 .AVI stands for…………………….

87 .QT stands for…………….

88 Sound can be added in web page using ………………..tag.

89 Video can be added in web page using ………………..tag.

1.6
Introduction to
CSS
90 <style> tage can be included inside …………………… tag.

91 CSS stands for………………………………..

92 For internal style sheet <style> tag is written in ………………. Tag.


93 In external style sheet style defination are stored in a separat

94 For external style sheet …………………tag is used to link .css file to

95 In CSS , inline style sheet is defined in ……………..tag.

96 In CSS, a Class selector defination starts with a ……………….follow

97 In CSS, a ID selector defination starts with a ……………….followed

98 The …………...property of <style> tag adjust the amount of space bet

99 ……………….. Is a computer that stores websites.

100 HTTP stands for…………………

101 FTP stands for…………………

102 ISP stands for…………………

103 IIS stands for…………………

104 IIS is ………………… server.

Extra 105 ………………..tag is followed by the <frameset> tag

106 An inline frame is also known as ……………. Frame.

107 Target attribute is used in ……………….tag.

108 The valid attribute of <frameset> tag is …………………..

109 The valid attribute of <frameset> tag is …………………..

110 The ……………..attribute of <a> tag specifies the name of linking fra

111 The target attribute in …………….. tag specifies the name of linking

112 The ………….. Attribute of <area> tag identifies the coordinates.

113 The coords attribute of …………. tag identifies the coordinates.


r-Web publishing.(MCQ Single)
DT1 DT2 DT3 DT4 Answer

a) world web b)world wide c)world wide d)web wide b)world wide
wide web website website web

c)web
a)web server b)web client browser d)website a)web server

c)web
a)web server b)web client browser d)website a) web server

c)web
a)web server b)web site browser d)notepad c)web browser

c)web
a)web server b)web site browser d)notepad c)web browser

b)yahoo d)mozilla
a)google messenger c)notepad firefox d)mozilla firefox

a)web browser b)web site c)webserver d)notepad a)web browser

d)web
a)web browser b)notepad c)website server a)web browser

b)web d)web
a)web browser server c)notepad site d)web site
c)home d)web
a)web site b)web pages pages browser b)web pages

c)home page d)frame


a)web page b)html page page c) home page

b)web c)home page


a)html page page d)form page c)home page

a)last b)any c)first d)second c)first

a)<form> b)<framesc)<frame> d)<body> c)<frame>

a)<frameset> b)<frame> c)<form> d)<scroll> b) <frame>

c)<form>
a)<frameset> b)<scroll> d)<frame> d)<frame>

a)<form> b)<frame> c)<frameset> d)<body> c)<frameset>

a)<head> b)<frame> c)<frameset> d)<form> c)<frameset>

a)<body> b)<frame> c)<frameset> d)<form> a) <body>


a)<form> b)<frame> c)<body> d)<f d)<frameset>

a)frame b)value c)form d)tabs a)frame

a)horizontal b)vertical c)diagonal d)many a)horizontal

a)cols b)rows c)rowspan d)colspan c)rowspan

c)diagonal
a)many b)vertical d)horizontal d)horizontall

a)vertical

a)horizontal b)many c)diagonal d)vertical d)vertical

a)cols b)rows c)rowspan d)colspan a)cols

a)equal b)unequal c)many d)some b)unequal


a)<frameset rows b) <frameset c)<frameset cd) <frameset d)<frameset rows = "50%,50%">

a)<frameset cols b) <frameset c)<frameset c d) <frameset a)<frameset cols = "50%,50%">

c)<frame>
a)<form> b)<rows> d)<frameset> c)<frame>

a)<form> b)<framesec)<frame> d)<body> b)<frameset>

c)<rowspan>
a)<form> b)<colspan> d)<frame> d)<frame>

c)<frame>
a)<form> b)<framese d)<body> c)<frame>

a)name b)file c)src d)display c)src

a)frameborder b)border c)formborder d)borderline a)frameborder

a)1 b)0 c)yes d)no a)1

a)marginheight b)marginwidth c)marginleft d)marginright b)marginwidth

a)marginheight b)marginwidth c)marginleft d)marginright a)marginheight

a)size b)resize c)noresize d)nosize c)noresize

a)targeting b)src c)link d)name d)name

a)yes b)no c)auto d)scroll a)yes

a)yes b)no c)auto d)scroll b)no


a)yes b)no c)auto d)scroll d)scroll

a)_parent b)_blank c)_self d)_top b)_blank

a)_parent b)_blank c)_self d)_top c)_self

a)_parent b)_blank c)_self d)_top a)_parent

a)_parent b)_blank c)_self d)_top d)_top

a)<frame> b)<iframe> c)<frameset> d)<noframe> b)<iframe>

a)<frameset> b)<frame> c)<noframe> d)<iframe> d)<iframe>

a)<map> b)<name> c)<usemap> d)<ismap> c)<usemap>

a)<map> b)<name> c)<usemap> d)<ismap> d)<ismap>

a)hotspot b)imagemappinc)ismap d)usemap a)hotspot

a).jpeg b).exe c).html d).doc a).jpeg

a)<name> b)<area> c)<img> D)<head> b)<area>

a)<area> b)<name> c)<map> d)<img> a)<area>

a)name b)text c)alt d)alternet c)alt

a)2 b)3 c)4 d)1 b)3

a)<frame> b)<frameset> c)<iframe> d)<form> d)<form>

a)action b)name c)method d)path a)action


a)get b)put c)post d)past c)post

a)get b)put c)post d)past a)get

a)get b)put c)post d)past a)get

a)<input> b)<output> c)<text> d)<line> a)<input>

a)selected b)checked c)select d)check b)checked

a)radio b)checkbox c)text d)password d)password

a)radio b)checkbox c)password d)reset a)radio

a)password b)radio c)checkbox d)reset c)checkbox

c)select
a)reset b)submit d)option b)submit

a)submit b)select c)reset d)option c)reset

a)option b)select c)hidden d)value b)select

a)hidden b)value c)option d)select c)option

a)many b)more c)one d)multiple d)multiple

a)textarea b)textbox c)select d)multiline a) textarea

c)<audio>
a)<sound> b)<bgsound> d)<music> b) <bgsound>
a)number b)src c)loop d)sound c)loop

c)<sound>
a)<bgsound> b)<embed> d)<audio> b)<embed>

a)<audio> b)<embed> c)<sound> d)<bgsound> d)<bgsound>

a)<embed> b)<audio> c)<sound> d)<bgsound> a)<embed>

a)insert b)image c)dynsrc d)control c)dynsrc

a)audio interchange
b)audio interfacc)audio interchd)audio interfaca)audio interchange file format

a)rear audio formab)real audio forc)radio audio d)real audio fileb)real audio format

a)motion picture e b)motion pictur c)movig picturd)moving picturd)moving picture expert group

a)musical instrumen
b)many instrumen
c)musical instrd)music in digitc)musical instrument digital interface

a)audio video inte b)audio video i c)audio video id)audio video ina)audio video interleave

a)quick type b)quick team c)quick true d)quick time d)quick time

a)<embed> b)<sound> c)<audio> d)<video> a)<embed>

a)<audio> b)<sound> c)<embed> d)<video> c)<embed>

a)<title> b)<font> c)<head> d)<image> c)<head>

a)correcting style b)common stylec)cascading std)cascading styc)cascading style sheet

a)<body> b)<head> c)<title> d)<p> b)<head>


a).css b).ess c).html d).doc a).css

a)<link> b)<line> c)<connect> d)<to> a)<link>

a)<body> b)<head> c)<link> d)<title> a)<body>

a)* b)# c)? d). d).

a)* b)# c)? d). b)#

a)letter-space b)letter-spacingc)space d)spacing b)letter-spacing

a)web server b)web client c)server d)client a)web server

a)hyper text transfb)hyper textual c)hyper text t d)hyper text trua)hyper text transfer protocol

a)File transfer pr b)File transmet c)File transfer d)File transmis c)File transfer protocol

a)internet service b)internet servi c)internet servd)internal servi b)internet service provider

a)internet informatb)internet infor c)internet inte d)internet inter a)internet information server

a) linux b)unix c)windows d)dos c)windows

a)<html> b)<link> c)<body> d)<frame> d)<frame>

a)floating b)embeded c)iframe d)frameline a)floating

a)<a> b)<anchor> c)<title> d)<head> a)<a>

a)colspan b)column c)rowspan d)cols d)cols

a)colspan b)rows c)rowspan d)column d)rows

a)target b)link c)name d)src a)target

a)<a> b)<anchor> c)<b> d)<i> a)<a>

a)rows b)cols c)coords d)columns c)coords

a)<area> b)<coordinates c)<map> d)<image> a)<area>


ws = "50%,50%">

s = "50%,50%">
ange file format

e expert group

ment digital interface


nsfer protocol

e provider

mation server
TOPIC Name: WEB PUBLISH

Topic Questions
Sr. No.
Name a

1 1.1 Valid Value of Scrolling attribute <frame> tag. Up

Following are the software program through


2 1..1.1 Internet explorer
which we can accees the web pages

3 The Examples of web browsers are Mozila Firefox

4 The website Contain following web pages Home page


The _____ tags are used to divide browser
5 <Form>
window into several independent parts
6 SRC attribute is used with following tags <Frame>
7 The attributes of <frame> tag are Rows
8 The attributes of <iframe> tag are Align

To divide the screen into 2 rows the valid tags <Frameset rows
9 1.1.2
used are =50%,50%>

To divide the screen into 2 horizontal section <Frameset rows


10
the valid tags used are =50%,50%>

To divide the screen into 2 column the valid tags <Frameset cols
11 1.1.3
used are =50%,50%>

To divide the screen into 2 vertical section the <Frameset cols


12
valid tags used are =50%,50%>

13 Attribute of <frameset> tag are Column


14 1.1.4 Attribute of <frame> tag are Frameside
Attribute of <frame> tag which are used to set
15 Marginwidth
the margin
16 Attribute of <frame> tag are Frameborder
The values of scrolling attribute of <frame> tag
17 Yes_No
are

The values of frameborder attribute of <frame>


18 tag are_____and____which create borderless 0
frame and bordered frame respectively

The values of scrolling attribute of <frame> tag


19 Yes
are
The values of rows and cols attribute of
20 <frameset> tag must be in the form of ___,___ %
signs.
For frame linking ___ attribute of <frame> tag
21 1.1.5 must be associated with _______ attribute of Href
<a> tag

22 1.1.7 The Magic target names are Target=_self

23 The Magic target names are Target=_top

24 The Magic target names are Target=_upper


25 The Magic target names are Target=_left

26 The Magic target names are Target=_blank

27 The Magic target names are Target=_lower


The values of Magic target names are,
28 _self
target="______"
The values of Magic target names are,
29 _self
target="______"
The values of Magic target names are,
30 _self
target="______"
The values of Magic target names are,
31 _top
target="______"
The values of Magic target names are,
32 _blank
target="______"
The values of Magic target names are,
33 _blank
target="______"
34 SRC attribute is valid for following tags <frame>
The following tags are compulsory for creating
35 <frameset>
frames
Floating frame display frame along with
36 1.1.8 Text
_______ and ______ in an HTML page
37 Attribute of <iframe> tag are Src
38 Attribute of <iframe> tag are Source
39 Attribute of <iframe> tag are Source
40 Attribute of <iframe> tag are Source
41 Attribute of <iframe> tag are Source
42 Attribute of <iframe> tag are Width
43 Attribute of <iframe> tag are Bgcolor
44 Attribute of <iframe> tag are Width
45 Attribute of <iframe> tag are Bgcolor
46 Attribute of <iframe> tag are Width
47 Attribute of <iframe> tag are Height
48 Attribute of <iframe> tag are Bgcolor
49 Attribute of <iframe> tag are Bgcolor
50 Attribute of <iframe> tag are Bgcolor
51 Attribute of <iframe> tag are Align
52 Attribute of <iframe> tag are Align
53 Attribute of <iframe> tag are Align
54 Attribute of <iframe> tag are Name
55 Attribute of <iframe> tag are Name
56 Attribute of <iframe> tag are Scrolling
The valid values of scrolling attribute of
57 Yes
<iframe> tag
The valid values of scrolling attribute of
58 Yes
<iframe> tag

59 1.2 Image maps are of following types Client side

The following tags are used with client side


60 1.2.1 <body>
image map
61 The Attributes of area tag are Shape
62 The Attributes of area tag are Shape
_____, _______Shapes can be drawn by using
63 1.2.2 Oval
<area> tag in client side image map
Either________ or _______ image format can
64 JPEG
be used for image mapping
The valid values of shape attribute of <area> tag
65 Rect
are
The valid values of shape attribute of <area> tag
66 Circle
are
The valid values of shape attribute of <area> tag
67 Rect
are
Following file types are used in server side
68 .txt
image map
69 1.3 Form consist of ____ and___ Object
70 1.3.1 Attribute of form tag are Source
Method attribute of <form> tag have ____,
71 Get
______ values
72 1.3.2 Attribute of form tag are Source
73 Method of form are Get

74 To create a textbox, the required tags are ___ <Form>

75 1.3.3 The attributes of <input> tag are size


76 The attributes of <input> tag are Name
77 The attributes of <input> tag are Type
78 The attributes of <input> tag are Type
Checked attribute is used for default selection of
79 Radio
____and _____
<input type=__________> have following
80 Text
values

81 The values of type attribute of <input> tag are Password

82 The values of type attribute of <input> tag are Submit

83 The values of type attribute of <input> tag are Hidden

84 The values of type attribute of <input> tag are Password


85 The values of type attribute of <input> tag are Radio

86 The values of type attribute of <input> tag are Submit

87 The values of type attribute of <input> tag are Submit

The Following tag allow the user to select an


88 <select>
option from dropdownlist
89 The attributes of <Select> tag are Name
90 The attributes of <Select> tag are Name
91 1.3.4 The attributes of <textarea> tag are Rows
92 The attributes of <textarea> tag are Rows
93 The attributes of <textarea> tag are Cols
The rows and cols attribute can be used with
94 <frameset>
following tags
95 1.4 The Following are the audio file format .WAV
96 The Following are the audio file format .AU
97 The Following are the audio file format .MP3
98 1.4.1 The attributes of <bgsound> tag are src
The valid values for loop attribute of
99 -1
<bgsound> tag are
The loop attribute takes _____ and ____ value
100 -1
for playing sound file continuously
101 1.4.2 The attribues of <embed> tag are Source
102 The attribues of <embed> tag are Source
103 The attribues of <embed> tag are Autostart
104 The attribues of <embed> tag are Width
105 The attribues of <embed> tag are Volume
The valid values for autostart attribute of
106 True
<embed> tag are
The valid values for hidden attribute of
107 True
<embed> tag are
The controls attribute of <embed> tag having
108 Consoles
___ and ___- values
109 1.4.3 The video file formats are .AVI
110 The video file formats are .QT
111 The video file formats are .AVI

112 The dynsrc attribute is used with ____,___ tags <Embed>

113 The src attribute is used with ____ tags <frame>


For using unicode in computer, installation of
114 1.4.3.1 Mangal
font ___ and ___ is necessary
For Cross browser testing _____ and___
115 1.5 Internet explorer
browser can be used.
The examples of browsers for cross browser
116 Internet explorer
testing are
117 1.6 Types of css in HTML are____ Internal
118 Types of css in HTML are____ Internal
119 Types of css in HTML are____ Inline
To define CSS into HTML code ___ tag is used
120 <title>
within ____ tag

121 In css selector have ___ and ___ declaration Property

The tags used for external style sheet are___,


122 <link>
_____
123 Attribute of <link > tag are rel
124 Attribute of <link > tag are Type
125 Attribute of <link > tag are rel
126 In CSS, ____ selectors can be used Class
In CSS class selector start with____ and Id
127 Period( . )
Selector start with ___
Different types of selector used in CSS___,
128 Class
____

129 Which two files are required in External CSS Css file

130 Style of css can be present inside <title>


background-
131 The style properties are
color
Background-
132 The style properties are
image
133 The style properties are Height
134 The style properties are Font-Family
135 The style properties are Font-weight
136 The style properties are color
137 The ways of positioning in CSS are Absolute
In CSS ____ and ___ properties can be used to
138 1.6.8.1 Top
place text in absolute positioning
In CSS ____ and ___ properties can be used to
139 Left
place text in absolute positioning
In CSS valid values of text-decoration property
140 Underline
are-
In CSS valid values of text-decoration property
141 Blink
are-
In CSS valid values of text-decoration property
142 Overline
are-

143 In CSS valid values of text-align property are- Left

144 In CSS valid values of text-align property are- Center

Web server can be refered to either___or___


145 1.7 that helps to transfer web pages, through Software
internet

146 Web server uses protocols such as ___ , ___ HTTPS

147 To move files to web server we use _____ File link

148 Examples of web server are______ and _____ IIS

Examples of operating system are______ and


149 Windows vista
_____

150 IIS is used for ____ and _____ operating system Microsoft 2007
Name: WEB PUBLISHING

Destracter
b c d e

Yes No Down Auto

Microsoft word Internet Opera Web server

Netscape Navigator Microsoft Free Fox Website

First page Content Page Document Page Word Page

<Frame> <frameset> <Input> <framesetrows>

<img> <frameset> <marquee> <table>


Cols Noresize Name Row
Src Frame Noscrolling Bgcolor

<Frameset cols <Frameset rows <Frame rows <Frame cols


=50%,50%> =50%,*> =50%,50%> =50%,50%>

<Frameset cols <Frameset rows <Frame rows <Frame cols


=50%,50%> =50%,*> =50%,50%> =50%,50%>

<Frameset <Frameset row <Frame rows <Frame col


column=50%,50%> =50%,*> =50%,50%> =50%,50%>

<Frameset <Frameset row <Frame rows <Frame col


column=50%,50%> =50%,*> =50%,50%> =50%,50%>

Row Cols Rows ColumnRow


Src Scrolling Line Framesource Scrolling

Width Height Source Margin


Scrolling Height Source Margin

Yes Auto True_False AutoResize

1 -2 Null Empty

No 0/1 Autoresize Autocorrect

* # $ @

Hypertext Target Name Source

Target=_blank Target=_upper Target=_lower Target=_right

Target=_parent Target=_upper Target=_lower Target=_right

Target=_lower Target=_right Target=_left Target=_self


Target=_right Target=_self Target=_parent Target=_lower

Target=_lower Target=_upper Target=_top Target=_left

Target=_upper Target=_blank Target=_left Target=_parent

_upper _parent _right _lower

_upper _top _right _lower

_upper _blank _right _lower

_upper _parent _right _lower

_upper _parent _right _lower

_upper _top _right _lower


<iframe> <frameset> <body> <table>

<frame> <head> <title> <body>

Title Font File Document

Source Bgcolor Background Width


Bgcolor Src Background Noscrolling
Bgcolor Src Background Noscrolling
Bgcolor Src Background Scrolling
Src Bgcolor Border Noscrolling
Bgcolor Source Height Noscrolling
Width Source Background Noscrolling
Bgcolor Source Background Name
Width Source Background Scrolling
Border Bgcolor Background Noscrolling
Align Source Background Noscrolling
Height Source Background Noscrolling
Height Source Background Scrolling
Height Source Background Border
Name Bgcolor Background Noscrolling
Bgcolor Source Scrolling Noscrolling
Bgcolor Source Border Noscrolling
Bgcolor Source Scrolling Noscrolling
Bgcolor Source Border Noscrolling
Bgcolor Source Border Noscrolling

No Autocorrect Autoplay Autoscroll

Auto Autocorrect Autoplay Autoscroll

Client Server
Server side Web server side Browser side
side

<href> <img> <areamap> <title>

Reference Hypertext Ref Coordinate


Reference Hypertext Href Coordinate
Polygon Elipse Rectangle Diamond

GIF PIFF AIFF MOV

Circle Oval Elipse Diamond

Oval Elipse Poly Diamond

Oval Poly Elipse Diamond

.html .file .map .mapping

Textual Input Form Element Objective


Hypertext Method Action Reference

Got Post Future Abort

Href Name Action Background


Post Abort Got Future

<Input> <text> <txtbox> <select>

Maxlength Font Text Hidden


Value Font Text Hidden
Checked Font Text Hidden
Value Text Hidden Password
Checkbox Password Text Hidden

Button Get Post Font

Text Get Post Font

File Get Post Font

Reset Get Post Font

Checkbox Get Post Font


Checkbox Get Post Font

Reset Get Post Font

Button Get Post Font

<option> <body> <title> <head>

Single Multiple Multiply Value


Single Size Multiply Value
Cols Column Option Rowwise
Column Name Option Rowwise
Column Option Name Rowwise

<textarea> <frame> <text> <area>

.AIFF .TIFF .AIR .MPEGRP


.MIDI .TIFF .AIR .MPEGRP
.RA .TIFF .AIR .MPEGRP
loop href looping source

2 Definate Exact 2#

Infinite Definate 55 8

Width Height Autoplay Autocorrect


Controls Autoplay Src Autocorrect
Source Controls Autoplay Autocorrect
Source Src Autoplay Autocorrect
Src Source Autoplay Autocorrect

False 0 1 -1

False 0 1 -1

Smallest
Small Consoles Large Consoles Consolated
consoles
.JPEG .WAV .JIF .RA
.MPG .WAV .JIF .RA
.QT .WAV .JIF .RA

<img> <bgsound> <image> <embeded>

<img> <frameset> <body> <image>

Arial Unicode MS Arial Black Courier Times New Roman

Mozila Firefox My browser Web page My document

Netscape Navigator My browser Web page My document

External Embeded Extended Export


Embeded Inline Extended Export
External Embeded Extended Export

<body> <style> <head> <background>

Value Selector Css Declaration

<head> <a> <br> <external>

css href reference relation


href css reference relation
type css reference relation
Id Hello My Id Email-id

Hash( # ) Dollar($) At the rate(@) Semicolon(;)

Id Hello My Id Email-id

Html file Notepad file Word file Excel file

</title> <body> </head> <head>

color Bckcolor Alignment Alignmargin

Font-Family Bckcolor Alignment Alignmargin

Width Bckcolor Alignment Alignmargin


Font-size Bckcolor Alignment Alignmargin
color Bckcolor Alignment Alignmargin
Font-size Bckcolor Alignment Alignmargin
Basic Comparative Inline External

Bottom Alignment Middle Justified

Right Alignment Middle Justified

Overline Positiveline Mainline Upperline

Linethrough Positiveline Mainline Upperline

Blink Positiveline Mainline Upperline

Right Top Align Alignment

Justify Top Align Alignment

Hardware Softskills Hardcopy SoftInstrunctions

File TTP HTTP FTP HTPD

Protocol link File fill Filezilla FTP

PWS Information Server My sql Server

Internet
Windows 7 Netscape Navigator Window
Explorer

Word 2007 Windows XP Windows 7 CSS


Answer
f 1 2

Autocorrect Yes No

Excel Internet explorer Opera

Yahoo Mozila Firefox Netscape Navigator

My Page Home page Content Page

<framesetcols> <Frame> <frameset>

<framesource> <Frame> <frameset>


Column Noresize Name
source Align Src
<Frameset
<Frameset rows <Frameset rows
column
=50%,50%> =50%,*>
=50%,50%>
<Frameset
<Frameset rows <Frameset rows
column
=50%,50%> =50%,*>
=50%,50%>

<Frameset rows <Frameset cols <Frameset cols


=50%,50%> =50%,50%> =50%,*>

<Frameset rows <Frameset cols <Frameset cols


=50%,50%> =50%,50%> =50%,*>

Rowcolumn Cols Rows


Scroll Src Scrolling

Marginheight Marginwidth Marginheight


Width Frameborder Scrolling

Autoscrolling Yes Auto

-1 0 1

Resize Yes No

+ % *

Reference Target Name

Target=_left Target=_self Target=_blank

Target=_left Target=_top Target=_parent

Target=_top Target=_self Target=_top


Target=_upper Target=_self Target=_parent

Target=_right Target=_blank Target=_top

Target=_child Target=_blank Target=_parent

_left _self _parent

_left _self _top

_left _self _blank

_left _top _parent

_left _blank _parent

_left _blank _top


<framesource> <frame> <iframe>

<hr> <frameset> <frame>

Graphics Text Graphics

Noscrolling Src Width


Height Src Height
Name Src Name
Noscrolling Src Scrolling
Background Src Border
Background Width Height
Align Width Align
Noscrolling Width Name
Noscrolling Width Scrolling
Source Width Border
Bgcolor Height Align
Name Height Name
Noscrolling Height Scrolling
Noscrolling Height Border
Source Align Name
Source Align Scrolling
Source Align Border
Source Name Scrolling
Source Name Border
Source Scrolling Border

Yes_no Yes No

Automatic Yes Auto

Source Side Client side Server side

<map> <img> <map>

Coords Shape Coords


Alt Shape Href
Circular Polygon Rectangle

MPEG JPEG GIF

Circular Rect Circle

Circular Circle Poly

Circular Rect Poly

.doc .html .map

Elementory Object Element


Src Method Action

Every Get Post

Src Name Action


Every Get Post

<option> <Form> <Input>

Password size Maxlength


Password Name Value
Password Type Checked
File Type Value
Submit Radio Checkbox

Maxlength Text Button

Maxlength Password Text

Maxlength Submit File

Maxlength Hidden Reset

Maxlength Password Checkbox


Maxlength Radio Checkbox

Maxlength Submit Reset

Maxlength Submit Button

<textarea> <select> <option>

Style Name Multiple


Style Name Size
Horizontal Rows Cols
Horizontal Rows Name
Horizontal Cols Name

<map> <frameset> <textarea>

.JPG .WAV .AIFF


.JPG .AU .MIDI
.JPG .MP3 .RA
reference src loop

2b -1 2

5 -1 Infinite

Start Width Height


Start Controls Src
Start Autostart Controls
Start Width Src
Start Volume Src

Empty True False

True False

No Consoles Consoles Small Consoles

.MPEG .AVI .MPEG


.JPEG .QT .MPG
.JPEG .AVI .QT

<background> <Embed> <img>

<table> <frame> <img>

ISM Mangal Arial Unicode MS

Website Internet explorer Mozila Firefox

Website Internet explorer Netscape Navigator

Internet Internal External


Internet Internal Inline
Internet Inline External

<p> <style> <head>

Declared Property Value

<linking> <link> <head>

stylesheet rel href


stylesheet Type href
stylesheet rel type
My number Class Id

Colon(:) Period( . ) Hash( # )

My number Class Id

Wordpad File Css file Html file

</body> <body> <head>

Colorrange background-color color

Colorrange Background-image Font-Family

Colorrange Height Width


Colorrange Font-Family Font-size
Colorrange Font-weight color
Colorrange color Font-size
Relative Absolute Relative

SameMargin Top Bottom

SameMargin Left Right

Dropline Underline Overline

Dropline Blink Linethrough

Dropline Overline Blink

Bottom Left Right

Bottom Center Justify

Instructions Software Hardware

FTP Pro HTTP FTP

File Filezilla FTP

Personal server IIS PWS

Microsoft Windows vista Windows 7

Unix Windows XP Windows 7


Topic Name and No. - Web publishing
Sub Topic Sr. No.

1.1 1
a
b
c
d
e

2
a
b
c
d
e
f
g

3
a
b
c
d
e
f
g

4
a
b
c
d
e
f
g
h

5
a
b
c
d
e
f
g

6
a
b

c
d
e
f
g
h
i

7
a
b
c
d
e
f
g

8
a
b
c
d
e
f
g

9
a
b
c
d
e
f
g

10
a
b
c
d
e
f
g

11
a
b
c
d
e
f
g

12
a
b
c
d
e
f
g

13
a
b
c
d
e
f
g

14
a
b
c
d
e
f
g
h

15
a
b
c
d
e
f
g

16
a
b
c
d
e
f
g

17
a
b
c
d
e
f
g
h
i

18
a
b
c
d
e
f
g
h

19
a
b
c
d
e
f
g

20
a
b
c
d
e
f
g

21
a
b
c
d
e
f
g

22
a
b
c
d
e
f
g

23
a
b
c
d
e
f
24
a
b
c
d
e
f
g
h

25
a
b
c
d
e
f
g

26
a
b
c
d
e
f
g
h

27
a
b
c
d
e
f
g
h

28
a
b
c
d
e
f
g

29
a
b
c
d
e
f
g

30
a
b
c
d
e
f
g

31
a
b
c
d
e
f
g

32
a
b
c
d
e
f
g
h

33
a
b
c
d
e
f
g
h

34
a
b
c
d
e
f
g
h

35
a
b
c
d
e
f
g
h

36
a
b
c
d
e
f
g
h

37
a
b
c
d
e
f
g
h

38
a
b
c
d
e
f
g
h

39
a
b
c
d
e
f
g
h

40
a
b
c
d
e
f
g
h

41
a
b
c
d
e
f
g
h

42
a
b
c
d
e
f
g
h

43
a
b
c
d
e
f
g
h

44
a
b
c
d
e
f
g
h

45
a
b
c
d
e
f
g
h
nd No. - Web publishing
Description Ans

The procedure to create and view HTML page


Save the file with HTML extesion. ceadb
Browse th file to view the web page
Open any text ediotor. i.e. Notepad
Open the browser
Write appropriate HTML code

Arrange the following sequence to create form


</p> gfcdaeb
</body>
<p align="center">
<input type = "button" value = "red">
</from>
<from>
<body>

Steps to create client side image map


<html> afcgbde
</map>
<img src ="clouds.jpg" usemap="#imgmap"> <map name = "imgmap">
</body>
</html>
<body>
<area shape = "Rect" coords = "20, 40, 60, 80" href = firstpage.html>

Procedure of to play music.


<html> abdhefgc
<head>
</html>
</head>
<a href = "music.wav"> Play Music
</a>
</body>
<body>

Rearrange the following.


</body> fegbcad
1. Australia<input type = "radio" name = "country">
</form>
</html>
<body bgcolor = "aqua"><form>
<html>
select your favourite country.

The sequence of events for creating a list element


<body> aigdfbech
</select>

</form>
<option value="val1"> Pentium I
<input type = "submit" value=submit>
<option selected value="val2"> Pentum II
<select name= "browser">
</body>
<form>

Rearrange the following


<body bgcolor = "pink"> gabdfec
<img src="louds.jpg" usemap="#name1"> <map name=name1>
</body></html>
<area shape = "rect" coords = "100, 150, 200, 413" href = "page1.html">
</map>
<area shape = "circle" coords = "170, 200, 87" href = "page2.html">
<html>

Rearrange the following


</form></body> bcgfdae
<html><body>
<form> name="login">
<input type="button" value="validate">
</html>
<input type="text" name="mid">
<h2>enter your e-mail ID</h2>

Rearrange the following


<frame src="firstpage.html"> bedcafg
<html><head>
<frameset rows="30%,*">
</head>
<title>create frames </title>
<frame src="secondpage.html">
</html>

Rearrange the following


<img src="collegeph.gif"> gedabcf
</a>
</body>
<a href="college.htm">
<body>
</html>
<html>

The sequence of events for client side image mappaing are as follows
</map> bdcgeaf
<body>
<img src = "stat.jpg" usemap = "#map"> <map name="map">
<h1 align ="center"> a client side image map</h1>
<area shape = circle coords = "300, 125, 25" href = "SecondPage.html">
</body>
<area shape = circle coords = "127, 200, 47" href = "FirstPage.html">

The sequence of events for creating a form element are as follows


<html> a gbcfde
</head><body><form name="f">
<select name="fruits" multiple>
<option name="f2" value="o"> orange
<option name="f3" value="b"> banana </select><form><body><html>
<option name="f1" value="m"> mango
<head><title><select list</title>

Rearrange the following


<html> aegbdfc
<p> Enter Your name : <input type ="text" name="myname"></p>
</html>
<input type = "submit"> </p> </form>
<body>
</body>
<form method = "post" action = "second.asp">

Rearrange the following


<html> abdhefgc
<head>
</html>
</head>
<a href = left.html> GO
</a>
</body>
<body>

Rearrange the following


<html> abfecdg
<frameset cols = "25%, 25%, 25%, *">
<frame src ="3.html" name = "f3">
<frame src ="4.html" name = "f4"> </frameset>
<frame src ="2.html" name = "f2">
<frame src ="1.html" name = "f1">
</html>

Rearrange the following


<body> gadfecb
</html>
<img dynsrc = "video.avi" height = 200 width = 180"> </body>
<head>
</title> </head>
<title> Play Video using dynamic source
<html>

The sequence of events for creationg a frame are as follows.


<Iframe src = page1.html> bgifcahde
<html>
<p> This is inline frame </p>
</body>
</html>
<body>
<head> <title> Inline frame
</iframe>
</title> </head>

The Sequence of events for creating a multiple text boxes are as follows.
<input type = "submit" value= "submit"> deghcafb
</body></html>
<textarea name="text" cols="25" rows="3"></textarea>
<html>
<head><title>multitext boxes</title></head>
</form>
<body>
<form method="post" action="c:cgi-bin/script.cgi">

Rearrange the steps for background sound


<head><title> Using Bgsound </title> dabcefg
</head> <body>
<h1> Playing Background </h1>
<html>
<bgsound src="song.mp3" Loop = 5>
</body>
</html>

Rearrange the following


<form method = post> baecdgf
<html> <body>
Enter Last Name : <input type = text name = f2> <br>
<input type = submit value = Submit>
Enter First Name : <input type = text name = f1> <br>
</html>
</body>

Rearrange the following.


<form method = post> baecdgf
<html> <body>
Address : <textarea cols = 45 rows = 10> <br>
<input type = submit value = Submit> </form>
Enter Your full Name : <input type = text name = f1 size = 50> <br>
</html>
</body>

Rearrange the following for table containing image.


<form mthod = post> fdacgeb
</html>
<input type = radio name = r1 value = XI> XI
<body> <h2> Select your Standard : </h2>
</form>
<html>
<input type = radio name = r2 value = XII> XII

Reaarange the following framset code.


<frameset rows="20%, 80%"> dbafec
<title>frame</title></head>
</frameset></html>
<html><head>
<frame src="page2.html">
<frame src="page1.html">
Rearrange the following html code.
</frameset></html> cbgdehfa
<title>Frame</title>
<html> <head>
<frameset cols="20%,30%,*">
<frame src="page1.html">
<frame src="page3.html">
</head>
<frame src="page2.html">

Rearrange the following frameset code


<title>frame</title></head> eabdcfg
<frameset rows="30%,40%.*">
<frame src="page2.html">
<frame src="page1.html">
<html><head>
<frame src="page3.html">
</frameset></html>

Rearrange the following html code. cghdafbe


<frame src="left.html">
</frameset>
<html>
<frameset cols="40%, 60%">
</html>
<frame src="right.html">
<head> <title>
Linking frame</title> </head>

Rearrange the following html code. abgedch


<html>
<head> <title>
<a href="output.html" target="xyz">About us </a>
<a href="input.html" target="xyz">Home Page </a>
<body>
</html>
Left </title> </head>
</body>

Rearrange the following html code.


<textarea rows = 15 cols = 75> dcbagfe
Comment :
<form method = post>
<html> <body>
</body> </html>
<input type = submit value = Submit>
</textarea>

Rearrange the following html code.


External CSS </title> dacefgb
</html>
<link rel = "stylesheet" type = text/css href = style.css>
<html> <head> <title>
</head> <body>
<h2> This is heading style example </h2>
</body>

Rearrange the following html code for inline frame.


<title>inline</title> fdagcbe
<iframe src="file1.html" width=400 height=100 scrolling="yes">
<body>
<head>
</body> </html>
<html>
</head>

Rearrange the following html code.


<style> badcegf
<html> <head>
</style>
p{background-color : pink; text-align : center}
</head> <body> <p> This is paragraph 1</p>
</html>
</body>

Rearrange the following html code. bdagcfeh


<form>
<html>
<input type=checkbox checked value=2 name=b>chess<br>
<body bgcolor=green>
</body>
</form>
<input type=checkbox checked value=1 name=a> football<br>
</html>

Rearrange the following html code.


<option> FEB </option> chbdafeg
<select>
<html>
<option> JAN </option>
</body>
</select>
</html>
<body>

Rearrange the following html code.


<input type=submit value=submit></form> ghfbdace
User name:<input type=text name="user">
</body>
Password:<input type=password name="upass">
</html>
<p> User Registration Form</p>
<html>
<body> <form method=post>

Rearrange the following html code.


</html> hcdefbga
<input type=submit value=Sign in>
<body>
<form>
Login ID <input type=text size=20>
Password : <input type=password name="upass">
</form></body>
<html>

Rearrange the following html code.


Enter Your full name <input type=text name=fname> hbadefcg
<body> <form>
</body>
1. Male <input type=radio name=sex value=male>
2. Female <input type =radio name=sex value=female>
</form>
</html>
<html>

Rearrange the following html code.


</form> dbfegach
<body><form name="f1">
</body>
<html>
<input type =checkbox name=day2 checked> Tuesday
<input type =checkbox name=day1 checked> Monday
<input type =checkbox name=day3 checked> Wednesday
</html>

Rearrange the following html code.


Username :<input type=text name=user> fgdcaebh
</form></body>
<form name=xyz action=first.asp method=post>
<body>
<input type=submit value=submit>
<html>
<title>form</title>
</html>

Rearrange the following html code.


</select></form> hgdfceab
</body></html>
<option value="1"> Red</option>
<p>Please select the colors</p>
<option value="2">Green</option>
<select name="color">
<form>
<html><body>

Rearrange the following html code.


<html><body><form> acedfhbg
</select></form>
<p>Select multiple option</p>
<option value="1">Mumbai</option>
<select name="city" multiple>
<option value="2" selected>Pune</option>
</body></html>
<option value="3">Nasik</option>

Rearrange the following html code.


<input type="submit" value="submit"> eghdfacb
</form></body>
</select>
<option value="1">Mumbai</option>
<body><form>
<option value="2">Pune</option>
<p>select the city</p>
<select name="city">

Rearrange the following html code.


<p>Extra curricular Activities description</p> beadcgfh
<html><body>
<input type="Submit" value="submit">
<textarea rows="3" cols="30"></textarea>
<form>
</body>
</form>
</html>

Rearrange the following html code.


Enter Your First Name : <input type=text name = fname><br> bcadfegh
<html> <body> <form>
<p><b> Enter your details</b></p>
Enter Your Last Name : <input type=text name = lname><br>
</textarea> <input type="submit" value="Submit">
Comment : <textarea cols = 35 rows = 5>
</form> </body>
</html>

Rearrange the following html code.


<h1> insrting backgroung sound </h1> cdfgaebh
</body>
<html><head>
<title> audio</title>
<bgsound src="music.mp3" loop=-1>
</head>
<body>
</html>

Rearrange the following html code.


<title>Display vedio using embed</title> bhacgdfe
<html>
</head>
<h1>inserting vedio using embed tag</h1>
</html>
<embed src = "video.avi" height=200 width=200></body>
<body>
<head>

Вам также может понравиться