Markup Languages Gilok Choi 9/17/2018

Slides:



Advertisements
Similar presentations
XML/EDI Overview West Chester Electronic Commerce Resource Center (ECRC)
Advertisements

1 © Netskills Quality Internet Training, University of Newcastle XML.
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
Project 1 Introduction to HTML.
Chapter Concepts Review Markup Languages
XML Introduction By Hongming Yu Feb 6 th, Index Markup Language: SGML, HTML, XML An XML example Why is XML important XML introduction XML applications.
Developing a Basic Web Page with HTML
Introducing XHTML: Module B: HTML to XHTML. Goals Understand how XHTML evolved as a language for Web delivery Understand the importance of DTDs Understand.
1st Project Introduction to HTML.
Introducing HTML & XHTML:. Goals  Understand hyperlinking  Understand how tags are formed and used.  Understand HTML as a markup language  Understand.
CNIT 133 Interactive Web Pags – JavaScript and AJAX Review HTML5.
HTML 1 Introduction to HTML. 2 Objectives Describe the Internet and its associated key terms Describe the World Wide Web and its associated key terms.
Chapter ONE Introduction to HTML.
Chapter 1 Internet & Web Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D. 1.
Chapter 1 Introduction to HTML, XHTML, and CSS
Chapter 1 Internet & Web Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D. Revised 1/12/2015 by William Pegram 1.
An XML Introduction Extensible Markup Language Describe Structure and Content of Data Sample XML Document.
Chapter 1 Understanding the Web Design Environment Principles of Web Design, 4 th Edition.
Week 1 Understanding the Web Design Environment. 1-2 HTML: Then and Now HTML is an application of the Standard Generalized Markup Language Intended to.
1 © Netskills Quality Internet Training, University of Newcastle Introducing XML © Netskills, Quality Internet Training University.
3 XHTML.
XHTML. Introduction to XHTML What Is XHTML? – XHTML stands for EXtensible HyperText Markup Language – XHTML is almost identical to HTML 4.01 – XHTML is.
HTML, XHTML, and CSS Sixth Edition Chapter 1 Introduction to HTML, XHTML, and CSS.
Web Programming : Building Internet Applications Chris Bates CSE :
HTML PROJECT #1 Project 1 Introduction to HTML HTML Project 1: Introduction to HTML 2 Vocabulary Internet service provider (ISP) A company that has a.
Introduction to HTML Tutorial 1 eXtensible Markup Language (XML)
10/15/20151 XML. 10/15/20152 Mark-up Languages Digitalizing information Content Format SGML HTML XML RDF OWL …
XML A web enabled data description language 4/22/2001 By Mark Lawson & Edward Ryan L’Herault.
XML eXtensible Markup Language. Topics  What is XML  An XML example  Why is XML important  XML introduction  XML applications  XML support CSEB.
XP Tutorial 9 1 Working with XHTML. XP SGML 2 Standard Generalized Markup Language (SGML) A standard for specifying markup languages. Large, complex standard.
XHTML By Trevor Adams. Topics Covered XHTML eXtensible HyperText Mark-up Language The beginning – HTML Web Standards Concept and syntax Elements (tags)
Building Rich Web Applications with Ajax Linda Dailey Paulson IEEE – Computer, October 05 (Vol.38, No.10) Presented by Jingming Zhang.
XML Introduction. Markup Language A markup language must specify What markup is allowed What markup is required How markup is to be distinguished from.
1 Tutorial 11 Creating an XML Document Developing a Document for a Cooking Web Site.
Cs332a_chapt10.ppt CS332A Advanced HTML Programming DHTML Dynamic Hypertext Markup Language A term describing a series of technologies Not a stand-a-lone.
Web Application Programming Presented by: Mehwish Shafiq.
Web Technologies Lecture 4 XML and XHTML. XML Extensible Markup Language Set of rules for encoding a document in a format readable – By humans, and –
Copyright © 2003 Pearson Education, Inc. Slide 1-1 Created by Cheryl M. Hughes The Web Wizard’s Guide to XHTML by Cheryl M. Hughes.
Basics of Web Based Computing. The Architecture The user’s system A Web Server What’s inside? Server software Apache or other Resources to be accessible.
HTML Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
Chapter 1 Introduction to HTML, XHTML, and CSS HTML5 & CSS 7 th Edition.
XP Review 1 New Perspectives on JavaScript, Comprehensive1 Introducing HTML and XHTML Creating Web Pages with HTML.
Introduction to the World Wide Web & Internet CIS 101.
Web Design Principles 5 th Edition Chapter 3 Writing HTML for the Modern Web.
Web Page Programming Terms. Chapter 1 Objectives Describe Internet and Understand Key terms Describe World Wide Web and its Key terms Identify types and.
HTML PROJECT #1 Project 1 Introduction to HTML. HTML Project 1: Introduction to HTML 2 Project Objectives 1.Describe the Internet and its associated key.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 1 Using HTML to Create Web Pages.
Kynn Bartlett 11 April 2001 STC San Diego The HTML Writers Guild Copyright © 2001 XML, XHTML, XSLT, and other X-named specifications.
4.01 How Web Pages Work.
Working with Cascading Style Sheets
Project 1 Introduction to HTML.
Chapter 1 Introduction to HTML.
HTML5 – Heading, Paragraph
W3C Web standards and Recommendations
Project 1 Introduction to HTML.
3.00cs HTML Overview 3.00cs Develop webpages.
Introduction to XHTML.
Microsoft Office Illustrated
Web Programming– UFCFB Lecture 9
Prepared for Md. Zakir Hossain Lecturer, CSE, DUET Prepared by Miton Chandra Datta
Introducing HTML & XHTML:
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
XML Introduction By Hongming Yu Feb 6th, 2002.
Why use Web Standards?.
CIS 133 mashup Javascript, jQuery and XML
Web Programming– UFCFB Lecture 9
CSE591: Data Mining by H. Liu
Intro Project Introduction to HTML.
4.01 How Web Pages Work.
Web Programming : Building Internet Applications Chris Bates CSE :
Presentation transcript:

Markup Languages Gilok Choi 9/17/2018 Selling your ideas is challenging. First, you must get your listeners to agree with you in principle. Then, you must move them to action. Use the Dale Carnegie Training® Evidence – Action – Benefit formula, and you will deliver a motivational, action-oriented presentation. Gilok Choi 9/17/2018

What is “markup” ? “markup” –annotation or other marks eg) wavy underlining, special symbols special markup codes in electronic texts encoding a text for computer process a process of directing the user as to how the content of the text should be interpreted markup languages a set of markup conventions used for encoding texts 9/17/2018

1.SGML(Standard Generalized markup language) international standard for marked up electronic text meta language used for defining other markup languages known as a format used in publishing printed documents, multimedia CD- ROMS 9/17/2018

1.SGML(Standard Generalized markup language) formal syntax for entities, elements and attributes Document Type Definition (DTD) : allow the computer to check the structure of a document formal languages pass information on part of a document to another computer system not a standardized way of coding text 9/17/2018

1.SGML(Standard Generalized markup language) functions link files together to form composite documents Identify where illustrations are to be incorporated into text files add editorial comments to a file provide information to supporting programs transferable to any hardware and software environments 9/17/2018

2. HTML (hyper text markup language) an application of SGML developed as a tagging scheme for web pages Browser interpret it and show formatted document created as a Esperanto for computer in 1989 CERN research lab Since 1995, W3C govern the development standardization provide standardized setting 9/17/2018

2. HTML (hyper text markup language) prevalence of sloppy markup practices missing elements new kinds of browser: digital TVs, handhelds, and phones pressure to subset for simple/ richer clients combining HTML with tag sets Math, Vector Graphics, meta data … 9/17/2018

3. XML (Extensible Markup Language) HTML problems: standardization W3C set up a working group (XWG) for a new standard in 1996 SGML complex to implement contains features that are rarely used weak support for different character sets difficulty in interpreting an SGML without DTD 9/17/2018

3. XML (Extensible Markup Language) released in 1996 simplified version of SGML interoperability with both SGML and HTML entities, element and properties same function as SGML transferable to any environments 9/17/2018

3. XML (Extensible Markup Language) allow customized markup language encode information specifically suited to users’ topic provide processing control information to supporting programs not require DTD : default DTD working with database object-oriented and hierarchical in nature 9/17/2018

4. XHTML (extensible hyper text markup language) successor of HTML emerged to improve HTML’s problems reformulation of HTML based on XML reproduce, subset and extend HTML designed to work with XML–based user agents compatible with existing HTML 9/17/2018

4. XHTML (extensible hyper text markup language) XHTML Family Name of a family document type, not the name of a single markup language differences with HTML come from difference between SGML and XML document must be well-formed element and attribute name in lower case element and attributes written in full 9/17/2018

4. XHTML (extensible hyper text markup language) accommodate XML extension easily converted to another document type easily searched and manipulated easily combining new and existing feature sets interoperability alternate ways of accessing the internet usable by any XHTML-conforming user agent next generation forms features: improve database and workflow applications 9/17/2018

5. DHTML (dynamic HTML) not an identified technology marketing term coined by Netscape and Microsoft to describe dynamic capabilities of their browsers combination of technologies for dynamic content: javaScript, HTML, CSS 9/17/2018

5. DHTML (dynamic HTML) control how the html displays the web content react and change with the actions of the visitor (interactivity) hide and show content as needed position elements in the window 9/17/2018

reference Bryan M. An introduction to the standard generalized markup language(SGML) [On-line]. available: http://www.personal.u-net.com/~sgml/sgml.htm  Bryan M. (1997) An introduction to the extensible markup language(XML) [On-line]. http://www.personal.u-net.com/~sgml/xmlintro.htm  Castro, E.C. (1998) HTML for the world wide web. Peachpit Press.  Garshol, L.M (1999) An Introduction to XML[On-line]. Available: http://www.garshol.priv.no/download/text/xml-intro/index-en.html  Naggum E. (1995) What is SGML [On-line]. available: http://xml.coverpages.org/naggumWhat.html  Raggett D. (1999) XHTML [On-line]. available: http://www.w3.org/Talks/1999/03/24- stockholm-xhtml   Teague, J.C. DHTML for the world wide web. Peachpit Press. 9/17/2018