Thread: Ebooks im TÜV
View Single Post
Old 03-27-2009, 09:42 AM   #27
toertchn
Connoisseur
toertchn has a complete set of Star Wars action figures.toertchn has a complete set of Star Wars action figures.toertchn has a complete set of Star Wars action figures.toertchn has a complete set of Star Wars action figures.toertchn has a complete set of Star Wars action figures.
 
Posts: 96
Karma: 422
Join Date: Mar 2009
Device: Kindle 3
Ok mal ein kleiner Auszug aus einer Html:

Code:
<?xml version="1.0" encoding="UTF-8"?><html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>Titel Seite</title>
<link href="stylesheet.css" rel="stylesheet" type="text/css"/>
<link href="page-template.xpgt" rel="stylesheet" type="application/vnd.adobe-page-template+xml"/>
<meta name="Adept.resource" value="urn:uuid:91dcbd54-ccf1-61d1-c37c-b2cdda23d14f"/>
</head>
Für xhtml fehlt hier eindeutig die Doctype Deklaration. Beim meta tag existiert kein Attribute value - höchstens ein content & name Attribute ist erlaubt.

Auszug aus den style.css:
Code:
<html>
<head>
<style type="text/css">
{
    font-family: "Georgia", "Times New Roman", "Times", serif;
    margin-left: 3%;
    margin-right: 3%;
    text-align: justify;
}
</style>
</head>
</html>
Ich wußte noch garnicht das Html-Elemente in Css erlaubt sind
Weiterhin fehlen in dem css einige Classes welchen in den HTML Dateien verwendet werden.
toertchn is offline   Reply With Quote