Web Developer's Virtual Library: Encyclopedia of Web Design Tutorials, Articles and Discussions


WDVL Newsletter

Active Server Pages
JSP/Java Servlets
Microsoft SQL Server
Daily Backup
Dedicated Servers
Streaming Audio/Video
24-hour Support    

jobs.webdeveloper.com

Hiermenus


e-commerce
Partner With Us















Developer Channel
FlashKit.com
JavaScript.com
JavaScriptSource
Developer Jobs
ScriptSearch
StreamingMediaWorld
Web Developer's Journal
Web Developer's Virtual Library
WebDeveloper.com
Webreference
Web Hosts
XMLfiles.com

internet.com
IT
Developer
Internet News
Small Business
Personal Technology

Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers


Notes to "Introduction to Web Design | Text

1. <BASEFONT>
W3C BASEFONT: Deprecated

CSS Example:

	<Style type="text/css">
	Body{font-family:Arial, Helvetica}
	</Style>

2. <BLINK>
Browser Specific Element


3. <FONT>
FONT: Deprecated

Deprecated Example:

	<FONT SIZE="+2">text</FONT> (size relative to base font)
	<FONT SIZE="2">text</FONT> (absolute size)

CSS Example:

  	P { font-size: 12pt; }
  	EM { font-size: 150% }
  	EM { font-size: 1.5em }
  	BLOCKQUOTE { font-size: larger }
Or, specify colors, and style in CSS
	
	<HEAD>
  	<STYLE type="text/css">
  	P.mypar {font-style: italic; color: blue}
  	</STYLE>
  	</HEAD>
  	<P id="mypar"> Your fancy paragraph here


4. <STRIKE>
W3C STRIKE and S: Deprecated

Deprecated Example:

<STRIKE>Text with line through it.</STRIKE>

CSS Example:

<HEAD>
<STYLE TYPE="text/css">
		#line {text-decoration: line-through;} 
</STYLE>
</HEAD>
<BODY>
<P id="line"> text with line through it.

5. <U>
W3C U: Deprecated

Deprecated Example:

<U>Underlined text.</U>

CSS Example:

<HEAD>
<STYLE TYPE="text/css">
		#uline {text-decoration: underline;} 
</STYLE>
</HEAD>
<BODY>
<P id="uline"> Underlined text.

6. <XMP>
This element is now obsolete.

Return to "Introduction to Web Design | Text Styles"



Up to => Home / Authoring / HTML / Tutorial




Jupiter Online Media: internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and Jupiter Online Media

Jupitermedia Corporate Info


Legal Notices, Licensing, & Permissions, Privacy Policy.

Web Hosting | Newsletters | Tech Jobs | Shopping | E-mail Offers