A Look at HTML (and XHTML). Types of Web Applications.

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

HTML Basics Customizing your site using the basics of HTML.
Introduction to HTML & CSS
XHTML Week Two Web Design. 2 What is XHTML? XHTML is the current standard for HTML Newest generation of HTML (post-HTML 4) but has many new features which.
Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
1 HTML Standards & Compliance. 2 Minimum Required HTML tags: (must go in this order!)
XHTML Basics.
1 eVenzia Technologies Learning HTML, XHTML & CSS Chapter 1.
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.
HTML5 and CSS3 Illustrated Unit B: Getting Started with HTML
Project 1 Introduction to HTML.
HTML Hypertext Markup Language –First proposed by CERN in 1989 –It is non-linear so it allows you to jump from place to place –Markup refers to the structure.
Tutorial 1 Getting Started with HTML5
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.
Unit 2, cont. September 14 HTML,Validating your pages, Publishing your site.
Tutorial 1 Developing a Basic Web Page
XHTML and CSS Overview. Hypertext Markup Language A set of markup tags and associated syntax rules Unlike a programming language, you cannot describe.
Creating a Web Page HyperText Markup Language. HTML Documents  Created using any text editor  Notepad  Vi, Pico, or Emacs  If using word-processor,
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.
© Ms. Masihi 1.  A web page is created using a language called, Hypertext Markup Language, better known as HTML Code.  HTML is a user friendly language.
Introducing HTML & XHTML:. Goals  Understand hyperlinking  Understand how tags are formed and used.  Understand HTML as a markup language  Understand.
 Definition of HTML Definition of HTML  Tags in HTML Tags in HTML  Creation of HTML document Creation of HTML document  Structure of HTML Structure.
Chapter ONE Introduction to HTML.
Tutorial 1: Getting Started with HTML5
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.
HTML. We’ll learn … What HTML is What tags are What a basic web page looks like What 3 HTML tags are required What HTML comments look like How to title.
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.
_ HTML, XHTML & CSS Sami Niemelä | Module 1: Introduction to digital media: Day 02.
ULI101 – XHTML Basics (Part II) What is Markup Language? XHTML vs. HTML General XHTML Rules Block Level XHTML Tags XHTML Validation.
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.
HTML and Style. Session overview Leveling-off on the basic concepts of HTML and Styles Discuss Web authoring options.
Using Html Basics, Text and Links. Objectives  Develop a web page using HTML codes according to specifications and verify that it works prior to submitting.
HTML INTRODUCTION, EDITORS, BASIC, ELEMENTS, ATTRIBUTES.
HTML. WHAT IS HTML HTML stands for Hyper Text Markup Language HTML is not a programming language, it is a markup language A markup language is a set of.
XHTML. Introduction to XHTML What Is XHTML? – XHTML stands for EXtensible HyperText Markup Language – XHTML is almost identical to HTML 4.01 – XHTML is.
Lesson 2 Adding more content to your web page. Thanks to Richard Hudnutt, Luella HS.
XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 1 Creating Effective Web Pages Creating HTML Documents Tutorial 8.
A Basic Web Page. Chapter 2 Objectives HTML tags and elements Create a simple Web Page XHTML Line breaks and Paragraph divisions Basic HTML elements.
HTML BASICS Web Design I. Web Design  WWW created in the late 1980’s  Used in academics for the next 5 years  Mosaic (1994) allowed both pictures &
XML 2nd EDITION Tutorial 1 Creating An Xml Document.
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
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.
Copyright (c) 2004 Prentice-Hall. All rights reserved. 1 Committed to Shaping the Next Generation of IT Experts. Creating XHTML Documents Essentials for.
Ali Alshowaish. What is HTML? HTML stands for Hyper Text Markup Language Specifically created to make World Wide Web pages Web authoring software language.
1 Web Application Programming Presented by: Mehwish Shafiq.
Started Getting started with HTML Authoring Authoring on the Web.
Web Application Programming Presented by: Mehwish Shafiq.
HTML Basics Computers. What is an HTML file? *HTML is a format that tells a computer how to display a web page. The documents themselves are plain text.
SCHOOL OF LIBRARY, ARCHIVE AND INFORMATION STUDIES Andy Dawson LIS1510 Library and Archives Automation Issues XML and extensible systems Andy Dawson School.
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 HYPER TEXT MARKUP LANGUAGE. INTRODUCTION Normal text” surrounded by bracketed tags that tell browsers how to display web pages Pages end with “.htm”
Module Road Map Assignment Road Map Notice we have linked the conduit directly to the presentation layer. This is normally a bad idea!
XP 1 HTML Tutorial 1: Developing a Basic Web Page.
Web Design Principles 5 th Edition Chapter 3 Writing HTML for the Modern Web.
HTML5 and CSS3 Illustrated Unit B: Getting Started with HTML.
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.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 1 Using HTML to Create Web Pages.
HTML5 – Heading, Paragraph
Project 1 Introduction to HTML.
The Internet and HTML Code
Introduction to XHTML.
An Introduction to HTML Pages
HTML5 and CSS3 Illustrated Unit B: Getting Started with HTML
Presentation transcript:

A Look at HTML (and XHTML)

Types of Web Applications

Clipper In your home directory create the directory: public_html Index.html acts as your home page. To make the page accessible on the web do the following to the home directory: chmod o+x

Birth of HTML 1960’s the seeds of what would become the Internet are formed. Roughly the same time some physicists at CERN released an authoring language and distribution system they developed for creating and sharing multimedia-enabled, integrated electronic documents over the new Internet. First modern browser is built at NCSA and is called Mosaic (Mozilla).

Standard Generalized Markup Language (SGML) Could be thought of as the godfather of all markup languages. Problem: It is so broad and all encompassing that mere morals can’t use it. HTML, somewhat a black sheep of the family is a simplified enough form of SGML to make it more usable.

World Wide Web Consortium (The Guardians of HTML) Formed with the charter to define the standards for HTML and later XHTML. Broader Responsibilities Include: –Cascading Style Sheets (CSS) –HTML –Extensible Markup Language (XML) –Document addressing on the web –Solicit draft standards for extensions to existing web technologies.

HTML vs. XHTML HTML’s development was more or less a tug of war between the World Wide Web Consortium (W3C) and the browser developers (first Netscape, then IE). Eventually the W3C won out with the release of HTML 4.01, which is pretty much the last release of HTML.

HTML vs. XHTML HTML needed a way for the constant changes in how to distribute, process, and display documents. W3C developed the XML standard. XML Provided a way to create new, standards-based markup languages that don’t take an act of the W3C to implement. XHTML is HTML reformulated to adhere to the XML standard.

HTML vs. XHTML They are not word-processing tools, desktop-publishing solutions, or even programming languages. Fundamental purpose is to define the structure and appearance of documents and document families so that they may be delivered quickly and easily to a user over a network for rendering on a variety of display devices.

HTML vs. XHTML Provides a framework for display content in a web page. They are however limited in how much control you have over how the content will be displayed.

HTML vs. XHTML Deprecated features –Replace when able. Standards not supported –Cope the best you can. Supported features not part of the standard. –Avoid using at all costs.

The Basics HTML and XHTML function through the heavy use of tags. A tag is enclosed within a set of ‘ ’. Tags are paired together, with affected content placed between the pair. The end tag is noted by placing a ‘/’ before the name of the tag. –Example: This is the Title Tag

The Basics Every tag has a name. –XHTML case sensitive, HTML not. Some tags have an optional list of tag attributes. –Order unimportant. –Placing attributes in quotes optional (sometimes) for HTML not for XHTML. Try and keep a tag all on one line.

Some Notable Tags, : Lets the browser know the web page is encoded in html., : Where you put information about the document being displayed., : What title you want to give your document., : Where you put the actual document you want displayed.

Example Web Page My first HTML document This is a web page.

Ways to Create Web Pages Use and editor like Netscape Composer or have Microsoft Word save your document encoded in html. Put in all the tags yourself using a basic text editor or perhaps an editor designed to help match up tags.

Nesting Tags Last tag in should be first tag closed off. XHTML very much dislikes improper nesting of tags.

Tags Without Ends A few tags in HTML have no end: XHTML tags all have endings:

Adding Comments : Used to include comments in the web page. Note: Anything that isn’t a tag or a comment is text.

Hyperlinking : Used to set a hyper location for a section of text. : Used to create a hyperlink to a web page or a section of text.

Hyperlink Example Kumquat Stew Recipes Kumquat Archive

Few Text Formatting Tags : Italics : Bold

Splitting up the Text : Line break : Division : Paragraph and define a region, and adds more vertical space between two regions of text.