HTML bazar maximum - msnbrest/astuces GitHub Wiki

<!DOCTYPE html><html lang="fr"><head><title>titre</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>



<link rel="profile" href="LIEN"/>
<link rel="pingback" href="LIEN"/>
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:creator" content="@COMPTE">
<meta name="twitter:site" content="@COMPTENAME">
<meta name="twitter:title" content="TITRE">
<meta name="twitter:image" content="LIEN">
<meta name="viewport" content="initial-scale=1.0, width=device-width" />
<link rel='dns-prefetch' href='//lien.ext' />
<link rel="alternate" type="application/rss+xml" title="TITRE" href="LIEN" />
<link rel="canonical" href="LIEN" />
<link rel='shortlink' href='LIEN_RAPIDE' />
<meta property="og:type" content="article" />
<meta property="og:url" content="LIEN" />
<meta property="og:title" content="TITRE" />
<meta property="og:description" content="BLABLABLA RACONTE TA VIE" />
<meta property="og:site_name" content="NAME" />
<meta property="og:image" content="IMAGEURL" />
<meta itemscope itemtype="article" />
<meta itemprop="description" content="BLABLABLA RACONTE TA VIE" />
<meta property="fb:pages" content="111111111111111" />
<link rel="icon" href="IMAGEURL32x32" sizes="32x32" />
<link rel="icon" href="IMAGEURL192x192" sizes="192x192" />
<link rel="apple-touch-icon-precomposed" href="IMAGEURL180x180" />
<meta name="msapplication-TileImage" content="IMAGEURL270x270" />



<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<link rel="icon" type="image/png" href="favicon_dating1.png">

<style>body{background:#222;color:#ddd}a{color:#0cf}a:visited{color:#f00}
</style><script>let init=()=>{};</script>
</head><body onload="init()">



<input type="checkbox" name="vehicle3" value="Boat" checked>

<input onkeyup="if(event.keyCode==13){}"/>

<!-- choix nombre --- need on mouse move? :( nul le onchange == onleave -->
<input type="range" min=0 max=100 value=42>

<!-- html input choix : -->
<input list="fruits"><datalist id="fruits"><option>Kiwi</option><option>Orange</option><option>Mangue</option></datalist>

<!-- focusable -->
<input focusable="false"/>
<!-- puis when focus => div.scrollIntoView() -->

<!-- loading -->
<progress value="22" max="100"></progress>

<select name="cars">
<option value="1">niveau_débutant</option>
<option value="2">Saab 95</option>
</select>

</body></html>
⚠️ **GitHub.com Fallback** ⚠️