XHTML II DIGITAL MEDIA: COMMUNICATION AND DESIGN F2007.

Slides:



Advertisements
Similar presentations
HTML Basics Customizing your site using the basics of HTML.
Advertisements

Table, List, Blocks, Inline Style
Intro to HTML. HTML HTML = HyperText Markup Language Used to define the content of a webpage HTML is made up of tags and attributes Content.
HTML popo.
Introduction to HTML & CSS
HTML: HyperText Markup Language Hello World Welcome to the world!
CSS Digital Media: Communication and design 2007.
Chapter 2 HTML Basics Key Concepts
Today CSS HTML A project.
INTRODUCTION TO HYPERTEXT MARKUP LANGUAGE 1. Outline  Introduction  Markup Languages  Editing HTML  Common Tags  Headers  Text Styling  Linking.
Today’s Goals What is HTML?
HTML and Web Page Design Presented by Frank H. Osborne, Ph. D. © 2005 ID 2950 Technology and the Young Child.
Cascading Style Sheets. Slide 2 Lecture Overview Overview of Cascading Style Sheets (CSS) Ways to declare a CSS CSS formatting capabilities New features.
F DIGITAL MEDIA: COMMUNICATION AND DESIGN INTRODUCTION TO XML AND XHTML.
Tutorial 3: Adding and Formatting Text. 2 Objectives Session 3.1 Type text into a page Copy text from a document and paste it into a page Check for spelling.
Web Design is a class created to nurture the minds of high school techies, and introduce those without prior knowledge to the field.
Chapter 2 Introduction to HTML5 Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
HTML. Goals How to use the Komodo editor HTML coding and testing Basic HTML tags List and Images Tables and Links At least 2 pages and navigation
Introduction to HTML academy.zariba.com 1. Lecture Content 1.What is HTML? 2.The HTML Tag 3.Most popular HTML tags 2.
HTML. Goals How to use the Komodo editor HTML coding and testing – List and Images – Tables and Links – At least 2 pages and navigation –
Basics of HTML.
CpSc 462/662: Database Management Systems (DBMS) (TEXNH Approach) HTML Basics James Wang.
TECH2018 Multimedia and the Internet More about CSS and Page Layouts.
HTML Web Programming.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
Working with Cascading Style Sheets. Introducing Cascading Style Sheets Style sheets are files or forms that describe the layout and appearance of a document.
Chapter 4 HTML. Objectives Explain how HTML/XHTML are used and describe the difference between them Interpret HTML code Explain how HTML Forms are used.
Headings, Paragraphs, Formatting, Links, Head, CSS, Images
HTML HTML stands for "Hyper Text Mark-up Language“. Technically, HTML is not a programming language, but rather a markup language. Used to create web pages.
Learning HTML. HTML Attributes HTML elements can have attributes Attributes provide additional information about an element Class – specifies a class.
HTML history, Tags, Element. HTML: HyperText Markup Language Hello World Welcome to the world!
Chapter 1 XHTML: Part I The Web Warrior Guide to Web Design Technologies.
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.
Objectives: 1. Create a Skeleton HTML 2. View a Skeleton File Through a Server and Browser 3. Learn HTML Body Tags for the Display of Text and Graphics.
CP2022 Multimedia Internet Communication1 HTML and Hypertext The workings of the web Lecture 7.
Chapter 2 HTML Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D 1.
HTML. Basic HTML HTML document – HTML headings – to HTML paragraphs – HTML links – HTML images –
Basic HTML Workshop By: Preeda Chunjongkolkul (Pete) Systems Librarian/Webmaster
1 Introduction to HTML Joshua S. Simon Collective Technologies.
CHAPTER 1 HTML & HTML5 I อ. ยืนยง กันทะเนตร คณะเทคโนโลยีสารสนเทศและการสื่อสาร มหาวิทยาลัยพะเยา 1.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
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.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
Introduction to HTML Xiangming Mu 9/23/ Learning Objectives Understand basic HTML tags and their attributes Learn to create a simple HTML page.
Web Development & Design Foundations with XHTML Chapter 2 HTML/XHTML Basics.
HTML – Organizing Page Content. HTML Images img tag Required attribute: src
1 Introduction to XHTML: Part 1 Outline Introduction Elements and Attributes Editing XHTML Common Elements W3C XHTML Validation Service Headers Linking.
HTML – Organizing Page Content. HTML Images img tag Required attribute: src
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 2 Key Concepts 1 Copyright © Terry Felke-Morris.
HTML GUIDE Press F5 and then Click on the links on the left to get to the section you want Section 1: Getting Started Section 2: Moving Banner Section.
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.
Week 2: Building a Simple Website IMC 320 Web Publishing Spring 2011.
CSS Cascading Style Sheets A very brief introduction CSS, Cascading Style Sheets1.
WEEK -1 ACM 262 ACM 262 Course Notes. HTML What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML.
HTML tags and attributes By: Dennis Champagne. List of tags.
XP Review 1 New Perspectives on JavaScript, Comprehensive1 Introducing HTML and XHTML Creating Web Pages with HTML.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
`. Lecture Overview HTML Body Elements Linking techniques HyperText references Linking images Linking to locations on a page Linking to a fragment on.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
INT222 – Internet Fundamentals
Chapter 1: Intro to HTML Section 1: HTML Structure Presentation Section 2: Layout of an HTML File Section 3: Working with Lists & Tables Section 4: HTML.
Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
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.
01 – HTML (1) Informatics Department Parahyangan Catholic University.
HTML.
Dreamweaver – Project #1
HTML Intro.
Lesson 2: HTML5 Coding.
CGS 3066: Web Programming and Design Fall 2019
Presentation transcript:

XHTML II DIGITAL MEDIA: COMMUNICATION AND DESIGN F2007

Digital Media: Communication and DesignF2007 Goals of the lecture Learn the different text elements in an XHTML document Learn how to create links in a website

Digital Media: Communication and DesignF2007 Index Text elements Links

Digital Media: Communication and DesignF2007 Document structure Declaration html head title body <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “ <html xmlns=“ xml:lang=“en” lang=“en”> Welcome to my website Hello world!

Digital Media: Communication and DesignF2007 Elements Structure:  content Attributes:  content Empty elements:  Line break:  Image:

Digital Media: Communication and DesignF2007 Text elements Block elements:  Headings, paragraphs, quotations… Inline elements:  Emphasized text, citations, code… Lists:  Unordered lists, ordered lists… Generic elements Presentational elements: deprecated!!

Digital Media: Communication and DesignF2007 Block elements Headings Paragraphs Blockquotes Preformatted text Addresses Lists Div Tables Forms

Digital Media: Communication and DesignF2007 Block elements I: Headings …, with # from 1 to 6 Structure sections of the document Their appearance can be changed with style sheets

Digital Media: Communication and DesignF2007 Block elements II: Paragraphs … They always start a new line May not contain other block elements

Digital Media: Communication and DesignF2007 Block elements III: Quotations … May contain other block elements

Digital Media: Communication and DesignF2007 Block elements IV: Preformatted … Text is displayed exactly as it is typed in the HTML document

Digital Media: Communication and DesignF2007 Inline elements Phrase elements  Emphasis  Acronyms and abbreviations Quotations Deleted and inserted text

Digital Media: Communication and DesignF2007 Inline elements I: Phrase elements Add structure and meaning to inline text May contain other inline elements  em: italics  strong: bold  abbr: Inc.  acronym: ITU  code: write code (Courier font)

Digital Media: Communication and DesignF2007 Inline elements II: Quotations … It introduces quotation marks

Digital Media: Communication and DesignF2007 Inline elements III: Deleted and inserted text …  Usually displayed as strike-through text …  Usually displayed underlined

Digital Media: Communication and DesignF2007 Generic elements I: div … Identify a block of text Really useful when used with CSS

Digital Media: Communication and DesignF2007 Generic elements II: span … Identify inline elements Javier: 5064

Digital Media: Communication and DesignF2007 Element identifiers class:  Group multiple elements  All elements will be treated similarly id:  Give a unique name to a specific element  We can apply a style sheet to each identified element

Digital Media: Communication and DesignF2007 Lists Block element Unordered lists: … Ordered lists: … List element: …

Digital Media: Communication and DesignF2007 Presentational elements I Some are deprecated!! Use style sheets instead ,,,, font element emphatically deprecated  color  face  size

Digital Media: Communication and DesignF2007 Presentational elements II  Bold text  Use instead  Italics  Use instead

Digital Media: Communication and DesignF2007 Presentational elements III Line break  Horizontal rule   Introduces a horizontal rule to separate text  It’s preferred to use the border property in a stylesheet

Digital Media: Communication and DesignF2007 Index Text elements Links

Digital Media: Communication and DesignF2007 Links (anchor) … Creates a hypertext link to another document or a section of a document Important attributes:  href=“URL”  target=“text” (deprecated)  id=“text”

Digital Media: Communication and DesignF2007 Links II You can access ITU’s website here or clicking in the logo

Digital Media: Communication and DesignF2007 Links III Absolute URL  ITU Relative URL  Linking to a document in the same site  Syntax based on UNIX  Home

Digital Media: Communication and DesignF2007 Links IV

Digital Media: Communication and DesignF2007 Links V: linking to a section We identify the fragment  Contact information If we link from the same document  See contact information If we link from another document  See contact information

Digital Media: Communication and DesignF2007 Links VI: targeting windows Deprecated, but very popular We can open a link in a new window/tab  Google Can be annoying

Digital Media: Communication and DesignF2007 Links VII: other protocols FTP, ftp://  Access ITU’s FTP server Mail, mailto://  Send me an e- mail

Digital Media: Communication and DesignF2007 Links VIII: link Link to an external document Used to link to a CSS file 

Digital Media: Communication and DesignF2007 Questions?