Computer help

Site dedicated to computers


Home | Contact me

Operating Systems

General

Windows 95/98/ME

Windows NT

Windows 2000

Windows XP

Windows 2003

Linux

 

Web

HTML

Cascading Style Sheets (CSS)

Javascript

PHP

ASP

Design, marketing and developement

 

Languages

Visual FoxPro

 

Office suites

Word Processor

Spreadsheet

Presentation

Databases

Email

Links

General links

Search Engine Links

Respond - Prayer website

 

How to have different colour fonts on the same line


Back to HTML

You can use span style within a div tag

<div style="color: #f00"> Some red text and <span style="color: #00f">some more text </span> </div>

The resulting text would show this:

Some red text and some more text

 







 


Top