fbpx

This is a sample of how the various text forms look in this Theme.

Heading 1

(with P tags) This is a paragraph. The purpose of this HTML is to help determine what default settings are with CSS and to make sure that all possible HTML Elements are included in this HTML so as to not miss any possible Elements when designing a site.

Heading 2

(without P tags) The purpose of this HTML is to help determine what default settings are with CSS and to make sure that all possible HTML Elements are included in this HTML so as to not miss any possible Elements when designing a site.

Heading 3

(without P tags) The purpose of this HTML is to help determine what default settings are with CSS and to make sure that all possible HTML Elements are included in this HTML so as to not miss any possible Elements when designing a site.

Heading 4

(without P tags) The purpose of this HTML is to help determine what default settings are with CSS and to make sure that all possible HTML Elements are included in this HTML so as to not miss any possible Elements when designing a site.

Heading 5

(without P tags) The purpose of this HTML is to help determine what default settings are with CSS and to make sure that all possible HTML Elements are included in this HTML so as to not miss any possible Elements when designing a site.

Heading 6

(without P tags) The purpose of this HTML is to help determine what default settings are with CSS and to make sure that all possible HTML Elements are included in this HTML so as to not miss any possible Elements when designing a site.


[top]

List Types

Definition List

Definition List

Definition List Term
This is the definition.

Ordered List

  1. List Item 1
  2. List Item 2
    1. List Item 1
    2. List Item 2
    3. List Item 3
  3. List Item 3
    • List Item 1
    • List Item 2
    • List Item 3

Unordered List

  • List Item 1
  • List Item 2
    1. List Item 1
    2. List Item 2
    3. List Item 3
  • List Item 3
    • List Item 1
    • List Item 2
    • List Item 3

[top]

Forms

Add a form here.


[top]

Tables

Sample Table with Columns
Table Header 1 Table Header 2 Table Header 3
Division 1 Division 2 Division 3
Division 1 Division 2 Division 3
Division 1 Division 2 Division 3

[top]

Misc Stuff – abbr, acronym, pre, code, sub, sup, etc.

Superscript and Subscript. The acronym element is similar to the ABBR element, but takes matters one step further. Whereas the abbr element is used to describe any abbreviated phrase, acronym is used only where the phrase comprises initial letters that make a word.

Often, the acronym can be spoken as if it were a word—consider NASA, pronounced “nassa,” or GUI, pronounced “gooey.” The intention is that browsers and assistive technologies will interpret this information and present it to the user in an appropriate format as and when requested.

The fact that this element is an acronym rather than an abbreviation offers benefits for users of assistive technologies such as screen readers, who may prefer to have the abbreviated phrase announced as a word—“nassa” instead of “enn-ay-ess-ay.”

Some documents, by their very nature, may include numerous abbreviations or acronyms. Marking up each and every one could cause the document to become very unsightly in some browsers, and would be tedious for the document’s author. A general convention is to mark up the first instance of an acronym.

//Do a bit of code debugging     ||-- Check Array vals
document.write ("<ul>");
for (i=1;i<array.length;i++)
 {
 str += "<li>Value of array " + i + " is: " +array[i] + "</li>";
 }
document.write(str);
document.write ("</ul>");

“This stylesheet is going to help so freaking much.”
-Blockquote

Leave a Reply

You must be logged in to post a comment.