CodersVilla
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
 
 

Display results as :
 


Rechercher Advanced Search

Keywords

Latest topics
» A Pascal Program to Marks the scores of students in three courses!
ADDING EFFECTS TO YOUR TEXT EmptyTue Feb 12, 2013 7:07 am by Morris

» Download Force3.0 for fortran
ADDING EFFECTS TO YOUR TEXT EmptyMon Dec 17, 2012 10:41 am by Morris

» A simple Pascal program to turn on/off an AC
ADDING EFFECTS TO YOUR TEXT EmptyMon Dec 17, 2012 10:23 am by Morris

» Download IDE/Compiler for Pascal
ADDING EFFECTS TO YOUR TEXT EmptySat Dec 01, 2012 1:00 am by Morris

» Here is a a FORTRAN COMPILER FOR FREE DOWNLOAD!
ADDING EFFECTS TO YOUR TEXT EmptyTue Nov 27, 2012 6:56 am by Morris

» ALERT! A NEW TROZAN THAT STEALS YOUR PICTURES
ADDING EFFECTS TO YOUR TEXT EmptyMon Nov 26, 2012 11:59 am by Morris

» Dell cellular broadband modem.
ADDING EFFECTS TO YOUR TEXT EmptySun Sep 23, 2012 6:35 am by Alphamj

» 2011/2012 SPDC Joint Venture University Scholarship Award Scheme
ADDING EFFECTS TO YOUR TEXT EmptyThu Jul 26, 2012 8:46 pm by Morris

» A mad man and a foolish thief.
ADDING EFFECTS TO YOUR TEXT EmptyWed Jul 25, 2012 6:33 pm by Alphamj

April 2024
MonTueWedThuFriSatSun
1234567
891011121314
15161718192021
22232425262728
2930     

Calendar Calendar


ADDING EFFECTS TO YOUR TEXT

Go down

ADDING EFFECTS TO YOUR TEXT Empty ADDING EFFECTS TO YOUR TEXT

Post by Morris Wed Jul 25, 2012 6:03 pm

Today we shall look at adding effects to beautify your text,like colors,size and italics.

Task 1.How to specify a specific text size.
Code:

<html>
<body>
<p>
<font size = "17">
This text is using font-size 17.
</font>
</p>
</body>
</html>

Task 2. Making a bold text or italics text.
Code:

<html>
<body>
<p>
<b>This is a bold text</b><br>
<i>This is an italics text</i>
</p>
</body>
</html>
Hint: Note the use of <br> to initiate a new line.

Task 3.Adding colours to your text.
Code:

<html>
<body>
<p>
<font size = "17" color = "#0000FF">
This text is using font-size 17 and coloured blue!
</font>
</p>
</body>
</html>
Morris
Morris
Admin

Posts : 19
Join date : 2012-07-06
Age : 34
Location : BENIN CITY

https://codersvilla.board-directory.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum