There are two messages in this example. The time that the message was sent is displayed for the first message, but it is missing in the second message. Complete the following steps:
- Open the
index.html
file and add the time7:15pm
to the second message using the correct HTML syntax. You will need to identify the correct location in the code to add a new tag and make sure that you give it the correct class attribute. - When you have finished, ask a mentor to check your work.
- When a mentor has told you it's correct, use git to add, commit and push your changes.
git add .
git commit -m "Completed 1-parent-child exercise"
git push
Hint: Use the first message as an example to help you write the second message correctly.
When you're done, move on to the next exercise.