Class 10 Exam  >  Class 10 Tests  >  Computer Application: Class 10  >  Test: Frames, Forms & CSS - 1 - Class 10 MCQ

Test: Frames, Forms & CSS - 1 - Class 10 MCQ


Test Description

15 Questions MCQ Test Computer Application: Class 10 - Test: Frames, Forms & CSS - 1

Test: Frames, Forms & CSS - 1 for Class 10 2024 is part of Computer Application: Class 10 preparation. The Test: Frames, Forms & CSS - 1 questions and answers have been prepared according to the Class 10 exam syllabus.The Test: Frames, Forms & CSS - 1 MCQs are made for Class 10 2024 Exam. Find important definitions, questions, notes, meanings, examples, exercises, MCQs and online tests for Test: Frames, Forms & CSS - 1 below.
Solutions of Test: Frames, Forms & CSS - 1 questions in English are available as part of our Computer Application: Class 10 for Class 10 & Test: Frames, Forms & CSS - 1 solutions in Hindi for Computer Application: Class 10 course. Download more important topics, notes, lectures and mock test series for Class 10 Exam by signing up for free. Attempt Test: Frames, Forms & CSS - 1 | 15 questions in 15 minutes | Mock test for Class 10 preparation | Free important questions MCQ to study Computer Application: Class 10 for Class 10 Exam | Download free PDF with solutions
Test: Frames, Forms & CSS - 1 - Question 1

CSS stands for -

Detailed Solution for Test: Frames, Forms & CSS - 1 - Question 1

CSS stands for Cascading Style Sheet. CSS is used to design HTML tags. CSS is a widely used language on the web. HTML, CSS and JavaScript are used for web designing. It helps the web designers to apply style on HTML tags.

Test: Frames, Forms & CSS - 1 - Question 2

Which of the following is not a type of attribute for input tag?

Detailed Solution for Test: Frames, Forms & CSS - 1 - Question 2

Day is not defined in the pre-defined attribute list of input tag. Week attribute defines week and year when used as attribute in input tag. Month specifies month and year when it is accessed in input tag. The time attribute displays current time in html.

1 Crore+ students have signed up on EduRev. Have you? Download the App
Test: Frames, Forms & CSS - 1 - Question 3

he new __________ element is supposed to represent some form of extra details, such as a tooltip or revealed region that may be shown to a user.

Detailed Solution for Test: Frames, Forms & CSS - 1 - Question 3

A scalar measurement within a range or fractional value is defined by meter tag. A list/menu of coommands is displayed by menu tag in html. The details tag specifies additional details that the user can view or hide on demand. The details tag can be used to create an interactive widget that the user can open and close. Any sort of content can be put inside the <details> tag. Progress of a task is done by progress element.

Test: Frames, Forms & CSS - 1 - Question 4

Which of the following is the correct syntax for referring the external style sheet?

Detailed Solution for Test: Frames, Forms & CSS - 1 - Question 4

The external style sheet is generally used when you want to make changes on multiple pages. It uses the <link> tag on every pages and the <link> tag should be put inside the head section.

Test: Frames, Forms & CSS - 1 - Question 5

The __________ element may contain not just links but also other interactive items, including the newly introduced command element.

Detailed Solution for Test: Frames, Forms & CSS - 1 - Question 5

A scalar measurement within a range or fractional value is defined by meter tag. The menu tag defines a list/menu of commands. The menu tag is used for context menus, toolbars and for listing form controls and commands. The details tag specifies additional details that the user can view or hide on demand. The details tag can be used to create an interactive widget that the user can open and close. Any sort of content can be put inside the <details> tag. Progress of a task is done by progress element.

Test: Frames, Forms & CSS - 1 - Question 6

The property in CSS used to change the background color of an element is -

Detailed Solution for Test: Frames, Forms & CSS - 1 - Question 6

The background-color property is used to specify the background color of an element. The background of an element covers the total size, including the padding and border and excluding margin.

Test: Frames, Forms & CSS - 1 - Question 7

The ___ tag and ___ attribute are used to force all links in a page to load in a particular frame. 

Detailed Solution for Test: Frames, Forms & CSS - 1 - Question 7

Use the base tag and target attribute to force all the links on a page to load in a particular frame.

Test: Frames, Forms & CSS - 1 - Question 8

The __________ attribute effectively renders the iframe as an inline include, which allows the parent document’s CSS to affect the contents of the iframe.

Detailed Solution for Test: Frames, Forms & CSS - 1 - Question 8

Embed attribute attach external content at a specified point in document. The seamless attribute is a boolean attribute. When present, it specifies that the iframe should look like it is a part of the containing document (no borders or scrollbars). Allow-forms re-enables from submission. Scripts are re-enabled by allow-scripts.

Test: Frames, Forms & CSS - 1 - Question 9

The property in CSS used to change the text color of an element is -

Detailed Solution for Test: Frames, Forms & CSS - 1 - Question 9

The color property in CSS is used to set the color of HTML elements. Typically, this property is used to set the font color of an element. In CSS, we use color values for specifying the color. We can also use this property for the border-color and other decorative effects.

Test: Frames, Forms & CSS - 1 - Question 10

Which of the following allows the sandboxed iframe to run scripts from the same domain?

Detailed Solution for Test: Frames, Forms & CSS - 1 - Question 10

Scripts are re-enabled by allow-scripts. The sandbox attribute enables an extra set of restrictions for the content in the iframe. Allow-forms re-enables from submission. Allow-same-origin allows iframe content to be treated as being from the same origin. API’s are re-enable by allow-pointer-lock.

Test: Frames, Forms & CSS - 1 - Question 11

The CSS property used to control the element's font-size is -

Detailed Solution for Test: Frames, Forms & CSS - 1 - Question 11

The font-size property in CSS is used to specify the height and size of the font. It affects the size of the text of an element. Its default value is medium and can be applied to every element.

Test: Frames, Forms & CSS - 1 - Question 12

__________ allows the iframe to pull in content from elsewhere in the same domain.

Detailed Solution for Test: Frames, Forms & CSS - 1 - Question 12

Scripts are re-enabled by allow-scripts. Allow-forms re-enables from submission. Allow-same-origin allows iframe content to be treated as being from the same origin. API’s are re-enable by allow-pointer-lock.

Test: Frames, Forms & CSS - 1 - Question 13

Which attribute of the frameset tag creates two horizontal frames?

Detailed Solution for Test: Frames, Forms & CSS - 1 - Question 13

To create two horizontal frames, use rows = "10%, 90%". You can specify the height of each row in the same way as explained above for columns. This attribute specifies the width of the border of each frame in pixels.

Test: Frames, Forms & CSS - 1 - Question 14

Which of the following is not a HTML5 added form element?

Detailed Solution for Test: Frames, Forms & CSS - 1 - Question 14

<datalist>, <keygen> and <output> are HTML5 added form element. Element <password> is not a HTML5 added form element. Password is an attribute used in input type in HTML.

Test: Frames, Forms & CSS - 1 - Question 15

The HTML attribute used to define the inline styles is -

Detailed Solution for Test: Frames, Forms & CSS - 1 - Question 15

If you want to use inline CSS, you should use the style attribute to the relevant tag. The inline CSS is also a method to insert style sheets in HTML document. This method mitigates some advantages of style sheets so it is advised to use this method sparingly.

11 videos|49 docs|18 tests
Information about Test: Frames, Forms & CSS - 1 Page
In this test you can find the Exam questions for Test: Frames, Forms & CSS - 1 solved & explained in the simplest way possible. Besides giving Questions and answers for Test: Frames, Forms & CSS - 1, EduRev gives you an ample number of Online tests for practice

Top Courses for Class 10

11 videos|49 docs|18 tests
Download as PDF

Top Courses for Class 10