万本电子书0元读

万本电子书0元读

顶部广告

Inside the Box: An Introduction to ePub, HTML & CSS for the Independent Author/P电子书

售       价:¥

7人正在读 | 0人评论 9.8

作       者:David Kudler

出  版  社:Stillpoint Digital Press

出版时间:2017-04-14

字       数:7.4万

所属分类: 进口书 > 外文原版书 > 电脑/网络

温馨提示:数字商品不支持退换货,不提供源文件,不支持导出打印

为你推荐

  • 读书简介
  • 目录
  • 累计评论(0条)
  • 读书简介
  • 目录
  • 累计评论(0条)
An ebook is just a website in a boxBut what’s inside the box?In this clear, concise guide, ebook designer and indie author David Kudler folds back the lid of ePub, the universal ebook format. He introduces you to the nuts and bolts that make an ebook work. Includes overviews of the ePub format and internal structure as well as basic guides to the HTML and CSS (Cascading Style Sheets) that you need to know to make your ebooks look professional.(Self-Publishing & Ebook Creation)David Kudler is an independent publisher and author. He has been designing ebooks since 2010. He blogs about ebook creation, publishing, and marketing on Huffington Post, Stillpoint Digital Press, and The Book Designer.
目录展开

Inside the Box: The Anatomy of an Ebook

Opening the Box

Step 1: Duplicate your file

Step 2: Convert to ZIP format

Step 3: UnZIP the file

What’s inside the Box?

The root of the ebook: the OEBPS folder

The traffic cop: The OPF file

The roadmap: The NCX file

All together now: The rest of the files

Clean Up

Speaking in Code: Ebook HTML basics

HTML

Block Tags

More Block Tags

<table></table>:

<h1></h1>:

<h2></h2>, <h3></h3>, etc.:

<hr></hr>:

<br></br>:

<img src="[file location]" alt="A description of the image"></img>:

Others:

Inline Tags

<strong></strong>:

<em></em>:

<a href="[file location]"></a>:

<sup></sup>:

<sub></sub>:

<span></span>:

Identity code: the ID attribute

Elements of Style: CSS for Ebooks

The Rule of Law

Location, location, location

Inline Style

<style> Tag

CSS Style Sheet

Elements of Style: CSS for Ebooks #2

The Room where it happens: Position properties

Margin/Padding/Border

Height/Width

Float/Clear

page-break-before/page-break-after/page-break-inside

Widows/Orphans

Other position properties

Dressing up: Appearance properties

Color/Background-Color

Font-size/Font-weight/Font-style/Font-variant/Text-decoration/Font-family

Text-align/Text-indent

Line-height

Display

But wait, there’s more

Styling Priorities: CSS for Ebooks #3

Pecking Order: the priorities of CSS rules

9. Browser Default

8. CSS property definition in HTML document

7. Parent inheritance

6. Rule order

5. Selector specificity

4. User defined

3. Media type

2. Inline style

1. Importance

Notes

累计评论(0条) 0个书友正在讨论这本书 发表评论

发表评论

发表评论,分享你的想法吧!

买过这本书的人还买过

读了这本书的人还在读

回顶部