Title 01 Heading

Title 02 Heading

Title 03 Heading

Title 04 Heading

Title 05 Heading
Title 06 Heading

Level 02 Heading

Lorem ipsum emphasised text dolor sit amet, strong text consectetur adipisicing elit, abbreviated text sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut quoted text enim ad minim veniam, quis nostrud exercitation link text ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute inserted text irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat code text cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Suspendisse rhoncus, est ac sollicitudin viverra, leo orci sagittis massa, sed condimentum acronym text est tortor a lectus. Curabitur porta feugiat ullamcorper. Integer lacinia mi id odio faucibus eget tincidunt nisl iaculis. Nam adipiscing hendrerit turpis, et porttitor felis sollicitudin et. Donec dictum massa ac neque accumsan tempor. Cras aliquam, ipsum sit amet laoreet hendrerit, purus deleted text sapien convallis dui, et porta leo ipsum ac nunc. Nullam ornare porta dui ac semper. Cras aliquam laoreet hendrerit. Quisque vulputate dolor eget mi porta vel porta nisl pretium. Vivamus non leo magna, quis imperdiet risus. Morbi tempor risus placerat tellus imperdiet fringilla.

I am not one who was born in the possession of knowledge; I am one who is fond of antiquity, and earnest in seeking it there.

Confucius, The Confucian Analects, (551 BC - 479 BC)

Level 03 Heading

Extended paragraph. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

  1. Unus
  2. Duo
  3. Tres
  4. Quattuor

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Header 3

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

Unordered lists

Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

body { font:0.8125em/1.618 Arial, sans-serif;
      background-color:#fff;
      color:#111;
      }

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Header 4

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

Definition list
Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Lorem ipsum dolor sit amet
Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

Ordered list

  1. List item
  2. List item
  3. List item
    1. List item level 2
    2. List item level 2
      1. List item level 3
      2. List item level 3

Unordered list

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

Tables

Jimi Hendrix - albums
Album Year Price
Album Year Price
Are You Experienced 1967 $10.00
Axis: Bold as Love 1967 $12.00
Electric Ladyland 1968 $10.00
Band of Gypsys 1970 $12.00

I am the a tag example
I am the abbr tag example
I am the acronym tag example
I am the b tag example
I am the big tag example
I am the cite tag example
I am the code tag example
I am the del tag example
I am the dfn tag example
I am the em tag example
I am the font tag example
I am the i tag example
I am the ins tag example
I am the kbd tag example
I am the q tag inside a q tag example
I am the s tag example
I am the samp tag example
I am the small tag example
I am the span tag example
I am the strike tag example
I am the strong tag example
I am the sub tag example
I am the sup tag example
I am the tt tag example
I am the var tag example
I am the u tag example

This is a <p> with some code inside.

What is Lorem Ipsum?

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

This Lorem Ipsum HTML example is created from the parts of Placeholder Markup with Lorem Ipsum - Jon Tan, Emastic CSS Framework, Tripoli CSS Framework and Baseline CSS Framework .

Address: somewhere, World

Link
<strong>
<del> deleted
<dfn> dfn
<em> emphasis

<html>
	<head>
	</head>
	<body>
	<div class = "main"> </div>
	</body>
</html> 
<tt> Pellentesque tempor, dui ut ultrices viverra, neque urna blandit nisi, id accumsan dolor est vitae risus.
Description list title 01
Description list description 01
Description list title 02
Description list description 02
Description list description 03
Table Caption
Table head th Table head td
Table foot th Table foot td
Table body th Table body td
Table body td Table body td

Form

autocomplete fields by browser based on history. Ex: <form autocomplete="on">
The autocomplete attribute works with <form> and the following <input> types: text, search, url, tel, email, password, datepickers, range, and color.

novalidate specifies that the form-data (input) should not be validated when submitted.. Ex: <form novalidate>


Form legend

New attributes for <input>:

  • autocomplete
  • autofocus - an <input> element should automatically get focus when the page loads.
  • form - The form attribute specifies one or more forms an <input> element belongs to.
  • formaction - The formaction attribute overrides the action attribute of the <form> element(for type submit & image).
  • formenctype - The formenctype attribute overrides the enctype attribute of the <form> element(for type submit & image).
  • formmethod - The formmethod attribute overrides the method attribute of the element(for type submit & image).
  • formnovalidate - The formnovalidate attribute overrides the novalidate attribute of the element (type="submit").
  • formtarget - The formtarget attribute overrides the target attribute of the element(for type submit & image).
  • height and width
  • list - The list attribute refers to a <datalist> element that contains pre-defined options for an <input> element.
  • min and max - works with the following input types: number, range, date, datetime, datetime-local, month, time and week.
  • multiple - it specifies that the user is allowed to enter more than one value in the <input> element(types: email & file).
  • pattern (regexp) - works with the following input types: text, search, url, tel, email, and password (ex: pattern="[A-Za-z]{3}")
  • placeholder - specifies a short hint that describes the expected value of an input field(types: text, search, url, tel, email, and password)
  • required - an input field must be filled out before submitting the form(types: text, search, url, tel, email, password, date pickers, number, checkbox, radio, and file)
  • step - works with the following input types: number, range, date, datetime, datetime-local, month, time and week.

When the form is submitted, two keys are generated, one private and one public.
The private key is stored locally, and the public key is sent to the server. The public key could be used to generate a client certificate to authenticate the user in the future.

Your browser does not support these elements yet! Consider downloading a Chromium Nightly.

<progress>

The progress element (spec: 4.10.16) represents the completion progress of a task and can be both indeterminate as determinate.

<meter>

Displaying a scalar measurement within a known range, like hard drive usage, can be done using the meter element (spec: 4.10.17)