Home arrow HTML arrow Page 5 - Beginning HTML
HTML

Beginning HTML


Ask anyone who invented the Internet, and they will likely look at you and shake their head in confusion, even though most people couldn't live without it for a day. Of course, if you asked Al Gore, he would say he did. But the people who really invented the Internet are also important for another, related reason.

Author Info:
By: James Payne
Rating: 4 stars4 stars4 stars4 stars4 stars / 5
January 08, 2008
TABLE OF CONTENTS:
  1. · Beginning HTML
  2. · Formatting HTML Documents
  3. · Inserting a Line Break
  4. · Comments
  5. · Formatting Text

print this article
SEARCH DEVARTICLES

TOOLS YOU CAN USE

advertisement
Beginning HTML - Formatting Text
(Page 5 of 5 )

Want to see a table full of ways to format text? Too bad. Here it is anyway:

 

Tag

What it Does

Example

<b>

Makes text bold

<b>Hello</b> Hello

<i>

Makes text italic

<i>Hello</b> Hello

<big>

Makes text big

<big>Hello</big> HELLO

<small>

Makes small text

<small>Hello</small> Hello

<tt>

Makes teletype text

<tt>Hello</tt> Hello

<em>

Gives an emphasis

<em>Hello</em> Hello

<strong>

Makes text strong

<strong>Hello</strong> Hello

<sub>

Makes text subscript

<sub>Hello</sub> he;p

<sup>

Makes text superscript

<sup>Hello</sup>Hello

<ins><del>

Defines inserted and deleted text

This costs <del>one</del><ins>four</ins>dollars (puts a slash through one and underlines four)

<u>

Underlines text

<u> This</u> This

That's it for this tutorial. Join us in the next episode when I go further in depth on how to program web pages with HTML. Thanks for dropping by.

Till then...


DISCLAIMER: The content provided in this article is not warranted or guaranteed by Developer Shed, Inc. The content provided is intended for entertainment and/or educational purposes in order to introduce to the reader key ideas, concepts, and/or product reviews. As such it is incumbent upon the reader to employ real-world tactics for security and implementation of best practices. We are not liable for any negative consequences that may result from implementing any information covered in our articles or tutorials. If this is a hardware review, it is not recommended to open and/or modify your hardware.

blog comments powered by Disqus
HTML ARTICLES

- HTML5 Boilerplate: Working with jQuery and M...
- HTML5 Boilerplate Introduction
- New API Platform for HTML5
- BBC Adopts HTML 5, Mozilla Addresses Issues
- Advanced Sticky Footers in HTML and CSS
- HTML and CSS Sticky Footers
- Strategy Analytics Predicts HTML5 Phones to ...
- HTML5 Guidelines for Web Developers
- Learning HTML5 Game Programming
- More Engaging CSS3 and HTML Background Effec...
- Engaging HTML and CSS3 Background Effects
- More Web Columns with CSS3 and HTML
- Columns with CSS3 and HTML
- Creating Inline-Block HTML Elements with CSS
- Drag and Drop in HTML5: Parsing Local Files

Dev Articles Forums 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Weekly Newsletter
 
Developer Updates  
Free Website Content 
Contact Us 
Site Map 
Privacy Policy 
Support 



© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 8 - Follow our Sitemap
Popular Web Development Topics
All Web Development Tutorials