Created
April 7, 2015 01:08
-
-
Save saibotshamtul/c61f82eca1081a85bffb to your computer and use it in GitHub Desktop.
interesting HTML
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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