XHTML Introduction to Xtensible HyperText Markup Language Screen Readers – Click the Notes button in the lower right corner.

Slides:



Advertisements
Similar presentations
HTML I. HTML Hypertext mark-up language. Uses tags to identify elements of a page so that a browser such as Internet explorer can render the page on a.
Advertisements

Getting Familiar with Web Pages 1 2 The Internet Worldwide collection of interconnected computer networks that enables businesses, organizations, governments,
WeB application development
Creating Pages in XHTML
XHTML Basics.
The Client-Server Model for the Web 1. A Web Client (usually in the form of a web browser) makes an HTTP request to a specific web server. 2. The Web Server.
1 eVenzia Technologies Learning HTML, XHTML & CSS Chapter 1.
Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 10: GUI HTML Editors.
Project 1 Introduction to HTML.
F DIGITAL MEDIA: COMMUNICATION AND DESIGN INTRODUCTION TO XML AND XHTML.
HTML Introduction HTML
1st Project Introduction to HTML.
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
Chapter 2 Introduction to HTML5 Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
Chapter 14 Introduction to HTML
ECA 228 Internet/Intranet Design I Intro to the Web.
1 Lesson 1 Quick HTML Know-How HTML and JavaScript BASICS, 4 th Edition Barksdale / Turner.
COMPUTERS AND INFORMATION SYSTEMS HTML. How the Web Works To access a web site  Enter its address (URL) in the address box of your browser 
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.
Basic Web Page Design. Text book: HTML, XHTML, and CSS: Visual QuickStart Guide, Sixth Edition written by Elizabeth Castro. Software: Adobe® Dreamweaver®
Tutorial 1: Getting Started with HTML5
Overview of HTML. Three Different Approaches  Text editor like Notepad  HTML editor such as: –KompoZer –DreamWeaver –Microsoft Expression Web –iWeb.
Intro to MIS – MGS351 Building a Webpage. Chapter Overview m The World Wide Web – Web servers, Web browsers and Web pages m HTML Introduction m Using.
Multimedia and Web Technology Prepared by: Asst. Prof. Maryam Eskandari.
Ku-Yaw Chang Assistant Professor, Department of Computer Science and Information Engineering Da-Yeh University.
Creating a Basic Web Page
HTML.
INTRODUCTION TO FRONTPAGE. TOPICS TO BE DISCUSSED……….  Introduction Introduction  Features Features  Starting Front Page Starting Front Page  Components.
CS 299 – Web Programming and Design Introduction to HTML.
1 Session 1: Introduction to HTML Spring Today’s Agenda Cover useful terminology for today’s session HTML, browsers, servers, etc. HTML Tags Get.
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.
HTML INTRODUCTION, EDITORS, BASIC, ELEMENTS, ATTRIBUTES.
XHTML. Introduction to XHTML What Is XHTML? – XHTML stands for EXtensible HyperText Markup Language – XHTML is almost identical to HTML 4.01 – XHTML is.
NASRULLAH KHAN.  Lecturer : Nasrullah   Website :
Chapter 4 (through page 110) Fluency with Information Technology 4 th edition by Lawrence Snyder (slides by Deborah Woodall : 1.
XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 1 Creating Effective Web Pages Creating HTML Documents Tutorial 8.
Web Design (2) Brackets - introduction. Brackets Brackets is a web design code editor It is an open-source project initiated by Adobe (creator of Dreamweaver)
HTML I An Introduction to the Language of the Web Terry Bake
Overview of HTML/XHTML Two Different Approaches  Text editor like Notepad  HTML editor such as: –KompoZer –DreamWeaver –Microsoft Expression Web –iWeb.
Web Design 3080 – Week 2 More Fun With Delicious.com Setting up a ‘network’. 1.Go to Delicious.com and sign up for a personal account 2.Once your account.
1 Creating Web Pages Part 1. 2 OVERVIEW: HTML-What is it? HyperText Markup Language, the authoring language used to create documents on the World Wide.
Web Page Design Introduction. The ________________ is a large collection of pages stored on computers, or ______________ around the world. Hypertext ________.
Web Terminology Intro to Web. North Lake College 2 by Sean Griffin HTML vs. XHTML HTML: Hypertext Markup Language XHTML: eXtensible Hypertext Markup Language.
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
NASRULLAH KHAN.  Lecturer : Nasrullah   Website :
HTML A brief introduction HTML1. HTML, what is? HTML is a markup language for describing web documents (web pages). HTML stands for Hyper Text Markup.
HTML Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
HTML HYPER TEXT MARKUP LANGUAGE. INTRODUCTION Normal text” surrounded by bracketed tags that tell browsers how to display web pages Pages end with “.htm”
HTML Introduction 2-1. Lecture 6 HTML - HyperText Markup Language  not a programming language  structure text into title, body, paragraphs, lists, links,
Introduction to the World Wide Web & Internet CIS 101.
HTML HyperText Markup Language Victoria E. Kozlek.
Session 1: Introduction to HTML Fall Today’s Agenda Talk about the functions of the Internet Cover useful terminology for today’s session HTML,
Cascading Style Sheet CSS Closing Switch Closing Tag Code View
Web Design Terminology Unit 2 STEM. 1. Accessibility – a web page or site that address the users limitations or disabilities 2. Active server page (ASP)
Basic Web Page Design. Text book: HTML, XHTML, and CSS: Visual QuickStart Guide, Sixth Edition written by Elizabeth Castro. Software: Adobe® Dreamweaver®
Hyper Text Markup Language.  My First Heading My first paragraph. Example Explained The DOCTYPE declaration defines the document type The text between.
Introduction to HTML Hypertext Mark-up Language. HTML HTML = Hypertext Mark-up Language Is just plain simple text marked up by “tags” You can create a.
Basic HTML Page 1. First Open Windows Notepad to type your HTML code 2.
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.
Web Basics: HTML/CSS/JavaScript What are they?
Project 1 Introduction to HTML.
Chapter 1 Introduction to HTML.
© 2016 Pearson Education, Inc., Hoboken, NJ. All rights reserved.
Project 1 Introduction to HTML.
HTML A brief introduction HTML.
HTML HYPERTEXT MARKUP LANGUAGE.
Introduction to Web Application Design
Presentation transcript:

XHTML Introduction to Xtensible HyperText Markup Language Screen Readers – Click the Notes button in the lower right corner.

Creating Web Pages  About Creating Pages Many ways to create web pages  Text Editors and GUI Editors Write the pages in Extensible HTML (XHTML)  Web Designers should… Know additional technologies  Flash  JavaScript  ActiveX Use and understand  Databases  Database connections Become a Web Designer MUL 112 Interactive Media I MUL 218 Dynamic Web Design MUL 125 Interactive Motion Media CSIS 125A Web Development 2

 Use basic text editor Creates XHTML tags by hand Use  Notepad (PC) NOTE: NOT Wordpad!  TextEdit (Mac)  Saving XHTML files Save the text as plaintext Save the file using either the.html or.htm file name extension  Example: mypage.htm or mypage.html  GUI HTML editors: Create HTML/XHTML code for you  You type the page text as you would with a standard word processor  You point and click with a mouse  When saving, the editor adds the extension automatically  Popular GUI HTML editors include: Adobe DreamWeaver Microsoft Expressions Coffee Cup Editors

Naming Web Page Files  Web servers search for default page names  Default page names include: index.html index.htm  Names determined by the server Designers must know what type of server hosts the web pages  Apache Server (Linux) -- usually index.html  IIS (Windows) – usually index.htm or default.htm The browser will open the index file without having to type it. The browser will open the index file without having to type it.

Markup Languages  Extensible HTML (XHTML) Latest formulation of HTML Defines content rather than format Used to organize data on the page More flexible than HTML Used to insure accessibility for persons with limited vision, hearing, etc. Works with Cascading Style Sheets

Web Page Access  Viewing Pages The page and all referenced images and objects must reside on a Web server that provides access to the Internet.  File Transfer Protocol (FTP) This is a program that uploads web pages to the web server. (you will do this in this class)  Options for a server: Contract with an Internet Service Providers (ISP) Set up your own server and Internet access NOTE: your web page will reside on a server but you will not need a server in this class.

Creating Pages in XHTML

XHTML Tags  Form Uses wickets Lower-case only  Contains an opening and closing tag Tags must nest properly Opening Tag My Home Page Closing Tag  Every XHTML document must have the following document structure components to render as expected and validate: This is an example of markup tags

XHTML Tag Rules  All tags must be written in lower case. Wrong: Right:  All tags must be closed: or  All tag values must be enclosed in quotes. Wrong: Right:  All tags must be properly nested. Wrong: MSJC Right: MSJC  There must be a DOCTYPE declaration. NOTE: this does not follow the lowercase and closing tag rules