Using Headings to Structure Text : Logic section : CSS Controls HTML CSS TUTORIALS


HTML CSS TUTORIALS » CSS Controls » Logic section »

 

Using Headings to Structure Text


 


<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">

<head>
  <title>Using Headings to Structure Text</title>
</head>

<body>
  <h1>Basic Text Formatting</h1>
    <p> this is a test. this is a test. </p>

  <h2>White Space and Flow</h2>
    <p> this is a test. this is a test. </p>

  <h2>Creating Headings</h2>
    <p> this is a test. this is a test. </p>
</body>
</html>

 



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo CSS Controls
» Logic section