CNIT 133 Interactive Web Pags – JavaScript and AJAX Review HTML5.

Slides:



Advertisements
Similar presentations
CSCI N241: Fundamentals of Web Design Copyright ©2004 Department of Computer & Information Science Introducing XHTML: Module B: HTML to XHTML.
Advertisements

MA foundation Creating webpages using XHTML (part 1) Simon Mahony CCH
4. Internet Programming ENG224 INFORMATION TECHNOLOGY – Part I
HTML popo.
Web Development & Design Foundations with XHTML
HTML. The World Wide Web Protocols Addresses HTML.
Getting a Taste of Cascading Stylesheets Steve Mooradian December 14, 2005.
Chapter 2 HTML Basics Key Concepts
 Fundamentals of Web Design.  Describe the history and theory of XHTML  Understand the rules for creating valid XHTML documents  Apply a DTD to an.
CNIT 133 Interactive Web Pags – JavaScript and AJAX Review CSS.
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,
Basics of HTML What is HTML?  HTML or Hyper Text Markup Language is the standard markup language used to create Web pages.  HTML is.
Tutorial 1 Getting Started with HTML5
Tutorial 1 Developing a Basic Web Page
Developing a Basic Web Page
Upgrading to XHTML DECO 3001 Tutorial 1 – Part 1 Presented by Ji Soo Yoon 19 February 2004 Slides adopted from
Developing a Basic Web Page with HTML
Introducing XHTML: Module B: HTML to XHTML. Goals Understand how XHTML evolved as a language for Web delivery Understand the importance of DTDs Understand.
Developing a Basic Web Page Posting Files on UMBC
1st Project Introduction to HTML.
Chapter 14 Introduction to HTML
Introducing HTML & XHTML:. Goals  Understand hyperlinking  Understand how tags are formed and used.  Understand HTML as a markup language  Understand.
CS 415 N-Tier Application Development By Umair Ashraf July 16,2013 National University of Computer and Emerging Sciences Lecture # 12 HTML/ XHTML/ HTML5.
Chapter ONE Introduction to HTML.
Tutorial 1: Getting Started with HTML5
Week 1.  Phillip Chee   Ext.1214 
HTML (HyperText Markup Language)
HTML Structure & syntax
CNIT 133 Interactive Web Pags – JavaScript and AJAX JavaScript Environment.
ACM 511 HTML Week -1 ACM 511 Course Notes. Books ACM 511 Course Notes.
CS134 Web Design & Development Creating a Basic Web Page Mehmud Abliz.
Chapter 1 XHTML: Part I The Web Warrior Guide to Web Design Technologies.
1 HTML intro The development of HTMLThe development of HTML The transition from HTML to XHTMLThe transition from HTML to XHTML XHTML syntax, tags, and.
CNIT 132 – Week 2 HTML (1). Introducing the World Wide Web A network is a structure linking computers together for the purpose of sharing resources such.
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.
1 Web Developer Foundations: Using XHTML Chapter 2 Key Concepts.
XHTML. Introduction to XHTML What Is XHTML? – XHTML stands for EXtensible HyperText Markup Language – XHTML is almost identical to HTML 4.01 – XHTML is.
XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 1 Creating Effective Web Pages Creating HTML Documents Tutorial 8.
Fundamentals of Web Design Copyright ©2004  Department of Computer & Information Science Introducing XHTML: Module A: Web Design Basics.
HTML | DOM. Objectives  HTML – Hypertext Markup Language  Sematic markup  Common tags/elements  Document Object Model (DOM)  Work on page | HTML.
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
CA Professional Web Site Development Class 2: Anatomy of a Web Site and Web Page & Intro to HTML.
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)
Ali Alshowaish. What is HTML? HTML stands for Hyper Text Markup Language Specifically created to make World Wide Web pages Web authoring software language.
Web Development & Design Foundations with XHTML Chapter 2 HTML/XHTML Basics.
Introducing the World Wide Web Internet- a structure made up of millions of interconnected computers whose users communicate with each other and share.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 2 Key Concepts 1 Copyright © Terry Felke-Morris.
CS 111 – Oct. 4 Web design –HTML –Javascript Commitment: –This week, read sections 4.3 – 4.5.
Introducing HTML 5 Creating Web Pages with HTML 5 1.
Jozef Goetz, STEM Summer Camp Dr. Jozef Goetz.
Web Technologies Lecture 2 HTML and CSS. HTML Hyper Text Markup Language – Describes web documents – Made up of nested HTML markup tags – Tags are the.
Tutorial 1 Developing a Basic Web Page. Objectives Learn the history of the Web and HTML Describe HTML standards and specifications Understand HTML elements.
XP Review 1 New Perspectives on JavaScript, Comprehensive1 Introducing HTML and XHTML Creating Web Pages with HTML.
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
XP 1 HTML Tutorial 1: Developing a Basic Web Page.
INT222 – Internet Fundamentals
Web Design Principles 5 th Edition Chapter 3 Writing HTML for the Modern Web.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 1 Using HTML to Create Web Pages.
Web Basics: HTML/CSS/JavaScript What are they?
HTML5 – Heading, Paragraph
Introduction to XHTML.
Introducing HTML & XHTML:
CIS 133 mashup Javascript, jQuery and XML
HyperText Markup Language
Presentation transcript:

CNIT 133 Interactive Web Pags – JavaScript and AJAX Review HTML5

Agenda My Web Site: (download syllabus, class notes). HTML XHTML

HTML A Web page is simply a text file written in a language called Hypertext Markup Language (HTML). Markup Language: is a language that describes a document’s structure and content. Hypertext Markup Language (HTML): a nonproprietary markup language that a Web browser interprets and uses to display the content as a Web page. A group of Web developers, programmers, and authors formed the World Wide Web Consortium or the W3C. ( The World Wide Web Consortium (W3C) developed specifications, or sets of standards, that identify how a browser interprets the HTML code.

HTML5 HTML has been in continuous evolution since it was introduced to the Internet in the early 1990s. Some features were introduced in specifications; others were introduced in software releases. In some respects, implementations and Web developer practices have converged with each other and with specifications and standards, but in other ways, they have diverged. HTML4 became a W3C Recommendation in While it continues to serve as a rough guide to many of the core features of HTML, it does not provide enough information to build implementations that interoperate with each other and, more importantly, with Web content. The same goes for XHTML1, which defines an XML serialization for HTML4, and DOM Level 2 HTML, which defines JavaScript APIs for both HTML and XHTML. HTML5 replaces DOM2HTML, HTML4, and XHTML1.

HTML specification The HTML (AKA HTML5) specification reflects an effort, started in 2004, to study contemporary HTML implementations and Web content. The specification:  Defines a single language called HTML which can be written in HTML syntax and in XML syntax.  Defines detailed processing models to foster interoperable implementations.  Improves markup for documents.  Introduces markup and APIs for emerging idioms, such as Web applications.

HTML Syntax HTML (or AKA HTML5) defines a syntax, referred to as "the HTML syntax", that is mostly compatible with HTML4 and XHTML1 documents published on the Web, but is not compatible with the more esoteric SGML features of HTML4. Documents using the HTML syntax are served with the text/html media type. HTML also defines detailed parsing rules (including "error handling") for this syntax which are largely compatible with HTML4-era implementations. User agents have to use these rules for resources that have the text/html media type. Here is an example document that conforms to the HTML syntax:

HTML Template HTML5 Template HTML5 Template Section element Article element Navigation element Aside element Footer element

XML Syntax The other syntax that can be used for HTML is XML. This syntax is compatible with XHTML1 documents and implementations. Documents using this syntax need to be served with an XML media type (such as application/xhtml+xml or application/xml) and elements need to be put in the namespace following the rules set forth by the XML specifications. [XML] [XMLNS][XML][XMLNS]

XML Template Example document Example paragraph

HTML References (HTML5 specification) (HTML5 reference) Syntax) (HTML5 Language Reference) differences from HTML4, New Elements [3.1], New Attributes [3.2], Changed Elements [3.3], Changed Attributes [3.4], Obsolete Elements [3.5], Obsolete Attributes [3.6] )

HTML In a Web page, most content is marked as either a block-level element or an inline element. A block-level element contains content displayed in a separate section within the page, setting it off from other blocks. For example,  Paragraph,  Heading,  Ordered List,  Unordered List

HTML An inline element is part of the same block as its surrounding content—for example individual words or phrases within a paragraph. Such as,  Bold text,  Citation text,  Deleted text,  Italic text,  Subscript text,  Superscript text

HTML Special Symbols

HTML Tags ….. … …. initial data Opt name ….