Below is just about every HTML element you might want to use in your blog posts. Check the source code to see the many embedded elements within paragraphs.<\/p>\n
Lorem ipsum dolor sit amet, test link<\/a> adipiscing elit. This is strong.<\/strong> Nullam dignissim convallis est. Quisque aliquam. This is emphasized.<\/em><\/p>\n Donec faucibus. Nunc iaculis suscipit dui. 53<\/sup> = 125. Water is H2<\/sub>O. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Underline.<\/span> Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus.<\/p>\n HTML<\/abbr> and CSS<\/abbr> are our tools. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus.<\/p>\n Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. To copy a file type The blockquote is used to indicate the quotation of a large section of text from another source. It can be as long or as short as you\u2019d like.<\/p>\n It is what you read when you don’t have to that determines what you will be when you can’t help it.<\/p>\n Oscar Wilde<\/cite><\/p><\/blockquote>\n Code can be presented inline, like To use the highlight, you simply need to\u00a0wrap the text in Heading Three<\/h3>\n
\nThe New York Times<\/cite> (That\u2019s a citation).<\/p>\nHeading Four<\/h4>\n
Heading Five<\/h5>\n
Heading Six<\/h6>\n
COPY filename<\/var><\/code>.
Dinner\u2019s at 5:00.<\/del>Let\u2019s make that 7.<\/ins> This text<\/span> has been struck.<\/p>\n
\nBlockquote<\/h2>\n
\nList Items<\/h2>\n
Unordered Lists (Nested)<\/h3>\n
\n
\n
\n
Ordered List (Nested)<\/h3>\n
\n
\n
\n
\nDefinition Lists<\/h2>\n
\n
\nCode Formatting<\/h2>\n
<?php bloginfo('stylesheet_url'); ?><\/code>, or within a
<pre><\/code> block.<\/p>\n
pre {\n\tpadding: 4%;\n\tmargin-bottom: 1.62em;\n\tbackground: #eaecee;\n\toverflow: auto;\n\ttab-size: 2;\n}<\/pre>\n
\nTable Styles<\/h2>\n
\n\n
\n Table Header 1<\/th>\n Table Header 2<\/th>\n Table Header 3<\/th>\n<\/tr>\n \n Division 1<\/td>\n Division 2<\/td>\n Division 3<\/td>\n<\/tr>\n \n Division 1<\/td>\n Division 2<\/td>\n Division 3<\/td>\n<\/tr>\n \n Division 1<\/td>\n Division 2<\/td>\n Division 3<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n
\nHighlight Text Style<\/h2>\n
mark<\/code> HTML tag<\/mark>. This can be done in the Text editor view. See an example below:<\/p>\n
<mark>This will be highlighted.<\/mark><\/pre>\n
\nImage Alignment<\/h2>\n