Page 98 - CodePilot V5.0 C8
P. 98
LEARNING LOGS
A. Tick ( ) the correct option.
1. Identify the attribute that specifies the URL or file path to be displayed inside the <IFRAME>.
(i) ALLOWFULLSCREEN (ii) SRC
(iii) NAME (iv) HEIGHT
2. Recognise the default dimensions of an <IFRAME> when no HEIGHT or WIDTH is specified.
(i) 100px by 200px (ii) 150px by 300px
(iii) 200px by 400px (iv) 500px by 600px
3. Select the property that defines the colour of the border.
(i) BORDER-STYLE (ii) BORDER-WIDTH
(iii) BORDER-COLOR (iv) BORDER
4. Which method is the default for form submissions in HTML?
(i) POST (ii) GET
(iii) PATCH (iv) PUT
5. In CSS, which property helps in horizontal text alignment inside an element?
(i) FONT-SIZE (ii) COLOR
(iii) TEXT-ALIGN (iv) BACKGROUND-COLOR
B. Fill in the blanks using the given hints:
1. The tag defines an inline frame.
Hints
2. The property specifies three main aspects of a border: WIDTH, STYLE
BORDER
and COLOR. METHOD
ID
3. The attribute specifies how data should be transmitted to the server.
<IFRAME>
4. The attribute specifies how the form data should be encoded when ENCTYPE
submitting the form to the server.
5 The attribute provides a unique identifier for the <INPUT> tag.
C. Write ‘T’ for true and ‘F’ for false.
1. The <IFRAME> tag allows you to display external web pages within the same web page.
2. The <DATALIST> tag is used to create a multi-line text box that can accept lengthy
text values.
3. The <SELECT> tag creates a drop-down list of options that allows the user to select one or
more options.
96
CodePilot (V5.0)-VIII

