Electronic Books. Lecture 6 Ing. Miloslav Nič Ph.D. letní semestr BI-XML Miloslav Nič, 2011

Size: px
Start display at page:

Download "Electronic Books. Lecture 6 Ing. Miloslav Nič Ph.D. letní semestr BI-XML Miloslav Nič, 2011"

Transcription

1 Electronic Books Lecture 6 Ing. Miloslav Nič Ph.D. letní semestr BI-XML Miloslav Nič, 2011 Evropský sociální fond Praha & EU: Investujeme do vaší budoucnosti

2 E-book Wikipedia: An electronic book (also e-book, ebook, digital book) is a text and image-based publication in digital form produced on, published by, and readable on computers or other digital devices.

3 E-book formats TXT HTML collection PDF Kindle (based on Mobipocket) EPUB... and many more basd on similar principles

4 EPUB x PDF devnet/digitalpublishing/pdfs/epub_datasheet.pdf PDF: a fixed page - the publisher in complete control over page layout and presentation EPUB: text reflow according to screen size

5 International Digital Publishing Forum (IDPF) a global trade and standards organization develops and maintains the EPUB content publication standard

6 EPUB a distribution and interchange format standard for digital publications and documents latest stable version EPUB EPUB 2 initially standardized in 2007 EPUB 3 in the process of being standardized (2011?)

7 Google and EPUB

8 Project Gutenberg

9 epub Readers see e.g. Some examples: Bookworm Calibre FB Reader Mobipocket Stanza...

10 epub and Kindle not direct support at this moment several converters available

11 Bookworm.oreilly.com

12 FBReader my favourite reader (both Linux and Android in my case; installers for other versions - e.g. Windows, Mac also exists)

13 EPUB Standards Open Publication Structure (OPS) book content in XHTML or DTBook Open Packaging Format (OPF) book structure and metadata Open Container Format (OCF) book file structure and compression to a single file

14 Open Publication Structure (OPS) XML files Namespaces: XHTML: DAISY: OPS:

15 XHTML XHTML 1.1; only some modules are included a selection of supported elements: html, head, title, body abbr, acronym, address, blockquote, br, cite, code, dfn, div, em, h1, h2, h3, h4, h5, h6, kbd, p, pre, q, samp, span, strong, var, dl, dt, dd, ol, ul, li, sub, sup a, img, caption, col, colgroup, table, tbody, td, tfoot, th, thead, tr

16 CSS a subset of CSS 2 supported must be supplied with the book (not via web) E-Book readers are very variable (screen size, graphic capabilities) CSS styleshets very usefull

17 of <img> required core media types support of which is required: image/gif image/jpeg image/png image/svg+xml

18 DTBook (Digital Talking Book) an XML vocabulary defined in ANSI/NISO Z Standard ( recommended for more advanced applications (e.g. educatonal books) supports footnotes, sidebars, annotations, page numbers, etc.

19 DTBook features hierarchical navigation sequential reading with choices (e.g. skip footnotes) specific reading methods for different components (e.g. tables) time synchronization via SMIL

20 Navigation Control File (NCX) exposes the hierarchical structure of a book

21 Open Packaging Format (OPF) describes and references all components of the electronic publication (e.g. markup files, images, navigation structures) provides publication-level metadata specifies the linear reading-order of the publication provides fallback information to use when unsupported extensions to OPS are employed provides a mechanism to specify a declarative global navigation structure (the NCX)

22 OPF File Structure Package: Metadata Manifest Spine Guide

23 <package> root element of OPF package Attributes: xmlns= version = 2.0 unique-identifier = an-unique-id primary book identifier selected from a collection of Dublin core identifier elements in <metadata> if not world-wide unique it may cause problems in libraries and catalogues

24 <metadata> a required child of <package> its children either elements from Dublin core namespace and/or <meta> elements with same syntax as XHTML

25 <dc:elements> Dublin core: Elements: contributor, coverage, creator, date, description, format, identifier, language, publisher, relation, rights, source, subject, title, type e.g.: <dc:title>a book</dc:title> <dc:identifier>uhf-232-dsds</dc:identifier>

26 <dc:identifier> at least one <identifier> with must be present inside <metadata> the value of attribute must be equal to of <package> element content of the <identifier> element with is used to uniquely identify the book in libraries and catalogues

27 <manifest> the next required child of <package> provides a list of all the files that are part of the publication (xhtml, css, images, ) each file listed in a child <item> each file must be given precisely once but the order of files is not significant

28 <item> child of <manifest> Attributes, relative paths interpreted relative to the location of OPF file containing the Optional provides of another item to be used if this is not supported

29 <spine> the next required element collects main ebook pages contains one or more <itemref> elements <itemref of <spine> anid of a <manifest>/<item> contains a value of an <item> which provides a content for ebook, usually in NCX format

30 Open Container Format (OCF) a general-purpose container technology collects a related set of files into a singlefile container the required format for a file containing an EPUB book a ZIP archive

31 OCF file structure File mimetype Directory META-INF with files: container.xml (required) manifest.xml metadata.xml signatures.xml encryption.xml rights.xml Directory OEBPS with EPUB files (which may be in subdirectories) Other directories, e.g. PDF for alternative book versions

32 file: mimetype in the root of ZIP archive it must be the first file in the archive must contain text: application/epub+zip make sure there are no whitespaces around this text simplifies automatic recognition of the archive

33 container.xml in directory META-INF format: <container version="1.0" xmlns="urn:oasis:names:tc:opendocument:xmlns:container"> <rootfiles> <rootfile full-path="oebps/an_opf_file.opf" </rootfiles> </container> media-type="application/oebps-package+xml" />

34 EPUB overview.html 4 specifications: EPUB Publications 3.0 EPUB Content Documents 3.0 EPUB Open Container Format (OCF) 3.0 EPUB Media Overlays 3.0 in draft stage

35 Some changes from v.2 HTML5 syntax (DTBook no longer an alternative syntax to XHTML) NCX superseded by EPUB Navigation Document (uses <nav> from HTML5) text-to-speech facilities multimedia support (via HTML5 <audio> and <video>)

36 EPUB Media Overlays 3.0 defines a usage of SMIL a simplified subset of SMIL 3.0 that allow sequencing of clips <par>

HTML: Parsing Library

HTML: Parsing Library HTML: Parsing Library Version 4.1.3 November 20, 2008 (require html) The html library provides functions to read html documents and structures to represent them. (read-xhtml port) html? port : input-port?

More information

HTML: Parsing Library

HTML: Parsing Library HTML: Parsing Library Version 6.7 October 26, 2016 (require html) package: html-lib The html library provides functions to read conformant HTML4 documents and structures to represent them. Since html assumes

More information

epub v3: Opportunities & Challenges for Digital Publishing

epub v3: Opportunities & Challenges for Digital Publishing epub v3: Opportunities & Challenges for Digital Publishing Chow King Wai 10 th Feb 2012 1 ASTRI Proprietary Why Read? Our innate curiosity to explore in a literary world created in words and pictures by

More information

DOWNLOAD PDF WHAT IS OPEN EBOOK

DOWNLOAD PDF WHAT IS OPEN EBOOK Chapter 1 : Home Page Open the Books Open ebooks These ebooks can be read without checkouts or holds. The goal of Open ebooks is to encourage a love of reading and serve as a gateway to children reading

More information

Outline. Part I: Web Technologies for Interactive MM Part II: Content-Oriented Base Technologies Part III: Multimedia Distribution Services

Outline. Part I: Web Technologies for Interactive MM Part II: Content-Oriented Base Technologies Part III: Multimedia Distribution Services Outline 1. Introduction and Motivation 2. Interactive Web Applications 3. Web Programming with Java 4. Communities, the Web, and Multimedia 5. Digital Rights Management 6. Cryptographic Techniques 7. Multimedia

More information

Oliver Pott HTML XML. new reference. Markt+Technik Verlag

Oliver Pott HTML XML. new reference. Markt+Technik Verlag Oliver Pott HTML XML new reference Markt+Technik Verlag Inhaltsverzeichnis Übersicht 13 14 A 15 A 16 ABBR 23 ABBR 23 ACCEPT 26 ACCEPT-CHARSET

More information

HTML Markup for Accessibility You Never Knew About

HTML Markup for Accessibility You Never Knew About HTML Markup for Accessibility You Never Knew About David Epler dcepler@dcepler.net June 27, 2004 HTML Revisions HTML 2.0 November 1995 Base version everyone learned HTML 3.2 January 1997 Tried to reconcile

More information

Automatically Generate EPUB ebook from Wiki and Linked Data

Automatically Generate EPUB ebook from Wiki and Linked Data Automatically Generate EPUB ebook from Wiki and Linked Data Lee-Jang Yang Der-Chen Huang Department of Computer Science and Engineering, National Chung-Hsing University Taichung 402, Taiwan huangdc@nchu.edu.tw

More information

Part III. Multimedia Distribution Services

Part III. Multimedia Distribution Services Multimedia im Netz Wintersemester 2012/2013 Part III Multimedia Distribution Services 1 Outline 1. Introduction and Motivation 2. Interactive Web Applications 3. Web Programming with Java 4. Communities,

More information

Wireframe :: tistory wireframe tistory.

Wireframe :: tistory wireframe tistory. Page 1 of 45 Wireframe :: tistory wireframe tistory Daum Tistory GO Home Location Tags Media Guestbook Admin 'XHTML+CSS' 7 1 2009/09/20 [ ] XHTML CSS - 6 (2) 2 2009/07/23 [ ] XHTML CSS - 5 (6) 3 2009/07/17

More information

Index. CSS directive, # (octothorpe), intrapage links, 26

Index. CSS directive, # (octothorpe), intrapage links, 26 Holzschlag_.qxd 3/30/05 9:23 AM Page 299 Symbols @import CSS directive, 114-115 # (octothorpe), intrapage links, 26 A a element, 23, 163, 228 abbr element, 228 absolute keywords for font sizing, 144 absolute

More information

Requirements for Quality Content

Requirements for Quality Content Swedish Agency for Accessible Media Appendix: Restricted Procurement of EPUB 3.0 Production in EPUB 3.0/XHTML Version: 2015-1 1 Introduction... 6 1.1 Background... 6 1.2 About the Guidelines... 6 1.2.1

More information

EPUB 3: What does it offer and is it ready?

EPUB 3: What does it offer and is it ready? EPUB 3: What does it offer and is it ready? tcworld conference 2012 - Wiesbaden, Germany Scott Prentice, Leximation, Inc. Introduction Scott Prentice, President of Leximation, Inc. Specializing in FrameMaker

More information

epub Finishing Touches

epub Finishing Touches epub Finishing Touches Fixing Errors, Adding Metadata, and Tweaking Formatting Introduction Our Goal: Our Path: ????????????????? ebookarchitects.com/resources.php Top 5 Misconceptions Publishers have

More information

Chapter 2:- Introduction to XHTML. Compiled By:- Sanjay Patel Assistant Professor, SVBIT.

Chapter 2:- Introduction to XHTML. Compiled By:- Sanjay Patel Assistant Professor, SVBIT. Chapter 2:- Introduction to XHTML Compiled By:- Assistant Professor, SVBIT. Outline Introduction to XHTML Move to XHTML Meta tags Character entities Frames and frame sets Inside Browser What is XHTML?

More information

WML2.0 TUTORIAL. The XHTML Basic defined by the W3C is a proper subset of XHTML, which is a reformulation of HTML in XML.

WML2.0 TUTORIAL. The XHTML Basic defined by the W3C is a proper subset of XHTML, which is a reformulation of HTML in XML. http://www.tutorialspoint.com/wml/wml2_tutorial.htm WML2.0 TUTORIAL Copyright tutorialspoint.com WML2 is a language, which extends the syntax and semantics of the followings: XHTML Basic [ XHTMLBasic ]

More information

Evaluation of alignment methods for HTML parallel text 1

Evaluation of alignment methods for HTML parallel text 1 Evaluation of alignment methods for HTML parallel text 1 Enrique Sánchez-Villamil, Susana Santos-Antón, Sergio Ortiz-Rojas, Mikel L. Forcada Transducens Group, Departament de Llenguatges i Sistemes Informàtics

More information

Designing UI. Mine mine-cetinkaya-rundel

Designing UI. Mine mine-cetinkaya-rundel Designing UI Mine Çetinkaya-Rundel @minebocek mine-cetinkaya-rundel mine@stat.duke.edu - Web application UI is ultimately HTML/CSS/JavaScript - Let R users write user interfaces using a simple, familiar-looking

More information

The [HTML] Element p. 61 The [HEAD] Element p. 62 The [TITLE] Element p. 63 The [BODY] Element p. 66 HTML Elements p. 66 Core Attributes p.

The [HTML] Element p. 61 The [HEAD] Element p. 62 The [TITLE] Element p. 63 The [BODY] Element p. 66 HTML Elements p. 66 Core Attributes p. Acknowledgments p. xix Preface p. xxi Web Basics Introduction to HTML p. 3 Basic HTML Concepts p. 4 HTML: A Structured Language p. 7 Overview of HTML Markup p. 11 Logical and Physical HTML p. 13 What HTML

More information

"utf-8";

utf-8; http://salsa-copacabana.com/css/import.css @charset "Shift_JIS"; /* ------------------------------------------ File name: import.css Style Info: CSS screen Windwos IE4 ------------------------------------------

More information

SilkTest 2009 R2. Rules for Object Recognition

SilkTest 2009 R2. Rules for Object Recognition SilkTest 2009 R2 Rules for Object Recognition Borland Software Corporation 4 Hutton Centre Dr., Suite 900 Santa Ana, CA 92707 Copyright 2009 Micro Focus (IP) Limited. Rights Reserved. SilkTest contains

More information

Hands on with EPUB (workshop)

Hands on with EPUB (workshop) Hands on with EPUB (workshop) tcworld conference 2017 - Stuttgart, Germany Scott Prentice, Leximation, Inc. Introduction Scott Prentice, President of Leximation, Inc. Specializing in FrameMaker plugin

More information

Introduc)on to EPUB 3. Bill McCoy Execu)ve Director, IDPF November 30, 2013

Introduc)on to EPUB 3. Bill McCoy Execu)ve Director, IDPF November 30, 2013 Introduc)on to EPUB 3 Bill McCoy Execu)ve Director, IDPF November 30, 2013 Background: standards- development forum, formed in 1999. 380 member organiza)ons from 45 countries and all parts of the value

More information

Silk Test Object Recognition with the Classic Agent

Silk Test Object Recognition with the Classic Agent Silk Test 13.5 Object Recognition with the Classic Agent Micro Focus 575 Anton Blvd., Suite 510 Costa Mesa, CA 92626 Copyright 2012 Micro Focus. rights reserved. Portions Copyright 1992-2009 Borland Software

More information

Symbols INDEX. !important rule, rule, , 146, , rule,

Symbols INDEX. !important rule, rule, , 146, , rule, Symbols!important rule, 209 @import rule, 140-144, 146, 155-156, 157 @media rule, 155-156 A element. See anchors abbr attribute, 36-37 element, 87, 90-91 absolute positioning, 177, 178, 182,

More information

Structure Bars. Tag Bar

Structure Bars. Tag Bar C H E A T S H E E T / / F L A R E 2 0 1 8 Structure Bars The XML Editor provides structure bars above and to the left of the content area in order to provide a visual display of the topic tags and structure.

More information

QUICK REFERENCE GUIDE

QUICK REFERENCE GUIDE QUICK REFERENCE GUIDE New Selectors New Properties Animations 2D/3D Transformations Rounded Corners Shadow Effects Downloadable Fonts @ purgeru.deviantart.com WHAT IS HTML5? HTML5 is being developed as

More information

ROLE OF WEB BROWSING LAYOUT ENGINE EVALUATION IN DEVELOPMENT

ROLE OF WEB BROWSING LAYOUT ENGINE EVALUATION IN DEVELOPMENT INFORMATION AND COMMUNICATION TECHNOLOGIES ROLE OF WEB BROWSING LAYOUT ENGINE EVALUATION IN DEVELOPMENT PROCESS OF MORE USABLE WEB INFORMATION SYSTEM Gatis Vitols, Latvia University of Agriculture gatis.vitols@llu.lv;

More information

Internet publishing HTML (XHTML) language. Petr Zámostný room: A-72a phone.:

Internet publishing HTML (XHTML) language. Petr Zámostný room: A-72a phone.: Internet publishing HTML (XHTML) language Petr Zámostný room: A-72a phone.: 4222 e-mail: petr.zamostny@vscht.cz Essential HTML components Element element example Start tag Element content End tag

More information

Part III! Multimedia Distribution Services

Part III! Multimedia Distribution Services Multimedia im Netz! Online Multimedia Wintersemester 2014/2015 Part III!! Multimedia Distribution Services 1 ! Outline 1. Introduction and Motivation! 2. Interactive Web Applications! 3. Web Paradigms

More information

Beginning Web Programming with HTML, XHTML, and CSS. Second Edition. Jon Duckett

Beginning Web Programming with HTML, XHTML, and CSS. Second Edition. Jon Duckett Beginning Web Programming with HTML, XHTML, and CSS Second Edition Jon Duckett Beginning Web Programming with HTML, XHTML, and CSS Introduction............................................... xxiii Chapter

More information

COPYRIGHTED MATERIAL. Contents. Introduction. Chapter 1: Structuring Documents for the Web 1

COPYRIGHTED MATERIAL. Contents. Introduction. Chapter 1: Structuring Documents for the Web 1 Introduction Chapter 1: Structuring Documents for the Web 1 A Web of Structured Documents 1 Introducing HTML and XHTML 2 Tags and Elements 4 Separating Heads from Bodies 5 Attributes Tell Us About Elements

More information

COPYRIGHTED MATERIAL. Contents. Chapter 1: Creating Structured Documents 1

COPYRIGHTED MATERIAL. Contents. Chapter 1: Creating Structured Documents 1 59313ftoc.qxd:WroxPro 3/22/08 2:31 PM Page xi Introduction xxiii Chapter 1: Creating Structured Documents 1 A Web of Structured Documents 1 Introducing XHTML 2 Core Elements and Attributes 9 The

More information

Canvas & Brush Reference. Source: stock.xchng, Maarten Uilenbroek

Canvas & Brush Reference. Source: stock.xchng, Maarten Uilenbroek Canvas & Brush Reference Source: stock.xchng, Maarten Uilenbroek Canvas Hierarchy WACanvas WAHtmlCanvas WARenderCanvas WAStaticHtmlCanvas Brush Hierarchy WABrush WACompound WADateInput WATimeInput WATagBrush

More information

Static Webpage Development

Static Webpage Development Dear Student, Based upon your enquiry we are pleased to send you the course curriculum for PHP Given below is the brief description for the course you are looking for: - Static Webpage Development Introduction

More information

[MS-EPUB3]: Microsoft Edge / Internet Explorer EPUB Publications Standards Support Document

[MS-EPUB3]: Microsoft Edge / Internet Explorer EPUB Publications Standards Support Document [MS-EPUB3]: Microsoft Edge / Internet Explorer EPUB Publications 3.0.1 Standards Support Document Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft

More information

CPET 499/ITC 250 Web Systems. Topics

CPET 499/ITC 250 Web Systems. Topics CPET 499/ITC 250 Web Systems Lecture on HTML and XHTML, Web Browsers, and Web Servers References: * Fundamentals of Web Development, 2015 ed., by Randy Connolly and Richard Hoar, from Pearson *Chapter

More information

Review of HTML. Chapter Pearson. Fundamentals of Web Development. Randy Connolly and Ricardo Hoar

Review of HTML. Chapter Pearson. Fundamentals of Web Development. Randy Connolly and Ricardo Hoar Review of HTML Chapter 3 Fundamentals of Web Development 2017 Pearson Fundamentals of Web Development http://www.funwebdev.com - 2 nd Ed. What Is HTML and Where Did It Come from? HTML HTML is defined as

More information

Understanding this structure is pretty straightforward, but nonetheless crucial to working with HTML, CSS, and JavaScript.

Understanding this structure is pretty straightforward, but nonetheless crucial to working with HTML, CSS, and JavaScript. Extra notes - Markup Languages Dr Nick Hayward HTML - DOM Intro A brief introduction to HTML's document object model, or DOM. Contents Intro What is DOM? Some useful elements DOM basics - an example References

More information

Reality of EPUB: Making it work for your documentation (workshop)

Reality of EPUB: Making it work for your documentation (workshop) Reality of EPUB: Making it work for your documentation (workshop) tcworld conference 2016 - Stuttgart, Germany Scott Prentice, Leximation, Inc. Introduction Scott Prentice, President of Leximation, Inc.

More information

HTML TAG SUMMARY HTML REFERENCE 18 TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES MOST TAGS

HTML TAG SUMMARY HTML REFERENCE 18 TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES MOST TAGS MOST TAGS CLASS Divides tags into groups for applying styles 202 ID Identifies a specific tag 201 STYLE Applies a style locally 200 TITLE Adds tool tips to elements 181 Identifies the HTML version

More information

Certified HTML5 Developer VS-1029

Certified HTML5 Developer VS-1029 VS-1029 Certified HTML5 Developer Certification Code VS-1029 HTML5 Developer Certification enables candidates to develop websites and web based applications which are having an increased demand in the

More information

HTML and CSS COURSE SYLLABUS

HTML and CSS COURSE SYLLABUS HTML and CSS COURSE SYLLABUS Overview: HTML and CSS go hand in hand for developing flexible, attractively and user friendly websites. HTML (Hyper Text Markup Language) is used to show content on the page

More information

HEAL-Link activities and plans on annotating, organizing and linking academic content

HEAL-Link activities and plans on annotating, organizing and linking academic content HEAL-Link activities and plans on annotating, organizing and linking academic content Contributors: N. Mitrou, N. Konstantinou, D. Kouis, P. Stavrou, D. Spanos Presentation by Prof. Nikolas Mitrou, NTUA

More information

HTML CS 4640 Programming Languages for Web Applications

HTML CS 4640 Programming Languages for Web Applications HTML CS 4640 Programming Languages for Web Applications 1 Anatomy of (Basic) Website Your content + HTML + CSS = Your website structure presentation A website is a way to present your content to the world,

More information

Certified HTML Designer VS-1027

Certified HTML Designer VS-1027 VS-1027 Certification Code VS-1027 Certified HTML Designer Certified HTML Designer HTML Designer Certification allows organizations to easily develop website and other web based applications which are

More information

<page> 1 Document Summary Document Information <page> 2 Document Structure Text Formatting <page> 3 Links Images <page> 4

<page> 1 Document Summary Document Information <page> 2 Document Structure Text Formatting <page> 3 Links Images <page> 4 Document Summary Document Information Document Structure Text Formatting Links Images Lists Forms Input Type Attributes Select Attributes Option Attributes Table Formatting Objects and iframes iframe Attributes

More information

5-Sep-16 Copyright 2016 by GemTalk Systems LLC 1

5-Sep-16 Copyright 2016 by GemTalk Systems LLC 1 So far we have identified the specific Seaside messages to create particular HTML constructs in an adhoc manner as needed for particular features. Now we will attempt a more systematic approach by looking

More information

EPUB: Pulling it all Together

EPUB: Pulling it all Together EPUB: Pulling it all Together Conference for Software User Assistance 2012 - Memphis, TN 14 March 2012 - Scott Prentice, Leximation, Inc. Introduction Scott Prentice, President of Leximation, Inc. Specializing

More information

Usability and accessibility in EPUB 3. and in the future of e-learning. SMART on ICT 2012 International Open Forum

Usability and accessibility in EPUB 3. and in the future of e-learning. SMART on ICT 2012 International Open Forum Usability and accessibility in EPUB 3 and in the future of e-learning SMART on ICT 2012 International Open Forum Markus Gylling, IDPF & DAISY What are Print Disabilities? 1.114 Print

More information

Cascading Style Sheet

Cascading Style Sheet Extra notes - Markup Languages Dr Nick Hayward CSS - Basics A brief introduction to the basics of CSS. Contents Intro CSS syntax rulesets comments display Display and elements inline block-level CSS selectors

More information

HTML+ CSS PRINCIPLES. Getting started with web design the right way

HTML+ CSS PRINCIPLES. Getting started with web design the right way HTML+ CSS PRINCIPLES Getting started with web design the right way HTML : a brief history ❶ 1960s : ARPANET is developed... It is the first packet-switching network using TCP/IP protocol and is a precursor

More information

HTML Summary. All of the following are containers. Structure. Italics Bold. Line Break. Horizontal Rule. Non-break (hard) space.

HTML Summary. All of the following are containers. Structure. Italics Bold. Line Break. Horizontal Rule. Non-break (hard) space. HTML Summary Structure All of the following are containers. Structure Contains the entire web page. Contains information

More information

Deccansoft Software Services

Deccansoft Software Services Deccansoft Software Services (A Microsoft Learning Partner) HTML and CSS COURSE SYLLABUS Module 1: Web Programming Introduction In this module you will learn basic introduction to web development. Module

More information

HTML Cheat Sheet for Beginners

HTML Cheat Sheet for Beginners HTML Cheat Sheet for Beginners HTML Cheat Sheet for Beginners Trying to remember every HTML element is like trying to remember all of your personal information, credit card, bank account numbers and your

More information

UNIT II Dynamic HTML and web designing

UNIT II Dynamic HTML and web designing UNIT II Dynamic HTML and web designing HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a programming language, it is a markup language A markup language

More information

@namespace url(http://www.w3.org/1999/xhtml); /* set default namespace to HTML */ /* bidi */

@namespace url(http://www.w3.org/1999/xhtml); /* set default namespace to HTML */ /* bidi */ / BEGIN LICENSE BLOCK Version: MPL 1.1/GPL 2.0/LGPL 2.1 The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with

More information

Web Site Design and Development Lecture 3. CS 0134 Fall 2018 Tues and Thurs 1:00 2:15PM

Web Site Design and Development Lecture 3. CS 0134 Fall 2018 Tues and Thurs 1:00 2:15PM Web Site Design and Development Lecture 3 CS 0134 Fall 2018 Tues and Thurs 1:00 2:15PM A note on HTML elements When I refer to an HTML element, I will just use the name unless the name is only one character.

More information

BACKGROUND. HTTP is a 2-phase protocol used by most web applications and all web browsers. The response is usually an HTML document

BACKGROUND. HTTP is a 2-phase protocol used by most web applications and all web browsers. The response is usually an HTML document HTML 2 BACKGROUND HTTP is a 2-phase protocol used by most web applications and all web browsers REQUEST: a client/browser asks a server for a resource RESPONSE: the server responds with the resource The

More information

ebook Production Jumpstart

ebook Production Jumpstart ebook Production Jumpstart Joshua Tallent Founder/CEO @jtallent / @ebookarchitects ebook Workflows Standard InDesign epub Workflow Standard Kindle Workflow If you must convert an epub Get used to disappointment

More information

Portia Documentation. Release Scrapinghub

Portia Documentation. Release Scrapinghub Portia Documentation Release 2.0.8 Scrapinghub Nov 10, 2017 Contents 1 Installation 3 1.1 Docker (recommended)......................................... 3 1.2 Vagrant..................................................

More information

IMS Question and Test Interoperability Information Model v2.0

IMS Question and Test Interoperability Information Model v2.0 IMS Question and Test Interoperability Information Model Version 2.0 Final Specification Copyright 2005 IMS Global Learning Consortium, Inc. All Rights Reserved. The IMS Logo is a registered trademark

More information

Table-Based Web Pages

Table-Based Web Pages Table-Based Web Pages Web Authoring and Design Benjamin Kenwright Outline What do we mean by Table-Based Web Sites? Review Table Tags/Structure Tips/Debugging/Applications Summary Review/Discussion Submissions/Quizzes/GitHub

More information

2.1 Origins and Evolution of HTML

2.1 Origins and Evolution of HTML 2.1 Origins and Evolution of HTML - HTML was defined with SGML - Original intent of HTML: General layout of documents that could be displayed by a wide variety of computers - Recent versions: - HTML 4.0

More information

CSC Web Programming. Introduction to HTML

CSC Web Programming. Introduction to HTML CSC 242 - Web Programming Introduction to HTML Semantic Markup The purpose of HTML is to add meaning and structure to the content HTML is not intended for presentation, that is the job of CSS When marking

More information

ID1354 Internet Applications

ID1354 Internet Applications ID1354 Internet Applications HTML Leif Lindbäck, Nima Dokoohaki leifl@kth.se, nimad@kth.se SCS/ICT/KTH HTML INTRODUCTION TO HTML 2(83) Introduction to HTML HTML defines parts of documents (headers, paragraphs,

More information

Building EZ Picture Books for the Kindle. Copyright 2013 by Rob Smith All Right Reserved

Building EZ Picture Books for the Kindle. Copyright 2013 by Rob Smith All Right Reserved Copyright 2013 by Rob Smith All Right Reserved!1 Course Goals The student will be able to recognize HTML documents and understand their structure. The student will be able choose a working resolution for

More information

Programming of web-based systems Introduction to HTML5

Programming of web-based systems Introduction to HTML5 Programming of web-based systems Introduction to HTML5 Agenda 1. HTML5 as XML 2. Basic body elements 3. Text formatting and blocks 4. Tables 5. File paths 6. Head elements 7. Layout elements 8. Entities

More information

Tuesday, June 25, EPUB3 Now!

Tuesday, June 25, EPUB3 Now! EPUB3 Now! Benefits of EPUB3 audio/video Asian language text, right to left progression improved accessibility media overlays (Read Aloud) scripting and interactivity Benefits of EPUB3 semantic markup

More information

Interactive e-books on Aakash Tablet

Interactive e-books on Aakash Tablet Interactive e-books on Aakash Tablet M.Tech. Dissertation Submitted in partial fulfillment of the requirements for the degree of Master of Technology in Computer Science and Engineering Submitted by Prashant

More information

Brief Intro to HTML. CITS3403 Agile Web Development. 2018, Semester 1

Brief Intro to HTML. CITS3403 Agile Web Development. 2018, Semester 1 Brief Intro to HTML CITS3403 Agile Web Development 2018, Semester 1 Some material Copyright 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley. Origins and Evolutions of HTML HTML was defined

More information

As we design and build out our HTML pages, there are some basics that we may follow for each page, site, and application.

As we design and build out our HTML pages, there are some basics that we may follow for each page, site, and application. Extra notes - Client-side Design and Development Dr Nick Hayward HTML - Basics A brief introduction to some of the basics of HTML. Contents Intro element add some metadata define a base address

More information

Learning Objectives. Review html Learn to write a basic webpage in html Understand what the basic building blocks of html are

Learning Objectives. Review html Learn to write a basic webpage in html Understand what the basic building blocks of html are HTML CSCI311 Learning Objectives Review html Learn to write a basic webpage in html Understand what the basic building blocks of html are HTML: Hypertext Markup Language HTML5 is new standard that replaces

More information

Continues the Technical Activities Originated in the WAP Forum

Continues the Technical Activities Originated in the WAP Forum XHTML Mobile Profile Candidate Version 1.1 16 Aug 2004 Open Mobile Alliance OMA-WAP-V1_1-20040816-C Continues the Technical Activities Originated in the WAP Forum OMA-WAP-V1_1-20040816-C Page 2 (34) Use

More information

1/6/ :28 AM Approved New Course (First Version) CS 50A Course Outline as of Fall 2014

1/6/ :28 AM Approved New Course (First Version) CS 50A Course Outline as of Fall 2014 1/6/2019 12:28 AM Approved New Course (First Version) CS 50A Course Outline as of Fall 2014 CATALOG INFORMATION Dept and Nbr: CS 50A Title: WEB DEVELOPMENT 1 Full Title: Web Development 1 Last Reviewed:

More information

Index. alt, 38, 57 class, 86, 88, 101, 107 href, 24, 51, 57 id, 86 88, 98 overview, 37. src, 37, 57. backend, WordPress, 146, 148

Index. alt, 38, 57 class, 86, 88, 101, 107 href, 24, 51, 57 id, 86 88, 98 overview, 37. src, 37, 57. backend, WordPress, 146, 148 Index Numbers & Symbols (angle brackets), in HTML, 47 : (colon), in CSS, 96 {} (curly brackets), in CSS, 75, 96. (dot), in CSS, 89, 102 # (hash mark), in CSS, 87 88, 99 % (percent) font size, in CSS,

More information

INTRODUCTION TO HTML5! HTML5 Page Structure!

INTRODUCTION TO HTML5! HTML5 Page Structure! INTRODUCTION TO HTML5! HTML5 Page Structure! What is HTML5? HTML5 will be the new standard for HTML, XHTML, and the HTML DOM. The previous version of HTML came in 1999. The web has changed a lot since

More information

2.1 Origins and Evolution of HTML

2.1 Origins and Evolution of HTML 2.1 Origins and Evolution of HTML - HTML was defined with SGML - Original intent of HTML: General layout of documents that could be displayed by a wide variety of computers - Recent versions: - HTML 4.0

More information

PIC 40A. Lecture 4b: New elements in HTML5. Copyright 2011 Jukka Virtanen UCLA 1 04/09/14

PIC 40A. Lecture 4b: New elements in HTML5. Copyright 2011 Jukka Virtanen UCLA 1 04/09/14 PIC 40A Lecture 4b: New elements in HTML5 04/09/14 Copyright 2011 Jukka Virtanen UCLA 1 Sectioning elements HTML 5 introduces a lot of sectioning elements. Meant to give more meaning to your pages. People

More information

13.8 How to specify alternate text

13.8 How to specify alternate text 13.8 How to specify alternate text Attribute definitions alt = text [p.50] [CS] [p.49] For user agents that cannot display images, forms, or applets, this attribute specifies alternate text. The language

More information

Digital Asset Management 2. Introduction to Digital Media Format

Digital Asset Management 2. Introduction to Digital Media Format Digital Asset Management 2. Introduction to Digital Media Format 2009-09-24 Outline Image format and coding methods Audio format and coding methods Video format and coding methods Introduction to HTML

More information

Amazon Kindle Publishing Guidelines How to make books available for the Kindle platform

Amazon Kindle Publishing Guidelines How to make books available for the Kindle platform Amazon Kindle Publishing Guidelines How to make books available for the Kindle platform version 2017.4 This document describes the primary ways publishers, authors, and conversion houses can make their

More information

Name Related Elements Type Default Depr. DTD Comment

Name Related Elements Type Default Depr. DTD Comment Legend: Deprecated, Loose DTD, Frameset DTD Name Related Elements Type Default Depr. DTD Comment abbr TD, TH %Text; accept-charset FORM %Charsets; accept FORM, INPUT %ContentTypes; abbreviation for header

More information

Advanced Web Programming C2. Basic Web Technologies

Advanced Web Programming C2. Basic Web Technologies Politehnica University of Timisoara Advanced Web Programming C2. Basic Web Technologies 2013 UPT-AC Assoc.Prof.Dr. Dan Pescaru HTML Originally developed by Tim Berners-Lee in 1990 at CERN (Conseil Européen

More information

Programmazione Web a.a. 2017/2018 HTML5

Programmazione Web a.a. 2017/2018 HTML5 Programmazione Web a.a. 2017/2018 HTML5 PhD Ing.Antonino Raucea antonino.raucea@dieei.unict.it 1 Introduzione HTML HTML is the standard markup language for creating Web pages. HTML stands for Hyper Text

More information

Tables & Lists. Organized Data. R. Scott Granneman. Jans Carton

Tables & Lists. Organized Data. R. Scott Granneman. Jans Carton Tables & Lists Organized Data R. Scott Granneman Jans Carton 1.3 2014 R. Scott Granneman Last updated 2015-11-04 You are free to use this work, with certain restrictions. For full licensing information,

More information

COMP519: Web Programming Lecture 4: HTML (Part 3)

COMP519: Web Programming Lecture 4: HTML (Part 3) COMP519: Web Programming Lecture 4: HTML (Part 3) Ullrich Hustadt Department of Computer Science School of Electrical Engineering, Electronics, and Computer Science University of Liverpool Contents 1 HTML

More information

Web Development and Design Foundations with HTML5 8th Edition

Web Development and Design Foundations with HTML5 8th Edition Web Development and Design Foundations with HTML5 8th Edition Felke-Morris TEST BANK Full clear download (no formatting errors) at: Web Development and Design Foundations with HTML5 8th Edition Felke-Morris

More information

XHTML 2.0. W3C Working Draft 27 May Abstract. Status of This Document

XHTML 2.0. W3C Working Draft 27 May Abstract. Status of This Document XHTML 20 XHTML 20 XHTML 20 W3C Working Draft 27 May 2005 This version: http://wwww3org/tr/2005/wd-xhtml2-20050527 Latest version: http://wwww3org/tr/xhtml2 Previous version: http://wwww3org/tr/2004/wd-xhtml2-20040722

More information

XHTML 2.0. W3C Working Draft 26 July Abstract. Status of This Document

XHTML 2.0. W3C Working Draft 26 July Abstract. Status of This Document XHTML 20 XHTML 20 XHTML 20 W3C Working Draft 26 July 2006 This version: http://wwww3org/tr/2006/wd-xhtml2-20060726 Latest version: http://wwww3org/tr/xhtml2 Previous version: http://wwww3org/tr/2005/wd-xhtml2-20050527

More information

CHAPTER 2 MARKUP LANGUAGES: XHTML 1.0

CHAPTER 2 MARKUP LANGUAGES: XHTML 1.0 WEB TECHNOLOGIES A COMPUTER SCIENCE PERSPECTIVE CHAPTER 2 MARKUP LANGUAGES: XHTML 1.0 Modified by Ahmed Sallam Based on original slides by Jeffrey C. Jackson reserved. 0-13-185603-0 HTML HELLO WORLD! Document

More information

Kindle Previewer User Guide. v3.17 English Nov. 27, 2017

Kindle Previewer User Guide. v3.17 English Nov. 27, 2017 Kindle Previewer User Guide v3.17 English Nov. 27, 2017 Copyright 2017 Amazon.com, Inc. or its affiliates. All rights reserved. Published for Kindle Previewer version 3.17. Apple, Mac OS and itunes are

More information

Study Guide 2 - HTML and CSS - Chap. 6,8,10,11,12 Name - Alexia Bernardo

Study Guide 2 - HTML and CSS - Chap. 6,8,10,11,12 Name - Alexia Bernardo Study Guide 2 - HTML and CSS - Chap. 6,8,10,11,12 Name - Alexia Bernardo Note: We skipped Study Guide 1. If you d like to review it, I place a copy here: https:// people.rit.edu/~nbbigm/studyguides/sg-1.docx

More information

A HTML document has two sections 1) HEAD section and 2) BODY section A HTML file is saved with.html or.htm extension

A HTML document has two sections 1) HEAD section and 2) BODY section A HTML file is saved with.html or.htm extension HTML Website is a collection of web pages on a particular topic, or of a organization, individual, etc. It is stored on a computer on Internet called Web Server, WWW stands for World Wide Web, also called

More information

1.264 Lecture 12. HTML Introduction to FrontPage

1.264 Lecture 12. HTML Introduction to FrontPage 1.264 Lecture 12 HTML Introduction to FrontPage HTML Subset of Structured Generalized Markup Language (SGML), a document description language SGML is ISO standard Current version of HTML is version 4.01

More information

Full file at New Perspectives on HTML and CSS 6 th Edition Instructor s Manual 1 of 13. HTML and CSS

Full file at   New Perspectives on HTML and CSS 6 th Edition Instructor s Manual 1 of 13. HTML and CSS New Perspectives on HTML and CSS 6 th Edition Instructor s Manual 1 of 13 HTML and CSS Tutorial One: Getting Started with HTML 5 A Guide to this Instructor s Manual: We have designed this Instructor s

More information

An updated events syntax for XML-based markup languages

An updated events syntax for XML-based markup languages XHTML Events Module XHTML Events Module An updated events syntax for XML-based markup languages W3C Working Draft 21 December 1999 This version: http://www.w3.org/tr/1999/wd-xhtml-events-19991221 (Postscript

More information

Basics of Web Design, 3 rd Edition Instructor Materials Chapter 2 Test Bank

Basics of Web Design, 3 rd Edition Instructor Materials Chapter 2 Test Bank Multiple Choice. Choose the best answer. 1. What element is used to configure a new paragraph? a. new b. paragraph c. p d. div 2. What element is used to create the largest heading? a. h1 b. h9 c. head

More information

XHTML 2.0. W3C Working Group Note 16 December Abstract

XHTML 2.0. W3C Working Group Note 16 December Abstract XHTML 20 XHTML 20 XHTML 20 W3C Working Group Note 16 December 2010 This version: http://wwww3org/tr/2010/note-xhtml2-20101216 Latest public version: http://wwww3org/tr/xhtml2 Previous version: http://wwww3org/tr/2006/wd-xhtml2-20060726

More information

EPUB Help: A viable Help delivery option?

EPUB Help: A viable Help delivery option? EPUB Help: A viable Help delivery option? STC Summit 2014 - Phoenix, AZ Scott Prentice, Leximation, Inc. Introduction Scott Prentice, President of Leximation, Inc. Specializing in FrameMaker plugin development

More information