
IT LN 1
Quiz by Swati Suryawanshi
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
_______________attribute is used to define the relationship between the linked and html document.
2) ___________property is used to control the horizontal alignment of any block level text.
The________ attribute of <ol> tag specifies the numbering type for the listitems.
The_________ attribute of <input> tag specifies the minimum value for aninput field.
Each declaration contains a property name and value, separated by _______
_______Tag is used to specify video on an HTML document.
____________tag is used in <head> </head> for Internal Style sheet.
The_______ element creates an inline frame.
There are ______ types of positioning in CSS.
__________property adds a border to a web page element.
_________property sets margin area on the left side of the element.
HTMLstands for _____________
<inputtype = "_________"> defines a color picker
) <input type = "_________">defines a field entering a number
<inputtype = "_________"> defines a field for entering a URL
)<input type = "_________"> defines a image as a submitbutton
<inputtype = "_________"> defines a date picker with the year,month and day
<inputtype = "_________"> defines the range control
) <input type = "_________"> defines a control for entering a time
<inputtype = "_________"> defines a week and year control
The default range of range control is _____________
The______________ attribute of input type tag specifies that an input field shouldbe deisabled
The ____________ attribute of input tag specifies the minimum value foran input field
The ______________ attribute of input tag specifies that an input fieldis read only
The_____________ tag is placed between <head> tag
________will not be displayed on the web page.
The____________ attribute specifies the name of the metadata
The page will get refresh using _______ value of http-equiv attribute
The ___________ values specifies the character encoding for the document
CSSstands for _______________
_______________indicates the HTML element you want to style
A ____________ is a type of attribute of HTML element
____________ are assigned to CSS properties
A____________ is a type of attribute of HTML element
____________ are assigned to CSS properties
______________ style sheet uses the style attribute in the HTML start tag
Example of inline CSS is ________________
InternalCSS is also called as ___________
____________style sheet is used to apply CSS a single document or page
The____________ style sheet is used when you want to make changes of multiplepages.