This is a simple quiz about paths in XHTML code. Please note, the extra spaces are on purpose, otherwise the website will read the characters incorrectly, and display all answers as a valid link.
< a href= " www.index.com " > Link < /a >
Www.index.com
< a href= " html.index.com " > Link < /a >
< a href= " ../index.html " > Link < /a >
< a href= " http://www.index.com " >< /a >
< a href= " www.index.com " >< /a >
Www.index.com
< a href= " html.index.com " >Link< /a >
< a href= "../index.html " >< /a >
< a href= "http://www.index.com " >Link< /a >
Rtfm
Ftp
Http
Www
Wtf
< a href= " index.html " >Link< /a >
< a href= " ../index.html " >Link< /a >
< a href= " ./index.html " >< /a >
< a href= " ..index.com " >Link< /a >
< a href= " index/html.com " >< /a >
Css, images, java, media
Css, java, media, pages
Css, media, pages, scripts
Media, pages, java, script
Css, pages, media, images
True. The absolute link will make the a element functional
False. Absolute links can only work when in a table.
True. The tag < a href "" > is correctly written.
False. There is no text within the tag
True. The B tag does not affect the a href tag.
False. the B tag negates the a href tag.
True. The B tag will emphasize the link, thus making it process faster.
False. The absolute link is corrupted by the B tag.
True.
False.
< a img src= " www.index.com " >< /a >
< a href= " http://www.google.com/images " >< /a >
< a href= " http://site.com " >< /a >
< a href= " www.site.com/images " >< /a >
< a img src= " http://blogs.seattleweekly.com/dailyweekly/monorail-cat.jpg " >< /a >