Chapter 1 HTML, XHTML, and the World Wide Web

Slides:



Advertisements
Similar presentations
3.02B Authoring Languages 3.02 Develop webpages..
Advertisements

DOCUMENT TYPES. Digital Documents Converting documents to an electronic format will preserve those documents, but how would such a process be organized?
Computing – Weekly Review By Callum Innes HTML WWW WYSIWYG URL Hyperlink.
The eXtensible Markup Language (XML) An Applied Tutorial Kevin Thomas.
XML/EDI Overview West Chester Electronic Commerce Resource Center (ECRC)
Getting a Taste of Cascading Stylesheets Steve Mooradian December 14, 2005.
Intro to HTML Kin 260 Jackie Kiwata.
Creating XHTML Documents Dr John Cowell phones off (please) 1CSCI1412-HW-6.
Authoring Languages and Web Authoring Software 4.01 Examine web page development and design.
INTRO TO THE WWW. What is the World Wide Web? The World Wide Web (WWW) is most often called the Web. The World Wide Web (WWW) is most often called the.
XHTML 16-Apr-17.
17-Jun-15 XHTML 2 What is XHTML? XHTML stands for Extensible Hypertext Markup Language XHTML is aimed to replace HTML.
Chapter 1 Understanding the Web Design Environment
HTML Elements. HTML documents are defined by HTML elements.
Copyright © 2003 Pearson Education, Inc. Slide 1-1 Created by Cheryl M. Hughes, Harvard University Extension School — Cambridge, MA The Web Wizard’s Guide.
Developing a Basic Web Page Posting Files on UMBC
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
THE BASICS OF THE WEB Davison Web Design. Introduction to the Web Main Ideas The Internet is a worldwide network of hardware. The World Wide Web is part.
Skip 2013 Inline XBRL vs. XBRL for Financial Reporting UWCISA Symposium on Information Integrity & IS Assurance - Toronto, Oct 3, Clinton E. White,
Chapter 1 Variables in the Web Design Environment
1 Networks and the Internet A network is a structure linking computers together for the purpose of sharing resources such as printers and files Users typically.
August Chapter 1 - Introduction Learning XML by Erik T. Ray Slides were developed by Jack Davis College of Information Science and Technology Radford.
Using HTML to Create a Basic Web Page… By Josh Gallagan.
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.
CS134 Web Design & Development Creating a Basic Web Page Mehmud Abliz.
CP2022 Multimedia Internet Communication1 HTML and Hypertext The workings of the web Lecture 7.
XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 1 Creating Effective Web Pages Creating HTML Documents Tutorial 8.
XHTML and CSS Session 1 Intro, (X)HTML, CSS, W3C, browsers, webpage, structure, tags, attributes, elements, web development process, basic XHTML elements.
Chapter 1 Understanding the Web Design Environment Principles of Web Design, 4 th Edition.
HTML Structure & syntax. Introduction This presentation introduces the following: Doctype declaration HTML Tags, Elements and Attributes Sections of a.
XHTML By Trevor Adams. Topics Covered XHTML eXtensible HyperText Mark-up Language The beginning – HTML Web Standards Concept and syntax Elements (tags)
IT Engineering I Instructor: Rezvan Shiravi
CEAL 2003 XML for CJK Wooseob Jeong School of Information Studies University of Wisconsin - Milwaukee.
Started Getting started with HTML Authoring Authoring on the Web.
XML Alyssa Roberts. What is XML? Extensible Markup Language Specification to creating custom mark-up languages Simplified version of SGML, originally.
HTML Concepts and Techniques Fourth Edition Project 1 Introduction to HTML.
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
HTML Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 2: Markup Language and Site Development Essentials © 2007 Prosoft Learning Corporation All.
Module Road Map Assignment Road Map Notice we have linked the conduit directly to the presentation layer. This is normally a bad idea!
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
XP 1 HTML Tutorial 1: Developing a Basic Web Page.
1 ITEC 4830 Graphics Design Chapter 1 Dreamweaver MX 2004 Basics.
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.
Mark-up Languages Compare and describe at least 3 mark-up languages and what they do.
XML BASICS and more…. What is XML? In common:  XML is a standard, simple, self-describing way of encoding both text and data so that content can be processed.
What is XHTML? XHTML stands for Extensible Hypertext Markup Language
Principles of IT Basic Webpage Design Vocabulary.
Project 1 Introduction to HTML.
HTML, XHTML, and the World Wide Web
Chapter 1 Introduction to HTML
CITA 330 Section 3 XHTML.
Introducing XHTML: Module A: Web Design Basics
Introducing XHTML: Module A: Web Design Basics
Chapter 1 Introduction to HTML.
Introduction to XHTML.
Web Programming– UFCFB Lecture 9
XHTML
Chapter 1 HTML, XHTML, and the World Wide Web
Chapter 1 HTML, XHTML, and the World Wide Web
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
What is HTML?.
Introduction to HTML5.
An Introduction to HTML Pages
Web Programming– UFCFB Lecture 9
XHTML 7-May-19.
XHTML 29-May-19.
Presentation transcript:

Chapter 1 HTML, XHTML, and the World Wide Web

HTML & XHTML: What they are Document-layout and hyperlink specification HTML was based on SGML (Standard Generalized Markup Language) XML is a separate markup language based on SGML HTML is not compliant with XML XHTML is an offspring of HTML that is compliant with XML

HTML and XHTML: What they aren’t Not word processing tools or programming language Purpose: Defines structure & appearance Content versus Appearance

Standards and Extensions HTML standards define the basic syntax and semantics of HTML Browsers use the standards to build their software Web Designers use the standards to make sure they are writing effective and correct documents Nonstandard Extension Extensions: Pro and Con

Tools for the Web Designer Essentials – Simple editor, and browser Word Processor or WYSIWYG editor (What you see is what you get) Browser Software