From ab4675eae502cf469f10ca83a9aaec1789bac213 Mon Sep 17 00:00:00 2001 From: jKratzik Date: Thu, 24 Nov 2016 15:46:54 +0100 Subject: [PATCH] Added a few elements address, details, embed, object, file input, datalist, keygen --- index.html | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/index.html b/index.html index c28d537..5022254 100644 --- a/index.html +++ b/index.html @@ -22,6 +22,8 @@
  • Lists
  • Horizontal rules
  • Tabular data
  • +
  • Address
  • +
  • The details element
  • Code
  • Inline elements
  • HTML Comments
  • @@ -38,6 +40,8 @@
  • Progress
  • Inline SVG
  • IFrames
  • +
  • Embed
  • +
  • Object
  • @@ -174,6 +178,26 @@ +
    +

    Address

    +
    + Written by Jon Doe.
    + Visit us at:
    + Example.com
    + Box 564, Disneyland
    + USA +
    + +
    +
    +

    The details element

    +
    + Details summary +

    More details come here.
    + Another sentence.

    +
    + +

    Code

    @@ -279,6 +303,16 @@
    + +

    Form elements

    @@ -321,6 +355,10 @@

    +

    + + +

    [Top]

    @@ -397,6 +435,19 @@

    +

    + + + + +

    +

    + + +

    [Top]