View Single Post
Old 02-10-2017, 12:44 PM   #1
chaot
Head of lunatic asylum
chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.
 
chaot's Avatar
 
Posts: 349
Karma: 77620
Join Date: Jun 2012
Location: UTC +1
Device: Tolino Vision 3HD
Extended <head> chapter: NOT necessary?



You know what it is. For me it's the most extensive one I could lay my hands on.

Code:
<head>
  <title>Werke 1</title>
  <meta name="generator" content="pdftohtml 0.36"/>
  <meta name="author" content="Roth, Joseph"/>
  <meta name="keywords" content=""/>
  <meta name="date" content="2017-01-20T12:05:05+00:00"/>
  <meta name="subject" content="Das journalistische Werk"/>
  <link href="stylesheet.css" rel="stylesheet" type="text/css"/>
  <link href="page_styles.css" rel="stylesheet" type="text/css"/>
  <link href="font_styles.css" rel="stylesheet" type="text/css"/>
</head>
Necessary is only this (in an ePub), I think. What do you think?

Code:
<head>
  <title>Werke 1</title>
  <link href="stylesheet.css" rel="stylesheet" type="text/css"/>
</head>
Sometimes instead of title e.g. Werke 1 is just put inside unknown. What's the difference?

Last edited by chaot; 02-10-2017 at 01:11 PM. Reason: add: (in an ePub)
chaot is offline   Reply With Quote