File: html-3s.dtd

package info (click to toggle)
sgml-data 0.13
  • links: PTS
  • area: main
  • in suites: slink
  • size: 708 kB
  • ctags: 15
  • sloc: perl: 188; makefile: 70; sh: 26
file content (24 lines) | stat: -rw-r--r-- 480 bytes parent folder | download | duplicates (20)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!--
        html3s.dtd

        Document Type Definition for the HyperText Markup Language (HTML DTD)
	with strict validation.

-->

<!ENTITY % HTML.Version
        "-//W3O//DTD W3 HTML Strict 3.0//EN//"

	-- Typical usage:

            <!DOCTYPE HTML PUBLIC "-//W3O//DTD W3 HTML Strict 3.0//EN//">
            <html>
            ...
            </html>
        --
        >

<!ENTITY % HTML.Recommended "INCLUDE">

<!ENTITY % html PUBLIC "-//W3O//DTD W3 HTML 3.0//EN//">
%html;