Skip to content

Instantly share code, notes, and snippets.

@saibotshamtul
Created April 7, 2015 01:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saibotshamtul/c61f82eca1081a85bffb to your computer and use it in GitHub Desktop.
Save saibotshamtul/c61f82eca1081a85bffb to your computer and use it in GitHub Desktop.
interesting HTML
<details><summary>dl, dt, dd</summary>
<dl>
<dt>Hint</dt>
<dd><code>.replace(" ","")</code>
<img src="http://mcimino.reaktix.com/smile/Meebo-wink.gif"></dd>
</dl>
</details>
<details><summary>dfn</summary>
<dfn>HTML</dfn> is the standard markup language for creating web pages.
<br>a <abbr title="World Health Organization">WHO</abbr> a
</details>
<details><summary>blockquote</summary>
<blockquote cite="http://www.worldwildlife.org/who/index.html">
For 50 years, WWF has been protecting the future of nature. The world's leading conservation organization, WWF works in 100 countries and is supported by 1.2 million members in the United States and close to 5 million globally.
</blockquote>
</details>
<details><summary>details + summary</summary>
All content and graphics on this web site are the property of the company Refsnes Data.
</details>
<details><summary>dialog</summary>
<dialog open>This is an open dialog window</dialog>
</details>
<details><summary>meter</summary>
<meter value="2" min="0" max="10">2 out of 10</meter>
<meter value="0.6">60%</meter>
</details>
<details><summary>progress</summary>
Downloading progress:
<progress value="22" max="100">
</progress>
</details>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment