Lorem ipsum emphasised text dolor sit amet, strong text consectetur adipisicing elit, abbreviated text sed do eiusmod tempor incididunt ut labore et link text dolore magna aliqua. Ut quoted text
enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute deleted text 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 Big Text 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.
This is a blockquote amongst paragraphs.
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.
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.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
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.
This has been adapted and modified by Cubicle Ninjas.
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)
The
citeelement has been redefined in HTML5. Where it previously meant “a reference to other sources,” it now means “the title of a work.” Quite often, a cited reference will be the title of a work, such as a book or film, but the source could just as easily be a person. Before HTML5, you could mark up that person's name usingcite. Now that's expressly forbidden—so much for backwards compatibility.
HTML5 for Web Designers by Jeremy Keith
This list item text is nested within a <p> tag to seperate its styling from the list styling
This list item text is nested within a <p> tag to seperate its styling from the list styling
/* <pre> tag only */
body {
font:0.8125em/1.618 Arial, sans-serif;
background-color:#fff;
color:#111;
}
<!-- <pre> & <code> tags -->
<html>
<head>
</head>
<body>
<div class="main">
<p>Hello World</p>
<div>
</body>
</html>
Plain
| Table head th | Table head td |
|---|---|
| Table foot th | Table foot td |
| Table body th | Table body td |
| Table body td | Table body td |
Zebra Striped
| 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 |
Bordered
| # | First Name | Last Name | Language |
|---|---|---|---|
| 1 | Some | One | English |
| 2 | Joe | Sixpack | English |
| 3 | Stu | Dent | Code |
Condensed,
Bordered, &
Zebra Striped
| # | First Name | Last Name | Language |
|---|---|---|---|
| # | First Name | Last Name | Language |
| 1 | Some | One | English |
| 2 | Joe | Sixpack | English |
| 3 | Stu | Dent | Code |
<a> tag example
<abbr> (abbreviation) tag example
<acronym> tag example
<b> tag example
<big> tag example
<cite> tag example
<code> tag example
<del> (deleted) tag example use with <ins>
<dfn> (definition term) tag example
<em> (emphasize) tag example
<font> tag example with face="verdana" deprecated
<i> (italic) tag example
<ins> (inserted) tag example use with <del>
<kbd> (keyboard text) tag example
<q> tag
inside
a <q> (quotation) tag example
<s> tag (strikethrough) example
<samp> (sample computer code) tag example
<small> tag example
<span> tag example
<strike> tag example
<strong> tag example
<sub> tag example
<sup> tag example
<tt> (teletype) tag example
<var> (variable) tag example
<u> (underline) tag example