Question
click below
click below
Question
Normal Size Small Size show me how
IT0043 MOD 2
Reviewer
Question | Answer |
---|---|
Defines a section of a document, such as header, footer etc. | <section> |
The <output> tag represents the result of a calculation. | True |
The <datalist> tag represents the result of a calculation. | False |
The <details> tag defines some content loosely related to the page content. | False |
The <nav> tag defines a section of a document, such as header, footer etc. | False |
WRITE IN ALL CAPITAL LETTERS: W Y S I W Y G : _____________________ | WHAT YOU SEE IS WHAT YOU GET |
Used for scrolling piece of text or image displayed either horizontally across or vertically down your web site page. | <marquee> |
Some tags have opening and closing elements, while some have just opening. | TRUE |
A specification that grew out of HTML that lets developers define their own markup language. | XML |
The <font> tag has three attributes. | TRUE |
Appear in web browser as bulleted lines of text. | List |
<a href="/html/default.asp">HTML tutorial</a> is an example of __________. | Relative URL |
/directory/portrait.jpg is an example of ___________. | Absolute Path |
A tag that identifies a link or a location within a document that creates hyperlink. | <A> |
A hyperlink is a reference to data that points to a whole document or to a specific element within a document. | TRUE |
Allows a user to enter data that is sent to server for processing. | Web Forms |
Extends cells on a horizontal row. | colspan |
Web forms allows a user to enter data that is sent to server for processing. | TRUE |
Is an advanced HTML construct that allows you to arrange text, images, and other HTML content into rows and columns. | <table> |
Displays boxes, which a user can choose as many as possible. | Checkbox |
Semantic markup is a markup that has meaning, rather than a markup which simply looks a certain way. | True |
Defines some content loosely related to the page content. | <aside> |
Specifies independent, self-contained content. | <article> |
Defines a section of navigation links. | <nav> |
XHTML is the latest specification of the HTML language, and represented a major break with previous markup practices. | False |
A text field for sensitive information. | password |
The most-used method to change the look of text on web sites is through the use of the _______ tag. | <font> |
The line break tag (<br>) has no closing tag. | TRUE |
This boolean attribute if specified, the video will automatically begin to play back as soon as it can do so without stopping to finish loading the data. | autoplay |
The first version of HTML introduced in 1980. | CERN |
Used for any name/value pairs, such as terms and their definitions. | Description Lists |
C:\Users\Images\portrait.jpg is an example of relative path. | FALSE |
Unordered list is used when the sequence of the items is important. | FALSE |
The absolute path specifies the location that is relative to the current location of the file containing the link. | FALSE |
Ordered list is used for any name/value pairs, such as terms and their definitions. | FALSE |
Forms are collections of rows and columns that you use to organize and display data. | FALSE |
These are tags that we usually place inside the <select> element to provide choices for the users. | <option> |
Select element is used to create a drop-down list. | True |
The <form> is an advanced HTML construct that allows you to arrange text, images, and other HTML content into rows and columns. | False |
The <media> tag defines alternative media resources for the media elements like <audio> and <video>. | False |
The <time> tag represents a time and/or date. | True |
Defines a highlighted text for reference purposes. | <mark> |
The <meter> tag defines a scalar measurement within a known range, or a fractional value. | True |
WRITE IN ALL CAPITAL LETTERS: W 3 C : ______________________________ | WORLD WIDE WEB CONSORTIUM |
You can also use the _______ tag to define some of the formatting for the entire page. | <font> |
Which is not a member of the W3C. | Razer |
An arbitrary string that is not normally displayed to the user. | hidden |
A version of HTML that was release in 1992, and the first informal draft. | HTML 1.0 |
The relative path specifies the location through the complete path document. | FALSE |
<a href=" tutorial</a> is an example of Absolute URL. | FALSE |
Description list is used for any name/value pairs, such as terms and their definitions. | TRUE |
The absolute path specifies the location through the complete path document. | TRUE |
Specifies the relative or absolute location of a file to which you want to provide a hyperlink. | Links |
Provide a means of submitting information from the client to the server. | Forms |
The rowspan extends cells on a vertical row. | True |
An element which you can put content like text or images. | Button Element |
Non-semantic markup is a markup that has meaning, rather than a markup which simply looks a certain way. | False |
Embeds a sound, or an audio stream in an HTML document. | <audio> |
HTML5 specification strongly discourage non-meaningful markup to _____________. | Semantic Markup |
The <highlight> tag defines a highlighted text for reference purposes. | False |
HTML5 specification strongly discourage non-meaningful markup to separate design. | False |
A version of HTML that was introduced in 2008, and with new features like <na> <header> <footer> and <figure>. | HTML 5 |
This boolean attribute if specified, will allow the video to automatically seek back to the start after reaching the end. | loop |
Contains information about the document. | <head> </head> |
Which one is not an attribute of the <marquee> tag? | location |
Ordered list, also known as bulleted list, is ideal for listing items that have no hierarchy or order of importance. | FALSE |
Used when the sequence of the items is important. | Ordered List |
Links are the addresses of a computer or the address of a document or file to be included in the web page. | TRUE |
A multi-line text input control which can hold an unlimited number of characters. | Textarea Element |
In a table, the intersection of any given row and column is called a cell. | True |
Tables are collections of rows and columns that you use to organize and display data. | TRUE |
Forms provides a means of submitting information from the client to the server. | TRUE |
This makes your web page look good on all devices. | Responsiveness |
HTML5 is the latest specification of the HTML language, and represented a major break with previous markup practices. | True |
It means a markup that has meaning, rather than a markup which simply looks a certain way. | Semantic Markup |
Defines a scalar measurement within a known range, or a fractional value. | <meter> |
Specifies self-contained content, like illustrations, diagrams, photos, code listings, etc. | <figure> |
HTML5 features, include native audio and video support without the need for Flash. | TRUE |
It is supposed to replaced HTML. | XHTML |
The <body> attribute that indicates the default color for all visited links. | vlink |
<a href=" tutorial</a> is an example of Absolute URL. | TRUE |
It specifies the location that is relative to the current location of the file containing the link. | Relative Path |
Used to group together related pieces of information so they are clearly associated with each other and easy to read. | Lists |
The <table> is an advanced HTML construct that allows you to arrange text, images, and other HTML content into rows and columns. | True |
The colspan extends cells on a horizontal row. | True |
Passes the information through environment variables. | get |
Get is the server default method if no method is specified. | True |