+ 15
<dd> <dl> <dt>???
Most confusing question for me but I found out how to remember them. Here's how: <dd> DESCRIBES term/name in DESCRIPTION list. <dl> DEFINES a description list. <dt> DEFINES TERMS/names. Example: <dl> <dt> Coffee </dt> <dd> Dark hot drink </dd> <dt> Milk </dt> <dd> White cold drink </dd> </dl> Therefore, you define dl first which is description list. Then you define term/names using dt term. dd comes in to give more detail. If these confuse you as well, hope this clarifies.
2 Antworten
+ 14
thanks for sharing 😃 👍
+ 4
thnx Danstan Ongubo it helped a lot