• home
  • forum
  • my
  • kt
  • download
  • CSS: lesson 2:

    Author: 2007-07-19 11:18:33 From:

    How to change the look of the headlines? (h#)
    There is 6 different headline values,
    You need 2 documents (or more)
    one CSS and as many HTML/PHP/whatever
    Ill you to documents just to show you how this work
    1. css.css
    2. index.html
    Code:
    body
    h1{
     font-family: Verdana,Arial,sans-serif;
     font-size: 150%;
     color: #334d55;
    }

    h2{
     font-family: Verdana,Arial,sans-serif;
     font-size: 120%;
     color: #006699;
    }

    h3{
     font-family: Verdana,Arial,sans-serif;
     font-size: 115%;
     color: #334d55;
    }

    h4{
     font-family: Verdana,Arial,sans-serif;
     font-size: 100%;
     font-weight: normal;
     color: #333333;
    }

    h5{
     font-family: Verdana,Arial,sans-serif;
     font-size: 100%;
     color: #334d55;
    }

    h5{
     font-family: Verdana,Arial,sans-serif;
     font-size: 90%;
     color: #334d55;
    }
    The only new from You are not allowed to view links.
    Register or Login
    CSS: lesson 1: "The Basics"
    is h# is headline number, and Front-size here is use size in percent not pixels, you can always use pixels to...
    You also see that i use different colors Feel free to change them to.


    Code:
    <html>
    <head>
    <link href="css.css" rel="stylesheet" type="text/css" />
    <title>CSS: lesson 2: "Deeper down" Capter one: The Headlines Tutorial by Universal Webmasters</title>
    </head>
    <body>
    <h1>Headline 1</h1><br>
    <h2>Headline 2</h2><br>
    <h3>Headline 3</h3><br>
    <h4>Headline 4</h4><br>
    <h5>Headline 5</h5><br>
    <h6>Headline 6</h6>
    </body>
    </html>

    You are not allowed to view links.
    Register or Login
    Preveiw it here
    « Last Edit: February 27, 2007, 12:53:25 AM by Simon » Logged

    Links:
    | You are not allowed to view links.
    Register or Login
    UW Hosting
    | You are not allowed to view links.
    Register or Login
    UW Free Hosting
    | You are not allowed to view links.
    Register or Login
    UW Image Hosting
    | You are not allowed to view links.
    Register or Login
    UW Computer
    | You are not allowed to view links.
    Register or Login
    SearchDeWeb
    |

    discuss this topic to forum

    relation tutorial

    No relevant information

    Category

      CSS (142)

    New

    Hot