XHTML/CSS Week 1.

Slides:



Advertisements
Similar presentations
3.02D HTML Overview 3.02 Develop webpages.
Advertisements

Hyper Text Markup Language.  HTML is a language for describing web pages.  HTML stands for Hyper Text Markup Language  HTML is not a programming language,
WeB application development
Website Design.
A guide to HTML. Slide 1 HTML: Hypertext Markup Language Pull down View, then Source, to see the HTML code. Slide 1.
Introduction to HTML 2006 INT197B. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
COMP101 – Exploring Multimedia and Internet Computing LA2 (Thu 14:00 – 16:50) TA: Jackie Lo.
Creating a Web Page HyperText Markup Language. HTML Documents  Created using any text editor  Notepad  Vi, Pico, or Emacs  If using word-processor,
Using HTML to Create a Basic Web Page… By Josh Gallagan.
DAT602 Database Application Development Lecture 14 HTML.
Using HTML to Create a Basic Web Page… By Josh Gallagan.
CS 299 – Web Programming and Design Introduction to HTML.
HTML Structure & syntax
CS134 Web Design & Development Creating a Basic Web Page Mehmud Abliz.
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.
Html Basic Codes Week Two. Start Your Text Editor Windows use 'Notepad’ Macintosh use 'Simple Text'
HTML CRASH COURSE. What is HTML?  Hyper Text Markup Language  The language used to make web pages  Written by using tags.
Introduction to HTML. What is a HTML File?  HTML stands for Hyper Text Markup Language  An HTML file is a text file containing small markup tags  The.
Course Content - Chapter 2 Introduction to HTML Introduction to a Text Editor as a web authoring tool Instructional Activity: Creating a webpage using.
Introduction to HTML. What is HTML? Hyper Text Markup Language (HTML) is a language for describing web pages. HTML is not a programming language, it is.
By Brieya. What is HTML Hypertext Markup Language, a standardized system for tagging text files to achieve font, colour, graphic, and hyperlink effects.
Lecture 2 Building Web Pages 1 Lecture 2  Building Web pages  Languages and programs  HTML - Hyper Text Markup Language  Netscape’s Composer  MicroSoft.
15.1 Fundamentals of HTML.
HTML Hyper Text Markup Language. What is an HTML File?  HTML stands for Hyper Text Markup Language  An HTML file is a text file containing small markup.
Basic HTML PowerPoint How Hyper Text Markup Language Works
Introduction to HTML. Slide 1 Hard-Coding What is hard-coding? –Creating the page in a text editor just using HTML A Web designer should know how to hard-
Introduction to web development and HTML MGMT 230 LAB.
Introduction to HTML Wah Yan College (Hong Kong) Mr. Li C.P.
HTML: Hyptertext Markup Language Doman’s Sections.
Ali Alshowaish. What is HTML? HTML stands for Hyper Text Markup Language Specifically created to make World Wide Web pages Web authoring software language.
Lecture: Web Design Assis. Prof. Freshta Hanif Ehsan Faculty of Computer Science Kabul Polytechnic University Spring Semester
Introducing the World Wide Web Internet- a structure made up of millions of interconnected computers whose users communicate with each other and share.
15.1 Fundamentals of HTML DeKalb County School System.
CPSC 203 Introduction to Computers Lab 66 By Jie Gao.
15.1 Fundamentals of HTML 2 assignments: 1st—complete the worksheet. 2nd—create your first HTML web page following the directions in this PowerPoint where.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
CPSC 203 Introduction to Computers Lab 23 By Jie Gao.
Basic HTML Page 1. First Open Windows Notepad to type your HTML code 2.
HTML And the Internet. HTML and the Internet ► HTML: HyperText Markup Language  Language in which all pages on the web are written  Not Really a Programming.
HTML Structure & syntax
Basic concepts of web design
Online PD Basic HTML The Magic Of Web Pages
Introduction to HTML.
HTML Basics.
Internet Exploration: HTML Basics
Introduction to HTML.
Uppingham Community College
WEB PAGES: CREATING AND MAINTAINING **
Basic HTML PowerPoint How Hyper Text Markup Language Works
3.00cs HTML Overview 3.00cs Develop webpages.
S.Y.B.M.M. LECTURE SERIES - PART 2
Introduction to XHTML.
Internet Exploration: HTML Basics
INP150: Basic HTML Instructor: Paul J. Millis
WEBSITE DESIGN Chp 1
Basic HTML PowerPoint How Hyper Text Markup Language Works
HTML HYPERTEXT MARKUP LANGUAGE.
3.02D HTML Overview 3.02 Develop webpages.
What is HTML anyway? HTML stands for HyperText Markup Language. Developed by scientist Tim Berners-Lee in 1990, HTML is the "hidden" code that helps us.
Internet Technologies I - Lect.01 - Waleed Ibrahim Osman
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
Web Application Development
Basic HTML Workshop.
An Introduction to HTML Pages
15.1 Fundamentals of HTML 2 assignments: 1—complete the worksheet
3.02D HTML Overview 3.02 Develop webpages.
HTML Structure & syntax
4.02A HTML Overview 4.02 Develop web pages using various layouts and technologies. (Note to instructor: HTML tags are in red only to differentiate from.
Presentation transcript:

XHTML/CSS Week 1

What is XHTML (Extensible)HyperText Markup Language. What does this mean? Language – a means of communicating Markup – Adding instructions to a piece of text to indicate how it should be displayed. From the real world Dear Printer - Please print the following text using the agreed rules for printing titles – “Chapter 1” Web <h1>Chapter 1 </h1> (XHTML)

What is XHTML (continued) Hypertext – A method of marking text so that when it is clicked another document, or another part of the same document is shown. Extensible – Capable of being added to

Important Stuff to Know Web pages need to have a file extension of .htm or .html so use quotes around the filename in Notepad XHTML tags are all lowercase XHTML tags only define what something is – not how it looks. This is different from HTML

Another Web Page <html> <head> <title> It’s a web page </title> </head> <body> <h1> My second web page </h1> <h2> What happens here? </h2> <p> This is a paragraph. </p> <p> Here’s another paragraph </p> </body> </html> Save this as “second.htm” and check it works

Create a Web Page Enter the following into Windows Notepad <html> <body> <h1> My first webpage </h1> <p> This is a paragraph. </p> </body> </html> Save as “first.htm” to the Windows desktop Double click on the file to load Internet Explorer and see your web page.

(X)HTML XHTML is a set of rules which allows us to ‘mark up’ a document to define how it should appear in a web browser XHTML allows us to mark pieces of text, and other things like images, as hyperlinks XHTML documents are simple text documents that can be created using any text editor and viewed on any computer

We can create XHTML… Using a simple text editor like Notepad. Easy to learn, readily available but you need to know (or look up) XHTML tags Using a HTML editor – text editor with easy insertion of HTML Tags Using a web development program – Dreamweaver, FrontPage – you don’t need to know XHTML – until you have a problem!

XHTML vs HTML HTML 4.x is no longer a supported standard HTML 5 won’t be here anytime soon! XHTML is a combination of HTML and XML (EXtensible Markup Language). XHTML consists of all the elements in HTML 4.01 (The final version) combined with the syntax of XML. Web Browsers do their best to display pages whether written in HTML or XHTML

A Simple Web Page in XHTML <html> <body> <h1>The Heading</h1> <p>A paragraph.</p> </body> </html> Note the XHTML tags - in angle brackets Nearly all of these tags exist as pairs. <tag>…</tag> surrounding the content they format. What tags can you see?

First HTML tags <html>…</html> Start and end of the page. Web pages start and finish with these tags. <head>…</head> Start and end of the Head area of the page. This area is mainly used to contain technical, non-displaying informaton about the page <body>…</body> Start and end of the Body area of the page – everything that appears in the main browser window is between these tags

First HTML tags <h1>…</h1> Header 1 – text surrounded by these tags appears in the Header 1 style <p>…</p> Paragraph - text surrounding by these tags is normal display text. The browser inserts a blank row after each </p> tag

Quiz - What do these tags mean? <html> <head> <body> <h1> <p> What about <h2>?