We have already added definitions to our reference book using the <dd> tags.
You just have to add terms for each of them.
Terms are the names of the technologies. Check out the lecture if you’ve forgotten them.
Do not change the order of definitions.

This task is part of the Full-Stack JavaScript Course
If you have any issues with it, you can ask for community help below the post
Feel free to help others if you’ve already solved the task

index.html

<dl>
  <dd>It is a scripting or programming language that allows you to implement complex features on web pages.</dd>
  <dd>It is the standard markup language for documents designed to be displayed in a web browser.</dd>
</dl>