Presentation is loading. Please wait.

Presentation is loading. Please wait.

XHTML and CSS Session 1 Intro, (X)HTML, CSS, W3C, browsers, webpage, structure, tags, attributes, elements, web development process, basic XHTML elements.

Similar presentations


Presentation on theme: "XHTML and CSS Session 1 Intro, (X)HTML, CSS, W3C, browsers, webpage, structure, tags, attributes, elements, web development process, basic XHTML elements."— Presentation transcript:

1 XHTML and CSS Session 1 Intro, (X)HTML, CSS, W3C, browsers, webpage, structure, tags, attributes, elements, web development process, basic XHTML elements

2 What is required? Plaint text editor, like Notepad Web browser, like FF or IE Commitment to learn something new Problem-solving skills (which you’ll learn and develop along the way)

3 What to expect? XHTML and CSS are strictly for presentational purposes only – no programming A lot of exercises and do-it-yourself required The beginning, not the end

4 Web Development Process Client specify needs and requirements Design process Code design into working website using XHTML/CSS ProgrammingTestingDebuggingPublish

5 What is (X)HTML? (eXtensible) HyperText Markup Language Code used to ‘write’ webpages XML + HTML = XHTML A stricter, cleaner version of HTML

6

7 What is CSS? Cascading Style Sheet Specify how a webpage should look like HTML = content || CSS = style/looks

8

9 What is W3C? World Wide Web Consortium Sets and develop standards for the World Wide Web

10 What are internet browsers? Software that reads HTML document and convert the arcane codes into nice-looking webpages Firefox, Internet Explorer, Safari, Netscape, etc. W3C Standard compliance Cross-browser compatibility

11 What is a webpage? A plain text document, consisting of codes with.html file extension Complexity varies – several HTML lines to complex with multiple languages

12 XHTML Document Structure My first webpage Hello, world!

13 XHTML tags, elements, attributes Hello, world! Start tag attribute End tag Element content Element

14 Element syntax Starts with a start tag, ends with end tag, with element content in between. – This is a paragraph Some HTML elements have empty content Empty elements are closed in the start tag – – becomes – Most HTML elements can have attributes –

15 Attributes Attributes provide additional information about the element Attributes are always specified in the start tag Attributes come in name/value pairs like: name="value"


Download ppt "XHTML and CSS Session 1 Intro, (X)HTML, CSS, W3C, browsers, webpage, structure, tags, attributes, elements, web development process, basic XHTML elements."

Similar presentations


Ads by Google