Jump to content

nightfury

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by nightfury

  1. From as much as i have learned i know these tags :

     

    a) IF through HTML then u can use this tag:

    <font color="green">Web technology</font>   <!-- The text "Web technology" will be in green color-->
    

    b)through CSS, u can make a class for it:

    .d1                                     <!-- d1 is the name of the class-->
    {
        background-color:black;             <!-- This tag will add a background color to your text/div/para-->    
        color:green;                        <!-- This tag will add a color to your text-->
    }
  2. Hello, my name is Nick from India, learning Graphics, web design and development. started with web designing few month ago! I found this web very useful to revise myself with all the codes along with all the appropriate example.I hope to learn more and will look forward to make friends !Thanks ;-)

     

×
×
  • Create New...