Chp-1 Flashcards
(32 cards)
The ___ element is a starting element in an HTML it indicates that document type definition being used by the document
<!Doctype html>
The ___is a tag in HTML that describe some aspects of contents of webpage
<meta></meta>
The <ol> tag defines an
Ordered list
An another list is created using the ___ tag
<ul>
</ul>
The ___ element creates an inline frame
<inframe>
</inframe>
___ tag is used to specify video on an HTML document
<video>
</video>
If a web developer wants to add the description to an image he must use ___ attribute of <img></img> tag
Alt
The ___ property is used to set position for an element
Position
The float property defines the ___ of content
Flow
____ is used with elements that overlap with each other
Positioning
HTML is an object oriented programming language
False
Charset is used for characters encoding declaration
True
An unordered list can be numerical or alphabetical
False
Multilevel list can be created in HTML5
True
Srccode specifies the HTML content of the page to show in the <iframe>
False
The ‘controls’ attribute is not used to add play, pause, and volume.
False
.cs is the extension of CSS file
False
___ element is used to create a linking image
<img></img>
The ___ tag is used to embed audio files on Webpage
<audio>
</audio>
A programmer wants to define range of age between 18 to 50 he will use a form with the following appropriate control
Range
___ charecter is used to create I’d in CSS
#
List within another list either ___ list or ___ list is called nested list
Order or unordered
Image maps are of two types __ and __
Client side and server side
A CSS rule set contains __ and __
Selector and declaration block