Brought to you by: theParagon.org
What is covered here:<strong>bolded words here</strong>
Just so you know - The <strong> tag is the same as the <b> tag (if you've been using it) but can do much more. Every time an audible browser reads your site it will pronounce any word within the <strong> tag with a strong voice. This helps any person using a audible browser quick a bit.
So which one it better and should be used? The strong tag should be used without a question.
<em>italics words here</em>
Just so you know - Like the tag above, the <em> tag has a partner just the same. The <i> tag also creates the same visual effect but doesn't do anything for people with disabilities. The <em> is preferred.
<a href="http://www.theparagon.org" title="Small Description of Link">name of site</a>
Important:
When making a link, please make sure to put http:// before the link just as shown in the example.
<a href="http://www.theparagon.org" title="Small Description of Link" target="_blank">name of site</a>
Important:
When making a link, please make sure to put http:// before the link just as shown in the example.
<a href="mailto:info@yoursite.com" title="Small Description of Link">Email Us</a>
<br />
Same as::
When you are typing an email and you push ENTER to go onto a NEW line.
A line break (<br />) does the same thing.
It tells the site to break apart the text just like pushing ENTER in an email
or in Microsoft Word would do if you did it there.
<p>Your paragraph goes here</p>
A paragraph tag (<p></p>) is used when putting in a block of text - a paragraph. When you open a paragraph tag you must make sure to close it. Just like the example above.
Quick Tip
If you find yourself putting multiple <br /> tags in your page for spaceing - you can probably
serve your purpose better with the <p></p> tag.
First off we are going to make an "Ordered List". Numbers will automatically show up - your browser knows to add numbers because you placed the <ol> tag around the list (<li>) elements.
Example:Now we're going to make an "UNordered List". Dots will automatically show up - your browser knows to do this instead of numbers because you placed the <ul> tag around the list (<li>) elements.
Example: