Font size
Worksheetscomputer
Total questions: 66
Worksheet time: 53mins
The <frameset> tag in HTML contains only one frame element.
True
False
You should use <frameset> tag to specify the number of rows and columns in frameset.
True
False
The <frameset> tag in HTML is used to give the names of the frame.
True
False
The name attribute is used to give names to the frame.
True
False
The name attribute does not differentiate one frame from another.
True
False
When embedding a webpage inside a frame, we should use <frame> tag.
True
False
Embedding a webpage inside a webpage is not possible.
True
False
By using Inline Frames, we can embed a webpage inside our own webpage.
True
False
By using Inline Frames, we can't create our own content for the webpage.
True
False
We can use the attribute src for specifying the filename of the page to be embedded.
True
False
Embedding isn't a feature on HTML .
True
False
The border attribute is used to specify whether a three-dimensional border should be displayed between the frames or not.
True
False
frameborder attribute uses two values 0 (off) and 1 (on), where 0 defines no border and value 1 signifies for yes there will be a border.
True
False
Asterisk (*) can be used in place of percent.
True
False
The marginwidth attribute is used to indicate the distance between the left and right margins and the contents of the frame.
True
False
The marginheight attribute is used to indicate the distance between the left and right margins.
True
False
We can use <iframe> tag for embedding a webpage.
True
False
The scrolling attribute only has 2 values: yes, no.
True
False
The scrolling attribute is used to control the appearance of scroll bar.
True
False
Frames will allow us to view multiple webpages in one browser window.
True
False
Frames will allow us to view only one webpage in one browser window.
True
False
The cols attribute is used to create horizontal frames in a web browser.
True
False
The cols attribute is used to create vertical frames in a web browser.
True
False
The attribute border defines the width of the border of each frame in pixels.
True
False
It is not possible for the value of the border attribute to be zero (0).
True
False
It will allow us to view multiple webpages in one browser window.
(a)
Note that if you will create frames in your webpage, there’s no need for < (a) > tag.
Tag used for inserting frames.
(a)
It is used to specify the number of rows and columns in frameset with their pixel of spaces.
(a)
This attribute is used to create vertical frames in a web browser.
(a)
This attribute is used to create horizontal frames in the web browser.
(a)
This attribute of frameset tag defines the width of the border of each frame in pixels.
(a)
(a) value is used for no border.
This attribute of frameset tag is used to specify whether a three-dimensional border should be displayed between the frames or not.
(a)
In the frameset attribute's values, (a) defines no border and value 1 signifies for yes there will be a border.
In the frameset attribute's values, 0 defines no border and value (a) signifies for yes there will be a border.
Tag used for embedding a webpage inside a frame.
(a)
This attribute is used to give names to the frame. It differentiate one frame from another.
(a)
This attribute is used to indicate which frame a document should loaded into.
(a)
This attribute in frame tag is used to indicate the distance between the left and right margins and the contents of the frame.
(a)
This attribute in frame tag is used to indicate the distance between the top and bottom margins and the contents of the frame.
(a)
This attribute is used to control the appearance of scrollbar.
(a)
Select the three (3) values of the scrolling attribute:
yes
no
auto
off
on
This can be used in place of percent.
(a)
This will allow us to embed a webpage inside a webpage.
(a)
You can create your own content and the same time it will allow you to embed from other page.
(a)
Tag for embedding a webpage.
(a)
Attribute for specifying the filename of the page to be embedded.
(a)
The height and (a) attributes are used to specify the size of the iframe.
The (a) and width attributes are used to specify the size of the iframe.
The height & width attribute values are specified in pixels by default, but they can also be specified in (a) .
is an HTML element to collect input data containing interactive controls.
(a)
It is a container that contains input elements like text, email, number, radio buttons, checkboxes, submit buttons, etc.
(a)
Tag for inserting forms.
(a)
This attribute indicates where the form will be submitted.
(a)
This attribute indicates the way of submitting information.
(a)
Select the two (2) possible values for the method attribute:
post
radio
get
submit
reset
Tag for inserting different objects to our page.
(a)
Attribute used for specifying the type of object that you will insert in your page.
(a)
This serves as receptacle for text. A box wherein the user can fill up text.
(a)
Used for inserting a password box.
(a)
Or also called option button. It displays a list of possible choices from which we can choose only one option.
(a)
It displays a list of possible choices from which we can choose even more than one option or even all of the options.
(a)
Used for inserting a submit button.
(a)
Used for cancelling or deleting all the information that you have inputted.
(a)
This attribute is used for indicating the number of characters your textbox can hold.
(a)
