Skip to content

Instantly share code, notes, and snippets.

@steve54b
Last active August 29, 2015 14:22
Show Gist options
  • Save steve54b/633b02831a16646938ea to your computer and use it in GitHub Desktop.
Save steve54b/633b02831a16646938ea to your computer and use it in GitHub Desktop.
<details>
<dl>student
<dt>name
<dd>John Smith</dd>
</dt>
<dt>school
<dd>Wyncode>/dd>
</dt>
</dl>
</details>
<!-- I'm very very interested to see what other approach(es)
you may suggest. The only semantic tag that seems to
apply to defining an object and its attributes is <details>.
I was hoping to, but did not find, semantic tags that could
might substitute for dl, dt, and dd. -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment