Chp-1 Flashcards
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