HTML5 Unit E Links
Web servers make documents available using which protocol?
http
____ is a standard format for specifying how and where to access a resource on the Internet.
Uniform Resource Identifier (URI)
Which code is an example that links to a file?
href="webmenu.pdf"
Because web pages on a small website almost always share the same folder on a web server, it's most efficient to create which type of links when creating a nav bar?
relative
____ is a link that gives only the path and filename information necessary to locate the target document based on the location of the current web page.
relative link
Which type of web reference contains a scheme/protocol, a server name, and a path?
URI
Which pseudo-class is active when a user's mouse pointer is over the affected link?
a:hover
What does the value "#section3" for the href attribute target?
anchor
_____ is a named location within a document.
anchor
Which code is an example that links to an anchor?
href="#main"
Which code portions is an example from an absolute link?
href="http://amazon.com"
Which code portions is an example from an relative link?
href="locations.html"
You create anchors by assigning unique names to elements in your web page using which attribute?
id
____ is a set of links for moving between web pages in a website.
nav bar
_____ is a categorization of a web page element based on a relationship or condition of the element at a given moment.
pseudo-class
_____ is a link that targets an anchor at the start of the main page content and allows users to bypass navigation.
skip link
If you want a link to open in a new tab or window, which attribute would you need to use?
target
When creating a link, the web page or other document you link to is known as the ____.
target
When you enter a URL, you are creating a(n) _____.
absolute link
_____ is a type of link that specifies the full and complete address for the target document on the web.
absolute link