Skip to content

Commit 6dcc0ce

Browse files
Close tag and fix attribute
1 parent 068f705 commit 6dcc0ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

html/lesson6/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
<li>
2828
<a href="#anita">Anita Borg</a>
2929
</li>
30+
</ul>
3031
</nav>
3132
</aside>
3233

@@ -78,7 +79,7 @@ <h3>Grace Hopper</h3>
7879
<section id="anita">
7980
<h3>Anita Borg</h3>
8081
<figure>
81-
<img src="assets/images/anita.jpg" width='230px'/>
82+
<img src="assets/images/anita.jpg" width="230px" />
8283
<figcaption>
8384
Founder of Institute of Women in Technology
8485
</figcaption>

0 commit comments

Comments
 (0)