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

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.

主站蜘蛛池模板: 福泉市| 静安区| 新建县| 澎湖县| 湾仔区| 洮南市| 万载县| 西平县| 龙川县| 孟州市| 固安县| 健康| 敦煌市| 白沙| 定兴县| 禹州市| 九江市| 基隆市| 桐柏县| 呼和浩特市| 太保市| 大庆市| 凯里市| 儋州市| 阜平县| 舟山市| 佛坪县| 原阳县| 凉山| 凭祥市| 财经| 卓资县| 湘阴县| 渝中区| 喀喇沁旗| 达州市| 托克逊县| 许昌市| 孟津县| 永平县| 江口县|