Font Colour: Difference between revisions
Jump to navigation
Jump to search
Access restrictions were established for this page. If you see this message, you have no access to this page.
(Created page with "Set '''text''' color by using '''<nowiki><span style="color:#009999"></nowiki>''' <span style="color:#009999">'''This is an example...'''</span>'''<nowiki></span></nowiki>''...") |
mNo edit summary |
||
Line 64: | Line 64: | ||
| style="background:#00ffff; color:#000000; font-family:monospace;" |#00ffff | | style="background:#00ffff; color:#000000; font-family:monospace;" |#00ffff | ||
|} | |} | ||
==ShortCode== | |||
{{blue}} {{blue/}} | |||
==See also== | ==See also== |
Revision as of 15:15, 30 April 2021
Set text color by using <span style="color:#009999"> This is an example...</span>
Set background color by using
<span style="background:#00FF00">
This is an example...</span>
Set both by using
<span style="color:#FFFFFF; background:#FF69B4">
This is an example...</span>
Standard color names
The HTML 4.01 specification defines sixteen named colors, as follows:
Color | Hexadecimal | Color | Hexadecimal |
---|---|---|---|
black | #000000 | silver | #c0c0c0 |
gray | #808080 | white | #ffffff |
maroon | #800000 | red | #ff0000 |
purple | #800080 | fuchsia | #ff00ff |
green | #008000 | lime | #00ff00 |
olive | #808000 | yellow | #ffff00 |
navy | #000080 | blue | #0000ff |
teal | #008080 | aqua | #00ffff |