diff options
Diffstat (limited to 'en_US.ISO8859-1/books/fdp-primer/xhtml-markup/chapter.xml')
-rw-r--r-- | en_US.ISO8859-1/books/fdp-primer/xhtml-markup/chapter.xml | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/en_US.ISO8859-1/books/fdp-primer/xhtml-markup/chapter.xml b/en_US.ISO8859-1/books/fdp-primer/xhtml-markup/chapter.xml index 5bfaac22cf..e9e1cb4ccd 100644 --- a/en_US.ISO8859-1/books/fdp-primer/xhtml-markup/chapter.xml +++ b/en_US.ISO8859-1/books/fdp-primer/xhtml-markup/chapter.xml @@ -29,7 +29,9 @@ POSSIBILITY OF SUCH DAMAGE. --> -<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="xhtml-markup"> +<chapter xmlns="http://docbook.org/ns/docbook" + xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" + xml:id="xhtml-markup"> <title><acronym>XHTML</acronym> Markup</title> <sect1 xml:id="xhtml-markup-introduction"> @@ -41,7 +43,8 @@ <para><acronym>XHTML</acronym> is the <acronym>XML</acronym> version of the HyperText Markup Language, the markup language of choice on the World Wide Web. More information can be found at - <uri xlink:href="http://www.w3.org/">http://www.w3.org/</uri>.</para> + <uri + xlink:href="http://www.w3.org/">http://www.w3.org/</uri>.</para> <para><acronym>XHTML</acronym> is used to mark up pages on the &os; web site. It is usually not used to mark up other @@ -59,8 +62,9 @@ <para>The <acronym>XHTML</acronym> <acronym>DTDs</acronym> are available from the Ports Collection in - <package>textproc/xhtml</package>. They are - automatically installed by the <package>textproc/docproj</package> port.</para> + <package>textproc/xhtml</package>. They are automatically + installed by the <package>textproc/docproj</package> + port.</para> <note> <para>This is <emphasis>not</emphasis> an exhaustive list of @@ -460,7 +464,8 @@ <sect1 xml:id="xhtml-markup-inline-elements"> <title>In-line Elements</title> - <sect2 xml:id="xhtml-markup-inline-elements-emphasizing-information"> + <sect2 + xml:id="xhtml-markup-inline-elements-emphasizing-information"> <title>Emphasizing Information</title> <para>Two levels of emphasis are available in |