1 Formatting: Is What You See What You Get? Inline Styles Physical Styles Logical Styles Special Characters Turning of Formatting Deprecated Font-Handling.

Slides:



Advertisements
Similar presentations
Session 2 Introduction to HyperText Markup Language 4 (HTML 4) Matakuliah: M0114/Web Based Programming Tahun: 2005 Versi: 5.
Advertisements

HTML popo.
CREATED BY : VIRAL M.KORADIYA. Anchor elements are defined by the element. The element accepts several attributes, but either the Name or HREF attribute.
Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
COS 125 Internet Fundamentals and Web Page Design Day 3.
C HAPTER – 3 I NTRODUCTION TO H TML By :- Pinkesh H. Patel.
INTRODUCTION TO HYPERTEXT MARKUP LANGUAGE 1. Outline  Introduction  Markup Languages  Editing HTML  Common Tags  Headers  Text Styling  Linking.
XHTML II DIGITAL MEDIA: COMMUNICATION AND DESIGN F2007.
XHTML and CSS Overview. Hypertext Markup Language A set of markup tags and associated syntax rules Unlike a programming language, you cannot describe.
COS 125 Day 13. Agenda Capstone Projects Proposals Over Due Timing of deliverables is 10% of Grade Still missing two First Capstone Progress Report Due.
1 Formatting: Is What You See What You Get? Gylphs and Fonts Document-Wide Style Changes Formatting List Items Formatting Different Tags Simultaneously.
COS 125 Day 13. Agenda Capstone Progress Reports Due Quiz #2 Graded 7 A’s, 3 B’s, 3 C’s and 1 no-take Assignment #3 due this Friday We review some of.
XHTML and CSS Overview. Hypertext Markup Language A set of markup tags and associated syntax rules Unlike a programming language, you cannot describe.
COS 125 Internet Fundamentals and Web Page Design Day 12.
HTML FORMATTING. CONTENTS HTML Formatting Formatting Example Formatting Example Output Summary Exercise.
HTML BASIC
HTML: PART ONE. Creating an HTML Document  It is a good idea to plan out a web page before you start coding  Draw a planning sketch or create a sample.
Introduction to HTML academy.zariba.com 1. Lecture Content 1.What is HTML? 2.The HTML Tag 3.Most popular HTML tags 2.
Session: 3. © Aptech Ltd. 2Formatting Text using Tags / Session 3  Explain the Heading tag  Explain the different tags related to formatting  Explain.
HTML Tags. Objectives Know the commonly used HTML tags Create a simple webpage using the HTML tags that will be discussed.
ULI101: XHTML Basics (Part III) Introduction to XHTML / Continued … Block-Level vs. Inline Elements (tags) Manipulating Text,  , Text Characteristics,,,,,,,,,,,,,,,
CpSc 462/662: Database Management Systems (DBMS) (TEXNH Approach) HTML Basics James Wang.
_______________________________________________________________________________________________________________ PHP Bible, 2 nd Edition1  Wiley and the.
MORE HTML REMEMBER TO SEARCH W3 SCHOOLS FOR MORE INFO.
Headings, Paragraphs, Formatting, Links, Head, CSS, Images
Programming I 2 nd lecture. Block-level and inline elements BlockInline block-level elements generally can contain text, data, inline elements, or other.
ACM 511 HTML Week -1 ACM 511 Course Notes. Books ACM 511 Course Notes.
Chapter 4: Hypertext Markup Language Primer TECH Prof. Jeff Cheng.
HTML Introduction to HTML Tags. HTML Document My first HTML document Hello world!
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.
CP2022 Multimedia Internet Communication1 HTML and Hypertext The workings of the web Lecture 7.
1 Web Developer Foundations: Using XHTML Chapter 2 Key Concepts.
1 eVenzia Technologies Learning HTML, XHTML & CSS Chapter 2.
CSCI 1101 Intro to Computers
CHAPTER 1 HTML & HTML5 I อ. ยืนยง กันทะเนตร คณะเทคโนโลยีสารสนเทศและการสื่อสาร มหาวิทยาลัยพะเยา 1.
HTML Basic I IST2101. Keep In Mind Programming can be time consuming. Plan ahead!
Introduction to Programming the WWW I CMSC Winter 2003 Lecture 3.
INTRODUCTION. What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a programming language,
HTML Basic IST2101. Keep In Mind Programming can be time consuming. Plan ahead!
HTML Darby Tien-Hao Chang Department of Electrical Engineering National Cheng Kung University.
Agenda Block-Level vs. Inline Elements (tags) Manipulating Text,  , Text Characteristics,,,,,,,,,,,,,,, Font Attributes: size, color, face Horizontal.
Introduction to HTML Xiangming Mu 9/23/ Learning Objectives Understand basic HTML tags and their attributes Learn to create a simple HTML page.
HTML.
HTML HyperText Markup Language ©Richard L. Goldman July 15, 2003.
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.
Introducing HTML 5 Creating Web Pages with HTML 5 1.
Week 7: HTML Basics HNDIT11062 – Web Development.
Basic (X)HTML Formatting.  There are number of formatting elements:- Font Size Colour etc.
COMP303 - Internet Based Programming
Formatting Text with HTML. Objectives: Students will be able to: Define the structure of the document with block elements Format numbered, bulleted, and.
HTML BASIC IST 210: Organization of Data IST210 1.
1 Start TextEdit. 2 Creating a Home Page  A home page is the main page of a Web site –Visitors usually view the home page first –Identify the purpose.
HTML tags and attributes By: Dennis Champagne. List of tags.
Text Building a Website Lesson 3. Headings,,,,, Headings,,,,, HTML has 6 levels of headings,,,,,,,,,, is used for main headings is used for main headings.
Web Technology (NCS-504) Prepared By Mr. Abhishek Kesharwani Assistant Professor,UCER Naini,Allahabad.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
CS 100 Introduction to Web Page Construction and HTML.
Basic Webpage Design Formatting tags.
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
CITE303 - Internet Based Programming Lecture notes: Week 1 Instructor:Dr. Tolgay KARANFİLLER.
HTML AN INTRODUCTION TO WEB PAGE PROGRAMMING. INTRODUCTION TO HTML With HTML you can create your own Web site. HTML stands for Hyper Text Markup Language.
HTML Basic IST 210: Organization of Data IST2101.
HTML Introduction. Lecture 7 What we will cover…  Understanding the first html code…  Tags o two-sided tags o one-sided tags  Block level elements.
Lesson 5. XHTML Tags, Attributes and Structure XHTML Basic Structure head and body titles Paragraph headings comments Document Presentation Manipulating.
N100 Building a Simple Web Page
HTML Intro.
Creating a Web Site with Links
Lesson 3: Formatting Text
Presentation transcript:

1 Formatting: Is What You See What You Get? Inline Styles Physical Styles Logical Styles Special Characters Turning of Formatting Deprecated Font-Handling Techniques Review Questions Exercise

2 Objectives Use of font properties in Web page designs. Utilize some physical HTML elements in Web page design. Incorporate some special character codes into HTML documents Know how to override text formatting within an HTML document

3 Inline Styles Physical styles: describe the way the text is to look in a browser bold Darker typeface italic Slanted typeface underline text Line drawn under text superscript Halfline above text bottom subscript Halfline below text bottom teletype (*)Monospaced typeface computer code (*)Monospaced typeface keyboard (*)Monospaced typeface big text (*)Default is 3; 1-7 small text (*)Default is 3; 1-7 strikethrough (*)Line drawn through text strikethrough (*)Line drawn through text

4 Inline Styles Logical styles: not only changes appearence of text, but also explain why the text was set off from the body of the page. long quote Longer than 40 words (cite) abbreviation (*)WWW, URL, or W3C acronym (*)NASA, BASIC, or FBI ( ) address (*)Atatürk Bulvarı No:167 citation (*)1937 by Robert Frost emphasized text (*)Enroll by june 30th deleted text (*)Removed from page (cite, datetime) inserted text (*)Added to page (cite, datetime) quote (*)Less than 40 words (cite) sample output (*)Printer output strongly emphasized text (*) Warning!... variable values (*)Last_name = ikinci definition (*)Large black object

5 Special Characters Certain characters--such as the brackets ( ) and the ampersand (&)--have a special meaning within the HTML scripting

6 Some Examples

7

8

9 Turning Off Formatting preformatted text Description: identifies preformatted text that the browser is instructed not to alter. Attributes:.....width

10 Deprecated Font-Handling Techniques Font of Text Description: changes the color, typeface, or size of font. Attributes: color, face, size....