Validní XHTML 1.0 Strict
authorFrantišek Kučera <franta-hg@frantovo.cz>
Thu Feb 12 10:17:30 2009 +0100 (2009-02-12)
changeset 122d8e8d9df773
parent 11 5b4ccb8b054a
child 13 850caaac1c42
Validní XHTML 1.0 Strict
This document was successfully checked as http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd!
java/HrisniciSpameri/web/index.jsp
     1.1 --- a/java/HrisniciSpameri/web/index.jsp	Thu Feb 12 10:11:51 2009 +0100
     1.2 +++ b/java/HrisniciSpameri/web/index.jsp	Thu Feb 12 10:17:30 2009 +0100
     1.3 @@ -1,12 +1,12 @@
     1.4  <%@page contentType="text/html" pageEncoding="UTF-8"%>
     1.5  <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
     1.6 -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
     1.7 -"http://www.w3.org/TR/html4/loose.dtd">
     1.8 +<!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     1.9  
    1.10 -<html>
    1.11 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="cs" lang="cs">
    1.12      <head>
    1.13 -        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    1.14 -        <link href="styl.css" type="text/css" rel="StyleSheet">
    1.15 +        <meta http-equiv="content-language" content="cs"/>
    1.16 +        <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8"/>
    1.17 +        <link href="styl.css" type="text/css" rel="StyleSheet"/>
    1.18          <script type="text/javascript" src="tridenitabulky.js"></script>
    1.19          <title>Hříšníci spameři</title>
    1.20      </head>