To change the color of the text
Use the code:
<font color= name of the blue >'''''<big>anand</big>'''vinod'''''''' </font>
The output when we use color=green is shown below:
Text here
We can also use number #008000 instead of green . Then the effect will be:
<GREEN= #008000>RAM </font>
Standard HTML color named are as under
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
|
blue
Use code: <span style="background:color"> TEXT HERE </span>
The effect will be:
TEXT HERE
For creating a colored box with text
|
Use Code:
{| style="background:color 1; color:color 2 ; border: solid color 3"
|-
| Text here
|}
If we use colors as Pink, Red and Solid Violet then the effect will be:
To change the font size of the text
Use the following code:
<font size="5">Text here </font>
Text here
To change the type of the font
Use the following code:
<font size="4" face="Georgia" color="maroon">Customize your font to achieve a desired look.</font>
Customize your font to achieve a desired look.
Basic Wiki Syntax
Description
|
You type
|
You get
|
Applies anywhere
|
Italicise text
|
''italic''
|
italic
|
|
Bold text
|
'''bold'''
|
bold
|
|
Bold and italic
|
'''''bold & italic'''''
|
bold & italic
|
|
Internal link
(within NIOS WIKI)
|
[[Rural-Technology]
[[Rural-Technology|Rural-Technology Page]]
|
Rural-Technology
Rural-Technology Page
|
|
Redirect
|
#redirect [[PAGE ]
|
1. redirect ICT-Application
|
|
External link
(to other websites)
|
[http://www.nios.ac.in]
[http://www.nios.ac.in/NIOS website ]
|
[http://[1]]
website
|
|
Escape wiki markup
|
with ''markup''
<nowiki>without ''markup''</nowiki>
|
with markup
without ''markup''
|
|
Thumbnail image
|
[[Image:Computersystem.jpeg|thumb|Caption text]]
|
|
Applies only at the beginning of the line
|
Headings
of different sizes
|
=Level 1=
==Level 2==
===Level 3===
|
|
|
|
Bullet list
|
** two point one
|
|
|
Numbered list
|
## two point one
|
- two point one
|
|
Definition list
|
;Definition
:item 1
:item 2
|
- Definition
- item 1
- item 2
|
Colorful layouts:
first lay out
Left side text
|
Content goes here
|
Second lay out
This is Web Page Main title
|
Main Menu
ONE
TWO
THREE.
|
Content
|
footer
|