The HTML Tag Quiz. Instructions You will see a tag. You must decide which (if any) versions of HTML include this tag: HTML 0.a Tim Berners-Lee’s original.

Slides:



Advertisements
Similar presentations
Introduction to HTML5. History of HTML HTML first published HTML 2.0 HTML 3.2 HTML 4.01 XHTML 1.0 XHTML 2.0 HTML
Advertisements

3.02B Authoring Languages 3.02 Develop webpages..
MA foundation Creating webpages using XHTML (part 1) Simon Mahony CCH
Learning HTML. > Title of page This is my first homepage. Tells Browser This is an HTML page Basic Tags Tells Browser End of HTML page Header information.
Designing Websites Using HTML and FrontPage A Typical Webpage View Source A webpage is a text file containing instructions to tell a computer how the.
Intro to HTML Kin 260 Jackie Kiwata.
Technologies for web publishing Ing. Vaclav Freylich Lecture 1.
Need to define two things: › The destination › Something to click on to get there  Tag is click here  Can be text, special character or image (next.
Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 3: XHTML Coding © 2007 Prosoft Learning Corporation All rights reserved ITD 110 Web Page.
HTML 5. What is HTML5? HTML5 will be the new standard for HTML, XHTML, and the HTML DOM. The previous version of HTML came in The web has changed.
Tim Berners-Lee authors HTML in 1991, assisted by his colleagues at CERN,
Neal Stublen A Basic Template  HTML doctype Much simpler than HTML4/XHTML  Title and meta content Again simpler than “Content-Type”
Beginning Web Site Creation: Dreamweaver CS4 Noreen Brown XHTML CODING -- TAGS.
To. An easy way to explain the internet is to think of your school computers all linked together into a network that you can put information into.
Standards & Accessibility DMFD. Digital Media: Communication and DesignF2007 Comments Homepage  Requirement: include photo in index.html (today’s.
XHTML and CSS Overview. Hypertext Markup Language A set of markup tags and associated syntax rules Unlike a programming language, you cannot describe.
XHTML and CSS Overview. Hypertext Markup Language A set of markup tags and associated syntax rules Unlike a programming language, you cannot describe.
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 =
Lecture 13. A Very Brief Introduction to HTML and XHTML, part II Instructor: Jie Yang Department of Computer Science University of Massachusetts Lowell.
Semantic Markup and Search Engine Optimization Joseph R. Lewis Sandia National Laboratories.
HTML5. What is HTML5? HTML5 will be the new standard for HTML. HTML5 is the next generation of HTML. HTML5 is still a work in progress. However, the major.
HTML Line Breaks and HTML Horizontal Rules (Lines)
Working with Cascading Style Sheets. Introducing Cascading Style Sheets Style sheets are files or forms that describe the layout and appearance of a document.
XP Tutorial 7New Perspectives on Creating Web Pages with HTML, XHTML, and XML 1 Working with Cascading Style Sheets Creating a Style for Online Scrapbooks.
Introduction to HTML5. History of HTML HTML first published – Tim Berners-Lee HTML 2.0 HTML 3.2 HTML 4.01 XHTML 1.0 XHTML 2.0.
© Copyright by Deitel & Associates, Inc. and Pearson Education Inc. All Rights Reserved. 1 Tutorial 30 – Bookstore Application: Client Tier Introducing.
1 HTML XHTML. 2 Understand the Doctype tag Know the html tags which are now classed as depreciated Understand how Dreamweaver adds styles Add styles to.
ITEC 745 Instructional Web Authoring I Instructor: Ray Cole Week 8.
All Web pages are written with some form of HTML (HyperText Markup Language). HTML documents are saved as Text Only files so virtually any computer can.
>> Introduction to HTML: Tags. Hyper - is the opposite of linear Text – words / sentences / paragraphs Mark-up – Marking the text Language – It is a language.
1 Background and Text Links CGS3066 Rory J. De Simone.
What is Markup and Markup Languages? What is HTML? A Basic HTML Document Basic HTML Tags Tag Attributes and Text Formatting Tags Insert Hyperlinks Add.
Introduction to HTML 1 Basharat Mahmood, Department of Computer Science, CIIT, Islamabad, Pakistan.
Xhtml is “v5.0” An HTML v4.1 Primer chapter 4. Slide 4-2 HTML Elements  Table 4.1 > html elements — container elements — text -- open tag, close tag.
Fundamentals of Web Design Copyright ©2004  Department of Computer & Information Science Introducing XHTML: Module A: Web Design Basics.
Introduction to Programming the WWW I CMSC Winter 2003 Lecture 7.
CA Professional Web Site Development Class 2: Anatomy of a Web Site and Web Page & Intro to HTML.
XHTML1 Images N100 Building a Simple Web Page. XHTML2 The Element The src attribute specifies the filename of an image file To include the src attribute.
Html Tables Basic Table Markup. How Tables are Used For Data Display Tables were originally designed to display and organize tabular data (charts, statistics,
Week 1 – Beginners Content McAfee & Big Fish Games CoderDojo.
XHTML TAGS I Basic Tags. North Lake College 2 by Sean Griffin Sample XHTML Code.
1 Web Application Programming Presented by: Mehwish Shafiq.
Louisa Lambregts, Louisa Lambregts
INTRODUCTORY Tutorial 5 Using CSS for Layout and Printing.
Web programming Part 1: HTML 由 NordriDesign 提供
HTML 5 The Future of Web Development. What is HTML5? “HTML5 is a specification of how the web’s core language, HTML, should be formatted and utilized.
Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 2: Markup Language and Site Development Essentials © 2007 Prosoft Learning Corporation All.
Make Up Your Own Home Page in Waseda Hiroshi Toyoizumi.
Introduction to Web Site Development John Hurley Department of Computer Science California State University, Los Angeles Lecture 4: Favicons Tables and.
University of South Asia Course Name: Web Application Prepared By: Md Rezaul Huda Reza
SERVER web page repository WEB PAGE instructions stores information and instructions BROWSER retrieves web page and follows instructions Server Web Server.
CPSC 203 Introduction to Computers Lab 23 By Jie Gao.
HTML Basic Structure. Page Title My First Heading My first paragraph.
Web Design Principles 5 th Edition Chapter 3 Writing HTML for the Modern Web.
This is a test Webpage Wow, I’m writing my first webpage.
XP Tutorial 7New Perspectives on HTML and XHTML, Comprehensive 1 Working with Cascading Style Sheets Creating a Style for Online Scrapbooks Tutorial 7.
Lesson 5. XHTML Tags, Attributes and Structure XHTML Basic Structure head and body titles Paragraph headings comments Document Presentation Manipulating.
Working with Cascading Style Sheets
Web Basics: HTML/CSS/JavaScript What are they?
Front End Development workshop
Introduction to HTML5.
Introduction to HTML5.
HTML5 Level I Session II Chapter 3 - How to Use HTML to Structure a Web Page
Creating a Web Page Using HTML
CIS44.
Pertemuan 1b
Introduction to HTML5.
HTML 5 SEMANTIC ELEMENTS.
Pertemuan 1 Desain web Pertemuan 1
Introduction to HTML5.
Presentation transcript:

The HTML Tag Quiz

Instructions You will see a tag. You must decide which (if any) versions of HTML include this tag: HTML 0.a Tim Berners-Lee’s original HTML HTML 2.0 HTML 4.01 XHTML HTML5 None

HTML 0.a HTML 2.0 HTML 4.01 XHTML HTML5 None A level-2 header in any version

HTML 0.a HTML 2.0 HTML 4.01 XHTML HTML5 None Semantic tag

HTML 0.a HTML 2.0 HTML 4.01 XHTML HTML5 None Marks a contact address

HTML 0.a HTML 2.0 HTML 4.01 XHTML HTML5 None NeXT browser only

HTML 0.a HTML 2.0 HTML 4.01 XHTML HTML5 None The term ‘alt tag’ is often used, but alt is an attribute of an tag

HTML 0.a HTML 2.0 HTML 4.01 XHTML HTML5 None Semantic tag. Not to be confused with

HTML 0.a HTML 2.0 HTML 4.01 XHTML HTML5 None Neither flashing text nor flash plugin

HTML 0.a HTML 2.0 HTML 4.01 XHTML HTML5 None Marks a paragraph in any version

HTML 0.a HTML 2.0 HTML 4.01 XHTML HTML5 None Gives HTML a bitmapped surface to work with

HTML 0.a HTML 2.0 HTML 4.01 XHTML HTML5 None Frames are the work of the devil and dropped asap

HTML 0.a HTML 2.0 HTML 4.01 XHTML HTML5 None Marks a mathML-like mathematical expression

HTML 0.a HTML 2.0 HTML 4.01 XHTML HTML5 None A container for content (typically images, but can be anything)

HTML 0.a HTML 2.0 HTML 4.01 XHTML HTML5 None Not to be confused with in HTML5

HTML 0.a HTML 2.0 HTML 4.01 XHTML HTML5 None Preferred over

HTML 0.a HTML 2.0 HTML 4.01 XHTML HTML5 None Semantic tag

HTML 0.a HTML 2.0 HTML 4.01 XHTML HTML5 None Have to spell like an American

HTML 0.a HTML 2.0 HTML 4.01 XHTML HTML5 None Formatting, link to CSS

HTML 0.a HTML 2.0 HTML 4.01 XHTML HTML5 None

HTML 0.a HTML 2.0 HTML 4.01 XHTML HTML5 None Defines some content loosely related to the page content. If it is removed, the remaining content still makes sense.

The point is… HTML5 has introduced a lot of very useful new tags

Reference The lost tags of HTML