Which line of code instructs the browser to look for a directory named mysite that begins one level higher than the page you are currently viewing?
A. mysite/index.html
B. /mysite/index.html
C. ./mysite/index.html
D. http://www.mysite.com/index.html
You need to center and indent a quote on your Web page. Which is the best way to accomplish this using HTML5?
A. Use the
element.B. Use the
element. C. Use the style attribute with the
tag.
D. Use the text-align attribute with the
tag.
Which line of code uses the correct syntax to apply an external CSS style sheet to HTML documents?
A.
B.