click below
click below
Normal Size Small Size show me how
F2 WEB
| Question | Answer |
|---|---|
| The <details> tag represents a widget from which the user can obtain additional information or controls on-demand. Group of answer choices | TRUE |
| 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 |
| WRITE IN ALL CAPITAL LETTERS: D T D : | DOCUMENT TYPE DEFINITION |
| The button element is an element which you can put content like text or images. | TRUE |
| Tables are collections of rows and columns that you use to organize and display data. | TRUE |
| The <time> tag represents a time and/or date. | TRUE |
| The <figure> tag specifies self-contained content, like illustrations, diagrams, photos, code listings, etc. | TRUE |
| XML was supposed to replaced HTML. | FALSE |
| Unordered list is used when the sequence of the items is important. | FALSE |
| HTML5 specification strongly discourage non-meaningful markup to _____________. | SEPERATE DESIGN |
| The W3C was created by Tim Berners-Lee. | TRUE |
| Which is considered a good coding practice? | TRUE |
| Images cannot be displayed among text in HTML document. | FALSE |
| /directory/portrait.jpg is an example of absolute path. | FALSE |
| WRITE IN ALL CAPITAL LETTERS: ____ ? <li>Coffee</li> <li>Milk</li> ____? Here is how it looks in a browser: Coffee Milk | <OL> </OL> |
| The textarea element is a multi-line text input control which can hold an unlimited number of characters. | TRUE |
| The button element is an element which you can put content like text or images. | TRUE |
| Get is the server default method if no method is specified. | TRUE |
| The submit button is used to send the data that are already entered in the form to the server for processing. | TRUE |
| Separate Design makes your web page look good on all devices. | FALSE |
| Defines some content loosely related to the page content. | <aside> |
| An arbitrary string that is not normally displayed to the user. | HIDDEN |
| These are the addresses of a computer or the address of a document or file to be included in the web page. | PATHS |
| Forms provides a means of submitting information from the client to the server. | TRUE |
| In a table, the intersection of any given row and column is called a cell. | TRUE |
| The select element defines a form control for the user to enter values. | FALSE |
| Which is a member of the W3C. | ALL OF THE ABOVE |
| <a href="/html/default.asp">HTML tutorial</a> is an example of Absolute URL. | FALSE |
| Appear in web browser as bulleted lines of text. | LIST |
| The absolute path specifies the location that is relative to the current location of the file containing the link. | FALSE |
| The <form> is an advanced HTML construct that allows you to arrange text, images, and other HTML content into rows and columns. | FALSE |
| Represents the completion progress of a task. | <progress> |
| It is supposed to replaced HTML. | XHTML |
| The <font> tag has three attributes. | TRUE |
| The _______ attribute specifies a text for an image, if the image cannot be displayed. | alt |
| The absolute path specifies the location through the complete path document. | TRUE |
| These are the addresses of a computer or the address of a document or file to be included in the web page. | PATHS |
| An area that contains elements such as text fields, radio buttons, checkboxes, submit buttons, and more. | FORM |
| Displays buttons (possible options) that a user can only choose one from them. | RADIO BUTTON |
| The <details> tag defines some content loosely related to the page content. | FALSE |
| The <section> tag defines a section of navigation links. | FALSE |
| Specifies independent, self-contained content. | ARTICLE |
| HTML5 features includes native audio and video support without the need for Flash. | TRUE |
| /directory/portrait.jpg is an example of relative path. | TRUE |
| Paths are the addresses of a computer or the address of a document or file to be included in the web page. | TRUE |
| The textarea element is an element which you can put content like text or images. | FALSE |