Skip to content

Commit 80ad0a1

Browse files
committed
a little cleanup
1 parent 802a423 commit 80ad0a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

slides_sources/source/exercises/html_renderer.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ To make a link, you use an "anchor" tag: ``<a>``. It requires attributes to indi
475475
476476
The ``href`` attribute is the link (hyper reference).
477477
478-
To make a bulleted list, you use a <ul> tag (unordered list), and inside that, you put individual list elements <li>:
478+
To make a bulleted list, you use a <ul> tag (unordered list), and inside that, you put individual list items <li>:
479479
480480
.. code-block:: html
481481
@@ -488,7 +488,7 @@ To make a bulleted list, you use a <ul> tag (unordered list), and inside that, y
488488
</li>
489489
</ul>
490490
491-
Note that the list itself, and the list items can both take various attributes (all tags can...)
491+
Note that the list itself *and* the list items can both take various attributes (all tags can...)
492492
493493
Section Headers are created with "h" tags: <h1> is the biggest (highest level), and there is <h2>, <h3>, etc. for sections, sub sections, subsub sections...
494494

0 commit comments

Comments
 (0)