How would you link to the named fragment #jobs on the page employ.html from the home page of the site?
<a href="employ.html#jobs">Jobs</a>
Which pseudo-element can be used to generate content that precedes an element?
b. :before
Which of the following is a mobile web design best practice?
c. Configure a single-column page layout.
<!DOCTYPE html>
<html lang="en">
<head>
<title>Find the Error</title>
<meta charset="utf-8">
<style>
body { background-color: #d5edb3;
color: #000066;
font-family: Verdana, Arial, sans-serif; }
nav { float: right; <---- changed from "left" to "right"
width: 120px; }
main { padding: 20px 150px 20px 20px;
background-color: #ffffff;
color: #000000; }
</style>
</head>
<body>
<header role="banner">
<h1>Trillium Media Design</h1>
</header>
<nav role="navigation">
<ul>