We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75165e9 commit b66d53cCopy full SHA for b66d53c
Week1/MAKEME.md
@@ -37,9 +37,9 @@ const books = [
37
```
38
39
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.
+2. For each book, create a `<p>` element with the book title and author and append it to the page.
+3. Use a `<ul>` and `<li>` to display the books.
+4. Add an `<img>` to each book that links to a URL of the book cover.
43
5. Change the style of the book depending on whether you have read it (green) or not (red).
44
45
**Exercise 2: About me**
0 commit comments