0

Can I use <h3> element nested inside <dt> element in order to make logical outline in this code

<aside>
  <dl>
    <dt><h3>Still have questions&quest;</h3> Contact us at</dt>
    <dd>hello&commat;hardwarehackathon.com</dd>
  </dl>
</aside>

otherwise, it's showing "untitled ASIDE" in the document outline

CBroe
  • 91,630
  • 14
  • 92
  • 150
  • for now, I'm compromising with this code – user254523 Feb 03 '18 at 07:19
  • `

    Still have questions&quest;

    Contact us at` is certainly not a _term_ that would deserve or need a _definition_. Your "compromise" is certainly better IMHO, because it doesn't (ab-)use a definition list for content that clearly has no place being in one. I would put "Contact us at" at the beginning of the paragraph though, not at the end of the headline.
    – CBroe Feb 03 '18 at 08:16
  • And for crying out loud, please use a `mailto:` link or at least properly write out the e-mail address, so that selecting it has it ready to be used without further manipulation. All this does is hinder legitimate users from easily using the contact info; the fight against spam is a battle you should fight on the other side, meaning proper spam filtering on the receiving end. – CBroe Feb 03 '18 at 08:17
  • Thank you @CBroe – user254523 Feb 06 '18 at 08:56

0 Answers0