Skip to content

Commit b66d53c

Browse files
authored
Update MAKEME.md
1 parent 75165e9 commit b66d53c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Week1/MAKEME.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ const books = [
3737
```
3838

3939
1. Iterate through the array of books.
40-
2. For each book, create a p element with the book title and author and append it to the page.
41-
3. Use an <ul> and <li> to display the books.
42-
4. Add an <img> to each book that links to a URL of the book cover.
40+
2. For each book, create a `<p>` element with the book title and author and append it to the page.
41+
3. Use a `<ul>` and `<li>` to display the books.
42+
4. Add an `<img>` to each book that links to a URL of the book cover.
4343
5. Change the style of the book depending on whether you have read it (green) or not (red).
4444

4545
**Exercise 2: About me**

0 commit comments

Comments
 (0)