Skip to content
This repository was archived by the owner on Feb 27, 2023. It is now read-only.

Latest commit

 

History

History

1-parent-child

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Parent-Child Relationships

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:

  1. Open the index.html file and add the time 7: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.
  2. When you have finished, ask a mentor to check your work.
  3. 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.