官术网_书友最值得收藏!

Working with the style sheet

The next thing we will do is include our style sheet:

  1. Open the style.css file and enter the following code:
      body{
background:#000;
}
  1. Save this and reload; we'll not get a black background as the style sheet is not being read:
  1. In order for that style sheet to be seen, we'll enter the following code:
      <!DOCTYPE html>
<html <? php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo('charset'); ?>">
<title><?php bloginfo('name'); ?></title>
<link rel="stylesheet"
href="<?php bloginfo('stylesheet_url'); ?>">

The preceding code will get the style sheet from the correct location.

  1. Save this code and reload. We can now see a black background:

So whatever we put in our style sheet will now be registered.

主站蜘蛛池模板: 密云县| 岐山县| 徐闻县| 肥西县| 孙吴县| 东阳市| 东城区| 习水县| 山阴县| 高阳县| 张家口市| 鱼台县| 喜德县| 龙海市| 郯城县| 定襄县| 内黄县| 延庆县| 通许县| 华阴市| 府谷县| 贞丰县| 天峨县| 榆林市| 西安市| 黄龙县| 仲巴县| 古浪县| 仲巴县| 江永县| 广安市| 揭西县| 浦城县| 彰化市| 兴国县| 朝阳市| 云安县| 阿拉尔市| 海阳市| 彭州市| 阳城县|