Term
click below
click below
Term
Normal Size Small Size show me how
IT0043
F2
Term | Definition |
---|---|
<figure> | Specifies self-contained content, like illustrations, diagrams, photos, code listings, etc. |
True | The <meter> tag defines a scalar measurement within a known range, or a fractional value. (T/F) |
<nav> | Defines a section of navigation links. |
<mark> | Defines a highlighted text for reference purposes. |
<audio> | Embeds a sound, or an audio stream in an HTML document. |
Loop | This boolean attribute if specified, will allow the video to automatically seek back to the start after reaching the end. |
Razer | Which is not a member of the W3C. |
True | The <font> tag has three attributes. (T/F) |
True | The line break tag (<br>) has no closing tag. (T/F) |
<head></head> | Contains information about the document. |
Description Lists | Used for any name/value pairs, such as terms and their definitions. |
False (Relative Path) | /directory/portrait.jpg is an example of absolute path. (T/F) |
Relative URL | <a href="/html/default.asp">HTML tutorial</a> is an example of __________. |
True | <a href="/html/default.asp">HTML tutorial</a> is an example of Relative URL. (T/F) |
Absolute URL | Points to another web site. |
False (Colspan) | The rowspan extends cells on a vertical row. (T/F) |
Post | Sends the data through standard input. |
Select Element | Used to create a drop-down list. |
Form | An area that contains elements such as text fields, radio buttons, checkboxes, submit buttons, and more. |
W3C | It is the main international standard organization which was created by Tim Berner's - Lee to decide the rules and protocols over the web. |
XML | A specification that grew out of HTML that lets developers define their own markup language. |
Ordered Lists | It is used when the sequence of the items is important. |
False (<p>) | The <para> tag tells the browser to insert a new paragraph. (T/F) |
True | Semantic Markup is a markup that has meaning, rather than a markup which simply looks a certain way. (T/F) |
True | The <output> tag represents the result of a calculation. (T/F) |
<section> | Defines a section of a document, such as header, footer, etc. |
Tags | Basic unit of an HTML |
Internet Backbone | Considered to be the prototype of the modern internet. |
IP Address | Original address that the websites use in order to pinpoint their right location over the internet. |
XML | A programming specification for how web pages can be written. |
<body> | Surrounds the text of the page, consists primarily the main content of web page. |
True | Responsive Web Design makes your web page looks good on all devices. (T/F) |
Absolute Path | Specifies the location through the complete path document. |
Hyperlinks | Addresses of a computer or the address of a document or file to be included in the web page. |
Relative Path | /directory/portrait.jpg is an example of ___. |
Colspan | Extends cells on vertical row. |
Hyperlinks | is a reference to data points to a whole document or to a specific element within a document. |
False | The <form> is advanced HTML construct that allows you to arrange text, images, and other HTML content into rows of columns. |
Text area <textarea> | Select element is a multi-line text input control which can hold an unlimited number of characters. |
Cell | In a table, the intersection of any given row and column is called __ . |
Hidden | An arbitrary string that is not normally displayed or the user. |
<detail> | specifies additional details that the user can open and close on demand. |