Main Menu
  • Home
  • Services
    • Strategy
      • Technology Partner
      • UI / UX
      • Artificial Intelligence

      Core Technologies
      • PHP
      • JavaScript
      • Laravel
      • VueJs
      • AWS
    • Development
      • Software Development
      • Mobile App Development
      • Software Integration
      • Software Support (SLA)
      • Managed Hosting
      • Microsoft Access Databases
    • Industries
      • Manufacturing
      • Transport / Logistics
      • Finance
      • Retail & E-commerce
      • Government
      • Construction
      • Health
      • Insurance
      • Mining
  • Our Work
  • About
  • Blog

© 2020 Codium Pty Ltd.

Codium Logo Codium Logo
  • Services
    • Strategy
      • Technology Partner
      • UI / UX
      • Artificial Intelligence

      Core Technologies
      • PHP
      • JavaScript
      • Laravel
      • VueJs
      • AWS
    • Development
      • Software Development
      • Mobile App Development
      • Software Integration
      • Software Support (SLA)
      • Managed Hosting
      • Microsoft Access Databases
    • Industries
      • Manufacturing
      • Transport / Logistics
      • Finance
      • Retail & E-commerce
      • Government
      • Construction
      • Health
      • Insurance
      • Mining
  • Our Work
  • About
  • Blog

How to add a Style Sheet to your web page.

19 Jul 2012, in

  • Blog
Cascading Style Sheet (CSS) is one of the most useful and powerful tools in a web developers arsenal when it comes to the formatting and appearance of a web page. Without it web development would be a far more boring, repetitive and inflexible experience.\

Although a web developer could potentially place their styles in the web page they are developing, this is not good practice. If the developer wished to add another web page using the same styles, they wouldn’t be able to, whereas if they had used a CSS file the work needed would essentially be nil.

To add a CSS file to your web page, it couldn’t be simpler, after you have created the file you simply have to add a single line of code into the HTML <head> tag.

<head>

<link href="example.css" rel="stylesheet" type="text/css">

</head>

Obviously, you will need to replace the word “example” with what you have called your CSS file. Any subsequent web pages which you wish to use the same styles only require that one line of code as well. CSS documents have made web development far easier for developers and will only continue to become more relevant.
Codium Logo
Codium Pty Ltd.
Ground Floor, 207 Greenhill Road
Eastwood, 5063
Adelaide, South Australia

Company

  • About us
  • Blog
  • Terms of Business
  • Customer Experience
  • Quality Policy
  • Security Policy
  • Privacy Policy

Services

  • Software Development
  • Mobile App Development
  • Support Services
  • Managed Hosting
  • Software Integration
  • Technology Partner
  • Microsoft Access

Support

  • Contact Us
  • Customer Feedback
  • Careers
  • Codium Remote Support

Socialise

© Codium Pty Ltd. All Rights Reserved.

Back Top