Results 1 to 2 of 2

Thread: css how to call file

  1. #1
    Join Date
    Nov 2009
    Posts
    6

    Affection css how to call file

    how can i create a css file and how can i call the style in other web pages

  2. #2
    Join Date
    May 2008
    Posts
    2,389

    Re: css how to call file

    Hi, I don't have that much knowledge in css as I am a beginner. But I can help you to create a css file. You need to follow the following steps to do this:

    First we need a basic Web page.

    Code:
    <html>
    <head>
    <style type="text/css">
    body
    {
    background-color:#b0c4de;
    }
    </style>
    </head>
    
    <body>
    
    <h1>My CSS web page!</h1>
    <p>Hello world! This is a TechArena.in example.</p>
    
    </body>
    </html>
    Save it. And you will able to get the css file. This will help you to set the background color of the page.

Similar Threads

  1. How to play an mp3 file into a voice call
    By Cheesecakelover in forum Software Development
    Replies: 1
    Last Post: 22-05-2012, 10:57 AM
  2. Replies: 14
    Last Post: 09-04-2012, 02:49 PM
  3. Call of Duty MW3 couldn't read a file!!??
    By adrian110288 in forum Video Games
    Replies: 1
    Last Post: 09-11-2011, 11:37 PM
  4. Replies: 5
    Last Post: 13-11-2010, 12:37 AM
  5. Replies: 4
    Last Post: 16-03-2010, 04:58 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,988,341.02141 seconds with 17 queries