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

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.

主站蜘蛛池模板: 四平市| 独山县| 玉龙| 磐石市| 元朗区| 泸州市| 长乐市| 高陵县| 乌拉特前旗| 鸡泽县| 永新县| 普格县| 尼木县| 镇康县| 华亭县| 新营市| 山东| 固镇县| 安义县| 丹棱县| 纳雍县| 洛南县| 时尚| 江孜县| 祁连县| 商丘市| 拜泉县| 酉阳| 察隅县| 青岛市| 昌都县| 临颍县| 婺源县| 阿勒泰市| 宁明县| 扬州市| 清水河县| 阳新县| 喀喇| 呈贡县| 旅游|