ooglewindowblinds.com

Easy and Free adobe CS photoshop tutorials and lessons online

HTML Text Formatting:

February 18th, 2008 · No Comments

You can even use HTML to format text i.e. how it will be placed, its color, etc. Given below are the basic text-formatting tags that you might find useful:
<B></B>: Defines bold text
<I></I>: Defines Italic text
<U></U>: Defines Underline text
<SUB></SUB>: Defines subscript text
<SUP></SUP>: Defines superscript text
<big></big>: Defines big text
<em></em>: Defines emphasized text
<small></small>: Defines small text
<strong></strong>: Defines strong text
<ins></ins>: Defines inserted text
<address></address>: Defines text that should be shown as address
<blockquote></blockquote>: Defines quotations
In addition, you can even select font size, font type etc by using some tags. Let’s try to do some of the stuff in this html text format help example.
<html>
<body bgcolor=”blue” text=”green”>
<P>
<font size=”6″ face=”Arial”>
HTML was developed in the 1990s by different scientists, and the
first publication that specified HTML as a formal “application” of
SGML (Standard Generalized Markup Language) was by Berners-Lee with
Dan Connolly.
<blockquote>
Doesn’t look very nice I know, but I think I have made my point ;)
</blockquote>
</font>
</body>
</html>
You can even handle abbreviations and acronyms. This is demonstrated in the following example.
<html>
<body>
<abbr title=”Ali Manzar”>AM</abbr>
<br>
<acronym title=”Hello World”>hw</acronym>
<p>Open as html document, put your mouse over the abbreviations and
Acronyms and see what happens!</p>
</body>
</html>
And finally, here’s a little bonus for you.
<html>
<body bgcolor=”blue” text=”green”>
<P>
<font size=”6″ face=”Arial”>
<marquee>hello</marquee>
</font><P>
</body>
</html>
</font><P>
</body>
</html>

Tags: HTML tutorials

0 responses so far ↓

  • There are no comments yet...Kick things off by filling out the form below.

You must log in to post a comment.