diff --git a/curriculum/challenges/english/blocks/lecture-working-with-text-and-time-semantic-elements/672995e43674fb3775b9ec5d.md b/curriculum/challenges/english/blocks/lecture-working-with-text-and-time-semantic-elements/672995e43674fb3775b9ec5d.md index 080058b667d..d2c252a220c 100644 --- a/curriculum/challenges/english/blocks/lecture-working-with-text-and-time-semantic-elements/672995e43674fb3775b9ec5d.md +++ b/curriculum/challenges/english/blocks/lecture-working-with-text-and-time-semantic-elements/672995e43674fb3775b9ec5d.md @@ -5,7 +5,7 @@ challengeType: 19 dashedName: how-do-you-display-addresses-in-html --- -# --description-- +# --interactive-- The contact address element is used to represent contact information for a section on a web page. The `address` element is versatile and can be used for business pages, author pages, personal sites, and more. @@ -13,6 +13,8 @@ When it comes to building out your website's contact sections, you should use th Here is an example of using the `address` element for a company contact page: +:::interactive_editor + ```html