Baseline Widely available
HTML <figure>
ììë ë
립ì ì¸ ì½í
ì¸ ë¥¼ ííí©ëë¤. <figcaption>
ìì를 ì¬ì©í´ ì¤ëª
ì ë¶ì¼ ì ììµëë¤. í¼ê·ì´, ì¤ëª
, ì½í
ì¸ ë íëì ë¨ìë¡ ì°¸ì¡°ë©ëë¤.
<figure>
<img
src="/shared-assets/images/examples/elephant.jpg"
alt="Elephant at sunset" />
<figcaption>An elephant at sunset</figcaption>
</figure>
figure {
border: thin #c0c0c0 solid;
display: flex;
flex-flow: column;
padding: 5px;
max-width: 220px;
margin: auto;
}
img {
max-width: 220px;
max-height: 150px;
}
figcaption {
background-color: #222;
color: #fff;
font: italic smaller sans-serif;
padding: 3px;
text-align: center;
}
í¹ì±
ì´ ììë ì ì í¹ì±ë§ í¬í¨í©ëë¤.
ì¬ì© ì¼ë<figure>
ë 주 문ì íë¡ì°ê° 참조íì§ë§, ë¤ë¥¸ ë¶ë¶ì´ë ë¶ë¡ì¼ë¡ ì´ëí´ë 문ì ìë ì´ë¯¸ì§, ì½í, ëí, ì½ë ì¡°ê° ë±ì ë§¡ìµëë¤.<figure>
ë 구í 루í¸ì´ë¯ë¡ <figure>
ììì ì½í
ì¸ ë 문ìì 주 ê°ììì ì ì¸ë©ëë¤.<figcaption>
ì ë£ì´ì ì¤ëª
ì ë§ë¶ì¼ ì ììµëë¤. ì ì¼ ì²ì <figcaption>
ì ì¤ëª
ì¼ë¡ ì¬ì©í©ëë¤.<!-- Just an image -->
<figure>
<img
src="/shared-assets/images/examples/favicon144.png"
alt="A robotic monster over the letters MDN." />
</figure>
<!-- Image with a caption -->
<figure>
<img
src="/shared-assets/images/examples/favicon144.png"
alt="A robotic monster over the letters MDN." />
<figcaption>MDN Logo</figcaption>
</figure>
ì½ë ì¡°ê°
<figure>
<figcaption><code>navigator</code>를 ì´ì©íì¬ ë¸ë¼ì°ì ì ë³´ ì»ê¸°</figcaption>
<pre>
function NavigatorExample() {
var txt;
txt = "Browser CodeName: " + navigator.appCodeName;
txt+= "Browser Name: " + navigator.appName;
txt+= "Browser Version: " + navigator.appVersion ;
txt+= "Cookies Enabled: " + navigator.cookieEnabled;
txt+= "Platform: " + navigator.platform;
txt+= "User-agent header: " + navigator.userAgent;
}
</pre>
</figure>
ì¸ì©ë¬¸
<figure>
<figcaption><cite>Edsger Dijkstra:</cite></figcaption>
<blockquote>
If debugging is the process of removing software bugs, then programming must
be the process of putting them in.
</blockquote>
</figure>
ì
<figure>
<p style="white-space:pre">
Bid me discourse, I will enchant thine ear, Or like a fairy trip upon the
green, Or, like a nymph, with long dishevell'd hair, Dance on the sands, and
yet no footing seen: Love is a spirit all compact of fire, Not gross to
sink, but light, and will aspire.
</p>
<figcaption><cite>Venus and Adonis</cite>, by William Shakespeare</figcaption>
</figure>
ëª
ì¸ ë¸ë¼ì°ì í¸íì± ê°ì´ 보기
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4