Baseline Widely available
<figure>
㯠HTML ã®è¦ç´ ã§ãå³è¡¨ãªã©ã®èªå·±å®çµåã®ã³ã³ãã³ãã表ããä»»æã§ <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>
è¦ç´ ã®ä¸ã«ï¼æåã¾ãã¯æå¾ã®åè¦ç´ ã¨ãã¦ï¼<figcaption>
è¦ç´ ãæ¿å
¥ãããã¨ã§è¡¨ããã¨ãã§ãã¾ããå³ã®ä¸ã§æåã«è¦ã¤ãã£ãæåã® <figcaption>
è¦ç´ ãå³ã®ãã£ãã·ã§ã³ã¨ãã¦è¡¨ç¤ºããã¾ãã<!-- åãªãç»å -->
<figure>
<img src="favicon-192x192.png" alt="ç¾ãã MDN ã®ãã´" />
</figure>
<!-- ãã£ãã·ã§ã³ãä»ããç»å -->
<figure>
<img src="favicon-192x192.png" alt="ç¾ãã MDN ã®ãã´" />
<figcaption>MDN ãã´</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 + "; ";
console.log("NavigatorExample", txt);
}
</pre>
</figure>
çµæ å¼ç¨
<figure>
<figcaption><b>Edsger Dijkstra:</b></figcaption>
<blockquote>
ãããã°ãã½ããã¦ã§ã¢ã®ãã°ãåãããã»ã¹ã§ãããªãã°ãããã°ã©ãã³ã°ã¯ãããå
¥ããããã»ã¹ã ã
</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 dishevelled 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