The top four lines are required if you are coding in XHTML and want to validate. Copy and paste them as the top four lines in the code you are writing.

Slides:



Advertisements
Similar presentations
PART IV - EMBED VIDEO, AUDIO, AND DOCUMENTS. Find a video on Youtube.com: Search for a video, then look for the Embed code. Copy this code into the HTML/JavaScript.
Advertisements

Whats New in Office 2010?. Major Changes in Office 2010 The Office Ribbon, which first made its appearance in Office 2007, now appears in all Office 2010.
Web Development & Design Foundations with XHTML
Outlook Contacts Export Guideline Powered by DonorCommunity TM DonorCommunity eLearning Series v1.2, September 2012 Outlook Contacts Export Guideline Outlook.
A guide to HTML. Slide 1 HTML: Hypertext Markup Language Pull down View, then Source, to see the HTML code. Slide 1.
Chapter 2 HTML Basics Key Concepts
More frames in XHTML Please use speaker notes for additional information!
XHTML Basics Web pages used to be written exclusively in html
CSW131 Steven Battilana 1 CSW 131 Free MS Software (MSDNAA) MS Visual Web Developer W3 / Mozilla Code Validators Uploading Your Website Summer 2013 Prepared.
Creating and Editing a Web Page Using Inline Styles
Using Advanced Cascading Style Sheets
Book Trailer Click Sheet Go to my teacher website for: click sheet grading rubric blank color pages and more…
Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 3: XHTML Coding © 2007 Prosoft Learning Corporation All rights reserved ITD 110 Web Page.
Introductory XHTML pages Please use speaker notes for additional information!
Python and Web Programming
Basic HTML Workshop LIS Web Team Fall What is HTML? Stands for Hyper Text Markup Language Computer language used to create web pages HTML file =
Google Confidential and Proprietary 1 Intro to Docs Google Apps Apps.
Getting on the Web CCSD Technology Team. Post a page to the Web using a simple file transfer process Goal: Process: Create a Web page using Microsoft.
Basics of HTML Shashanka Rao. Learning Objectives 1. HTML Overview 2. Head, Body, Title and Meta Elements 3.Heading, Paragraph Elements and Special Characters.
HTML Concepts and Techniques Fourth Edition Project 3 Creating Web Pages with Links, Images, and Formatted Text.
HTML Comprehensive Concepts and Techniques Third Edition Project 3 Creating Web Pages with Links, Images, and Formatted Text.
Creating and Editing a Web Page
PhoneGap Development How to make an app using PhoneGap Build ? Presentation By MobilePundits.
ULI101 – XHTML Basics (Part II) What is Markup Language? XHTML vs. HTML General XHTML Rules Block Level XHTML Tags XHTML Validation.
Amber Annett David Bell October 13 th, What will happen What is this business about personal web pages? Designated location of your own web page.
1.  Describe the anatomy of a web page  Format the body of a web page with block-level elements including headings, paragraphs, lists, and blockquotes.
Chapter 2 HTML Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D 1.
HTML, Third Edition--Illustrated Introductory 1 HTML, Third Edition Illustrated Introductory Unit E Formatting with Cascading Style Sheets.
Getting Started with HTML Please use speaker notes for additional information!
Creating a Form on a Web Page
Linear Algebra Data Analysis Project Directions. You must have the following ready: Survey question 1 written. Survey question 2 written. Log into Google.
CCHD Grant Application Using the Online System. Sign In to the Online System Enter you complete address If this is your first time using CCHD’s.
Internet Publishing Luke E. Reese ANR Education and Communication Systems
Basic HTML Hyper text markup Language. Lesson Overview  In this lesson, you will learn to:  Write HTML code using a text editor application such as.
HTML: Hyptertext Markup Language Doman’s Sections.
Moodle with Style Integrating new technologies to empower learning and transform leadership.
XHTML TAGS I Basic Tags. North Lake College 2 by Sean Griffin Sample XHTML Code.
COP 3813 Intro to Internet Computing Prof. Roy Levow Lecture 2.
Web Development & Design Foundations with XHTML Chapter 2 HTML/XHTML Basics.
Printing a Presentation Objective: Print a PowerPoint Presentation Objective: Print a PowerPoint Presentation Given: Handout, Lecture, previous notes,
ATTRIBUTES, LISTS, AND TABLES. Chapter 4 Objectives Extensions Strict vs. transitional XHTML Tag options Structure lists Table data.
Videos. Adding Videos to a Web Page Videos can make our pages more interesting and engaging. Most video-hosting services, such as YouTube, will provide.
How to make and publish a web page. Create a folder.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 2 Key Concepts 1 Copyright © Terry Felke-Morris.
Inserting Flash Videos SharePoint 2007 By Joseph Risi.
COP 3813 Intro to Internet Computing Prof. Roy Levow Lecture 2.
HTML Concepts and Techniques Fifth Edition Chapter 3 Creating Web Pages with Links, Images, and Formatted Text.
Creating and Editing a Web Page
Read, Read, Read, Read, Read!! The following presentation is a review over important icons and commands in the Microsoft Word program. They are important.
This shows CIS17 and the first day introduction..
Mr. Rouda’s CSCI 101 sections. Refresher from Day One link.
Creating and Editing a Web Page Using Inline Styles
Introduction To Computing Lab #8 Instructor: Kavya Venkatesh IT 104, Section: 203.
“Successful Uses of HTML Computer Code” Shannon Harwell.
Internet Explorer. 2 Menu bar Command bar Back & forward buttons Search bar (type word or phrases )
Validation. What is Validation? Removing errors improves the consistency of how our pages look to a wide variety of browsers and devices. Ensuring that.
Click on CIS120/17 to go to website for course. The week of will tell you what is planned for the week and what has been assigned.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 2 Key Concepts 1 Copyright © Terry Felke-Morris.
Creating Web Pages with Links, Images, and Embedded Style Sheets
TNPW1 Ing. Jiří Štěpánek.  ordered list  (list item)  unordered list  (list item)
Glencoe Introduction to Web Design Chapter 4 XHTML Basics 1 Review Do you remember the vocabulary terms from this chapter? Use the following slides to.
Weebly is Your Friend. * To Enhance And Promote Your Curriculum * To Provide A Student Resource * Add Efficiency to Your Planning * Informational * Promote.
Using the HTML and CSS Validation Services
Creating Tables in a Web Site Using an External Style Sheet
Web Page Design ICT Ms. McGrew.
CIS44.
Home page for CIS44..
Using Logo and Logic This presentation uses a version of Logo called StarLogo available through MIT. It can be downloaded for free and installed on your.
Student Digital Lockers for Students on eChalk
Presentation transcript:

The top four lines are required if you are coding in XHTML and want to validate. Copy and paste them as the top four lines in the code you are writing.

If you have a URL for the web page you are checking, use the tab for Validate by URL. If you want to check code from your computer use the tab for Validate by File Upload (currently showing) and browse for the file. Then click on Check.

This is the code that I am going to check.

You can see the code at that address validated strict.

This shows just two lines of code for XHTML - this shows an earlier version - we now use the four lines shown in a previous slide. This page will not validate because the statement This is my first XHTML page is not in a container like a paragraph or a division.

Again, you should use four lines of code. The problem with this page is the paragraph was not closed.

Shows a page with a simple header.

Shows a page with a series of headers.

Shows an unordered list.

Shows an ordered list.

Note the spaces do not show on the page - it defaults to showing just one space.

I can use to show a single space.

See the repeated to show multiple spaces.

You should use when you want a break.

means that you must close the inner first so close and then

Validates transitional which means it does not meet the standards for stict.

The use of. It validates strict.

The HTML vs XHTML way to set up an outline or to set up different notations in an ordered list.

have conflicting means. To print it is best to use < and >

This shows another kind of list - a definition list.

gets the predefined look.

Shows divisions and paragraphs.