tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

figure-ref.html (261B)


      1 <!doctype html>
      2 <title>The figure element</title>
      3 <link rel=author title=Ms2ger href=ms2ger@gmail.com>
      4 <link rel=help href=http://www.whatwg.org/html5/#the-figure-element>
      5 <style>
      6 body > div { margin: 1em 40px; }
      7 </style>
      8 <div>
      9 <div>Caption</div>
     10 Figure
     11 </div>