Skip to content

Commit 5b9f09a

Browse files
committed
alt text and more descripltive anchor tag text
1 parent 49d794d commit 5b9f09a

1 file changed

Lines changed: 33 additions & 31 deletions

File tree

Wireframe/index.html

Lines changed: 33 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,35 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8" />
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Wireframe</title>
7-
<link rel="stylesheet" href="style.css" />
8-
</head>
9-
<body>
10-
<header>
11-
<h1>Wireframe</h1>
12-
<p>
13-
This is the default, provided code and no changes have been made yet.
14-
</p>
15-
</header>
16-
<main>
17-
<article>
18-
<img src="placeholder.svg" alt="" />
19-
<h2>Title</h2>
20-
<p>
21-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
22-
voluptates. Quisquam, voluptates.
23-
</p>
24-
<a href="">Read more</a>
25-
</article>
26-
</main>
27-
<footer>
28-
<p>
29-
This is the default, provided code and no changes have been made yet.
30-
</p>
31-
</footer>
32-
</body>
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>Wireframe</title>
7+
<link rel="stylesheet" href="style.css" />
8+
</head>
9+
<body>
10+
<header>
11+
<h1>Wireframe</h1>
12+
<p>
13+
This is the default, provided code and no changes have been made
14+
yet.
15+
</p>
16+
</header>
17+
<main>
18+
<article>
19+
<img src="placeholder.svg" alt="placeholder" />
20+
<h2>Title</h2>
21+
<p>
22+
Lorem ipsum dolor sit amet consectetur adipisicing elit.
23+
Quisquam, voluptates. Quisquam, voluptates.
24+
</p>
25+
<a href="#">Read more about wireframing</a>
26+
</article>
27+
</main>
28+
<footer>
29+
<p>
30+
This is the default, provided code and no changes have been made
31+
yet.
32+
</p>
33+
</footer>
34+
</body>
3335
</html>

0 commit comments

Comments
 (0)