Source: /cirosantilli/html

= HTML
{c}
{tag=Markup language}
{wiki}

Examples:
* \a[html/min.html]: minimal valid HTML document. It is insane however.
* \a[html/min-sane.html]: minimal sane HTML document. There are smaller valid ones, but they are insane.
* \a[html/img.html]
* \a[html/img-broken.html]: https://stackoverflow.com/questions/22051573/how-to-hide-image-broken-icon-using-only-css-html
* \a[html/img-load-lazy.html]: https://stackoverflow.com/questions/2321907/how-do-you-make-images-load-lazily-only-when-they-are-in-the-viewport/57389607\#57389607
* \a[html/iframe.html]. Uses: \a[html/iframe2.html], \a[html/hello.txt] and \a[html/hello]
* forms
  * \a[html/form-password.html]
* <YouTube> embeds
  * \a[html/youtube-embed.html]
  * \a[html/youtube-embed-lazy.html]: https://stackoverflow.com/questions/7154958/lazy-load-iframe-delay-src-http-call-with-jquery/62523325\#62523325