Mod 1, Chapter 1 Review and apply
_____________ is the set of markup symbols or codes in a file intended for display on a web browser.
HTML (Hyper Text Markup Language) These markup symbols and codes idnetify structural elements such as paragraphs, headings and lists. HTML can also be used to place media (graphics, video, audio) on a web page and describe fill forms.
The newest version of HTML is ___________
HTML5 is intended to be the successor to HTML and will replace XHTML.
Select the item below that indicates the top-level domain name for the URL http://www.google.com a. http b. com c. google d. www
com is a top-level domain name. A top level domain name identifies the rightmost part of the domain name. A TLD is either a generic top level domain (gTLD) such as com for commercial or a country code top level domain such as fr for France.
Choose the true statement: a. The title of the web page is displayed by the meta element. b. Information about the webpage is contained in the body of the section. C. The content that displays in the browser viewport is contained in the head section. d. The content that displays in the browser viewport is contained in the body section.
D. The content that displays in the browser viewport is contained in the body section is a true statement.
What is a unique text-based internet address corresponding to a computers unique numeric IP address called? a. IP address b. domain name c. URL d. user name
Domain Name A domain name locates an organization or other entity on the internet.
The purpose of _________ is to ensure the integrity of the communication. A. IP address B. TCP C. HTTP D. FTP
TCP TCP starts by breaking files and messages into individual units called packets. TCP is used together with IP to transmit files efficiently over the internet.
True or False. A domain name that ends in .net indicates that the website is for a networking company.
True. .net indicates entities associated with network support of the internet, usually internet service providers or telecommunication companies
True or False. Markup languages contain sets of directions that tell the browser software how to display and manage a web document.
True. HTML is a markup language.