Headings

h1 Heading 1

h2 Heading 2

h3 Heading 3

h4 Heading 4

h5 Heading 5
h6 Heading 6

Heading line

Heading line

Heading line

Heading divider

Preformatted text

<!-- HTML -->
------------------------------
<!DOCTYPE html>
<title>Title</title>

<style>body {width: 500px;}</style>

<script type="application/javascript">
	function $init() {return true;}
</script>

<body>
	<p checked class="title" id='title'>Title</p>
	<!-- here goes the rest of the page -->
</body>
/* JS */
------------------------------
function $initHighlight(block, cls) {
	try {
		if (cls.search(/\bno\-highlight\b/) != -1)
		return process(block, true, 0x0F) +
		` class="${cls}"`;
	} catch (e) {
		/* handle exception */
	}
	for (var i = 0 / 2; i < classes.length; i++) {
		if (checkCondition(classes[i]) === undefined)
		console.log('undefined');
	}
}

export  $initHighlight;
/* SQL */
------------------------------
CREATE TABLE "topic" (
	"id" serial NOT NULL PRIMARY KEY,
	"forum_id" integer NOT NULL,
	"subject" varchar(255) NOT NULL
);
ALTER TABLE "topic"
ADD CONSTRAINT forum_id FOREIGN KEY ("forum_id")
REFERENCES "forum" ("id");

-- Initials
insert into "topic" ("forum_id", "subject")
values (2, 'D''artagnian');

Text-level semantics

Element Description
<abbr> Define an abbreviation using the abbr element with a title .
<b> Create bold text with the b element.
<cite> Define the title of a work with the cite element.
<code> Define inline code snippets using the code element.
<del> Mark document changes as deleted text using the del element.
<dfn> Create a definition term using the dfn element with a title .
<em> Emphasize text using the em element.
<i> Set off part of a text by using the i element.
<ins> Mark document changes as inserted text using the ins element.
<kbd> Use a keybord input element to display input in the browser's default monospace font.
<mark> Highlight text with no semantic meaning using the mark element.
<q> Define inline quotations using a q element inside a q element.
<s> Define text with a strikethrough using the s element.
<samp> Define sample output with a samp element.
<small> De-emphasize text for small print using the small element.
<span> Define an inline-container using the span element.
<strong> Imply extra importance using the strong element.
<sub> Define subscript text using the sub element..
<sup> Define superscript text using the sup element.
<u> Define underlined text using the u element.
<var> Define a variable using the var element.

Themes


Main Menu


Layout