Mark-up Languages Compare and describe at least 3 mark-up languages and what they do.

Slides:



Advertisements
Similar presentations
The eXtensible Markup Language (XML) An Applied Tutorial Kevin Thomas.
Advertisements

Hyper Text Markup Language.  HTML is a language for describing web pages.  HTML stands for Hyper Text Markup Language  HTML is not a programming language,
WeB application development
Getting a Taste of Cascading Stylesheets Steve Mooradian December 14, 2005.
A guide to HTML. Slide 1 HTML: Hypertext Markup Language Pull down View, then Source, to see the HTML code. Slide 1.
Intro to HTML Kin 260 Jackie Kiwata.
1 HTML Documents and JavaScript Tom Horton Alfred C. Weaver CS453 Electronic Commerce.
Web Technologies By Andreas Vetter and Yong Soo Deutschle.
Pengantar Teknologi Mobile 13 Antonius Rachmat C, S.Kom, M.Cs XHTML.
Jeong W. Shon IS 373.  AppML stands for Application Mark-up Language  Open source initiative used for describing Internet Applications  It is developing.
XHTML 16-Apr-17.
Made by: Dan Ye. Introduction Basic Last Page ☆ HTML stands for Hyper Text Markup Language; ☆ HTML is not a programming language, it is a markup language;
17-Jun-15 XHTML 2 What is XHTML? XHTML stands for Extensible Hypertext Markup Language XHTML is aimed to replace HTML.
Introduction to Web Pages. Slide 2 Lecture Overview Evolution of the Internet and Web Web Protocols.
XML Primer. 2 History: SGML vs. HTML vs. XML SGML (1960) XML(1996) HTML(1990) XHTML(2000)
Copyright © 2003 Pearson Education, Inc. Slide 1-1 Created by Cheryl M. Hughes, Harvard University Extension School — Cambridge, MA The Web Wizard’s Guide.
Tutorial 1: Getting Started with HTML5
HTML & XHTML Introduction. First HTML 1992 Marked-up text to represent a hypertext document for transmission over the network The hypertext mark-up language.
Ku-Yaw Chang Assistant Professor, Department of Computer Science and Information Engineering Da-Yeh University.
XHTML The Basics A brief history of HTML SGML (Standard Generalized Markup Language) Then came HTML Followed by the browser…and the great browser wars.
Web page - A Web page is a simple text file that contains a set of HTML tags (code) that describe (to the browser) what should go on a web page. It may.
Styling and theming Build campaigns in style. What we'll look at... How a web document is structured How HTML and CSS fit together Tools you will need.
XHTML. Introduction to XHTML What Is XHTML? – XHTML stands for EXtensible HyperText Markup Language – XHTML is almost identical to HTML 4.01 – XHTML is.
XHTML,XML M.Abdullah Mrian. What is the XHTML Why XHTML ?
Text. DO NOW Login to your computer. Go to your Google Docs document for DONOW, put todays date below where you finished last time. Make a list in order.
Lesson 2: Basic HTML Code Basic HTML Code. HTML is an acronym for Hypertext Markup Language. Internet browsers translate the HTML code into texts and.
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
XHTML1-1 Extensible HyperText Markup Language (XHTML) Part 2 Xingquan (Hill) Zhu
IT Engineering I Instructor: Rezvan Shiravi
XML Basics A brief introduction to XML in general 1XML Basics.
EXtensible Markup Language XML Question: What is the most common use of XML Answer: As a buzzword to spice up a resume.
Introduction to HTML Year 8. What is HTML O Hyper Text Mark-up Language O The language that all the elements of a web page are written in. O It describes.
Copyright © 2003 Pearson Education, Inc. Slide 1-1 Created by Cheryl M. Hughes The Web Wizard’s Guide to XHTML by Cheryl M. Hughes.
Introduction to XML MIS3502: Application Integration and Evaluation Paul Weinberg Presentation by David Schuff.
XML Extensible Markup Language. XML2 Weaknesses of HTML n Displaying very long pages –Only top-level structuring is and –Only top-level structuring is.
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.
XML The Extensible Markup Language (XML ), which is comparable to SGML and modeled on it, describes how to describe a collection of data. A standard way.
Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 2: Markup Language and Site Development Essentials © 2007 Prosoft Learning Corporation All.
XHTML TUTORIAL Contact me Amin Sharifi Website: Mob:
University of South Asia Course Name: Web Application Prepared By: Md Rezaul Huda Reza
Evaluation Biztalk Table of Contents Introduction to XML. Anatomy of an XML document. What is an XML Schema? What is SOAP? XML Web Services overview.
Module Road Map Assignment Road Map Notice we have linked the conduit directly to the presentation layer. This is normally a bad idea!
XP 1 HTML Tutorial 1: Developing a Basic Web Page.
CIS 228 The Internet 9/20/11 XHTML 1.0. “Quirks” Mode Today, all browsers support standards Compliant pages are displayed similarly There are multiple.
HTML Basic Structure. Page Title My First Heading My first paragraph.
Lists Module 2: XHTML Basics LESSON 8. Module 2: XHTML Basics LESSON 8 Lesson Overview In this lesson, you will learn to:  Create lists using XHTML code.
1 ITEC 4830 Graphics Design Chapter 1 Dreamweaver MX 2004 Basics.
Basic Web Page Design. Text book: HTML, XHTML, and CSS: Visual QuickStart Guide, Sixth Edition written by Elizabeth Castro. Software: Adobe® Dreamweaver®
Basic HTML Introduction to HTML.
Pertemuan 1 Desain web Pertemuan 1
What is XHTML? XHTML stands for Extensible Hypertext Markup Language
Prepared by Dr. Maher Abuhamdeh 2014/2015 First semester
Web Basics: HTML/CSS/JavaScript What are they?
Creating an XML Document
Mansoor Ahmed Bughio.
Chapter 1 HTML, XHTML, and the World Wide Web
XHTML
Chapter 1 HTML, XHTML, and the World Wide Web
Chapter 1 HTML, XHTML, and the World Wide Web
Creating Web Page.
Mozafar Bag-Mohammadi
What is HTML?.
HTML What is Html? HTML stands for Hypertext Markup Language.
Task: Have a look at these websites:
Web Application Development
XHTML 7-May-19.
Do it now – PAGE 8 You will find your do it now task in your workbook – look for the start button! Sunday, 19 May 2019.
Class 4: Building Interactive Web Pages
XHTML 29-May-19.
Creating Web Documents
Presentation transcript:

Mark-up Languages Compare and describe at least 3 mark-up languages and what they do

Basic structure of web page (example)

Different types of markup languages Investigate and create a table describing the different types of markup languages Markup Language Release date Overview (including what the acronyms mean) AdvantagesDisadvantages HTML 5 XHTML 1.0 HTML 4.01 HTML 3.2 XML SGML

Different types of markup languages Create a table to show examples of use of different markup languages Markup Language Examples HTML 5 XHTML 1.0 HTML 4.01 HTML 3.2 XML SGML

Different types of markup languages Use Dreamweaver copy the different types of declaration at the top of a web page and example of a tag into the table below Markup Language Examples (declaration and example of tags) HTML 5 XHTML 1.0 HTML 4.01 HTML 3.2 XML