Working with Loops and NodeLists
Supplement
To give you a challenge, update the HTML of this exercise with a search form. (You will also need to add any additional CSS classes/styling to make it look it good.) The form should include the following:
- Input type of text
- Submit button
This search form should allow the user to search for and highlight matches in the subject lines of the displayed messages (partial matches included). The following image shows an example of a search:
Figure 1. Complete solution demonstrating search feature

Be sure to take some time to really think about this one before you being coding; remember it’s not about quantity but quality.