Quote:
Originally Posted by GraciousMe
Hello
I wonder if there is an obligatory code that should be in every single chapter of an epub book, or if itīs enough to have it in the first chapter?
I guess this
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="My Title" name="Title" />
<meta content="My Name" name="Author" />
<link href="../Styles/style.css" rel="stylesheet" type="text/css" />
<title>Book</title>
</head>
is obligatory (?).
Anything more?
|
The orange is optional (technically). Of Coarse, your style sheet will have no effect

The Stuff between <body> tags is also not required
Go read basis HTML rules. Validate your code using one of the Validation services/tools at w3.org
Why are you even sweating this small stuff ?