Internet Applications Development Lecture 3 L. Obead Alhadreti.

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.
Internet Applications Development Lecture 2 L. Obead Alhadreti.
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.
HTML popo.
1 تقنيات الانترنت عال457 HTML. 2 HTML  HTML – HyperText Markup Language – The Language of Web Pages on the World Wide Web. HTML is a text formatting.
INTRODUCTION TO HYPERTEXT MARKUP LANGUAGE 1. Outline  Introduction  Markup Languages  Editing HTML  Common Tags  Headers  Text Styling  Linking.
Cascading Style Sheets. CSS stands for Cascading Style Sheets and is a simple styling language which allows attaching style to HTML elements. CSS is a.
กระบวนวิชา CSS. What is CSS? CSS stands for Cascading Style Sheets Styles define how to display HTML elements Styles were added to HTML 4.0 to.
Chapter 4 Marking Up With Html: A Hypertext Markup Language Primer.
Tutorial 4: Designing a Web Page with Tables
1 Outline 9.1Introduction 9.2Markup Languages 9.3Editing HTML 9.4Common Tags 9.5Headers 9.6Text Styling 9.7Linking 9.8Images 9.9Formatting Text With 9.10Special.
 2001 Deitel & Associates, Inc. All rights reserved. 1 Outline 9.1Introduction 9.2Markup Languages 9.3Editing HTML 9.4Common Tags 9.5Headers 9.6Text Styling.
Creating a Web Page with Tables. Objectives Create a text table with preformatted text Create the basic structure of a graphical table Organize table.
XP Creating Web Pages with HTML Using Tables. XP Objectives Create a text table Create a table using the,, and tags Create table headers and captions.
Computer Science 1611 Internet & Web Creating Webpages with Style Hypertext and the HTML Markup Language (continued)
Using HTML Tables.
Marking Up With Html: A Hypertext Markup Language Primer
Developing a Basic Web Page with HTML
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.
Chapter 5 Working with Tables. Agenda Add a Table Assign a Table Border Adjust Cell Padding and Spacing Adjust Cell Width and Height Add Column Labels.
Computer Sciences Department
ULI101: XHTML Basics (Part III) Introduction to XHTML / Continued … Block-Level vs. Inline Elements (tags) Manipulating Text,  , Text Characteristics,,,,,,,,,,,,,,,
CS105 Introduction to Computer Concepts HTML
Presenting Information on WWW using HTML. Presenting Information on the Web with HTML How Web sites are organized and implemented A brief introduction.
Chapter 4 Fluency with Information Technology L. Snyder Marking Up With HTML: A Hypertext Markup Language Primer.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Fluency with Information Technology Third Edition by Lawrence Snyder Chapter.
HTML Overview Part 2 – Paragraphs, Headings, and Lines 1.
Amber Annett David Bell October 13 th, What will happen What is this business about personal web pages? Designated location of your own web page.
Chapter 4: Hypertext Markup Language Primer TECH Prof. Jeff Cheng.
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Extended Learning Module F Building a Web Page with HTML.
XP Mohammad Moizuddin Creating Web Pages with HTML Tutorial 1 1 New Perspectives on Creating Web Pages With HTML Tutorial 1: Developing a Basic Web Page.
More Basic XHTML Module 2: XHTML Basics LESSON 2.
CPT 123 Internet Skills Class Notes Publishing to the Web Session B.
Just Enough HTML How to Create Basic HTML Documents.
IS1811 Multimedia Development for Internet Applications Lecture 4: Introduction to HTML Rob Gleasure
CS105 INTRODUCTION TO COMPUTER CONCEPTS HTML Instructor: Cuong (Charlie) Pham.
Designing a Web Page with Tables. A text table: contains only text, evenly spaced on the Web page in rows and columns uses only standard word processing.
IS1824: Introduction to Internet Multimedia Lecture 5: Layout in HTML Rob Gleasure
HTML: Hyptertext Markup Language Doman’s Sections.
Agenda Block-Level vs. Inline Elements (tags) Manipulating Text,  , Text Characteristics,,,,,,,,,,,,,,, Font Attributes: size, color, face Horizontal.
4 Chapter Four Introduction to HTML. 4 Chapter Objectives Learn basic HTML commands Discover how to display graphic image objects in Web pages Create.
Copyright (c) 2004 Prentice-Hall. All rights reserved. 1 Committed to Shaping the Next Generation of IT Experts. Adding Graphical Elements Essentials for.
TABLES 1. In this chapter you will learn that tables have many uses in HTML. Objectives: Upon completing this section, you should be able to: 1. Insert.
Suzanne Sultan1 Line Breaks, Paragraphs, lists Lab3.
CIS234A Lecture 8 Instructor Greg D’Andrea. Review Text Table contains only text, evenly spaced on the Web page in rows and columns uses only standard.
Internet Applications Development Lecture 4 L. Obead Alhadreti.
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.
Web Development Lecture # 09 Text Formatting in HTML.
HTML CS 105. Page Structure HTML elements control the details of how a page gets displayed. Every HTML document has the following basic structure: … …
What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a programming language, it is a markup.
1 Introduction to HTML. 2 Definitions  W W W – World Wide Web.  HTML – HyperText Markup Language – The Language of Web Pages on the World Wide Web.
HTML Help book. HTML HTML is the programming language used to make web pages for the Internet. HTML stands for Hyper Text Markup Language. HTML is made.
Marking Up with XHTML Tags describe how a web page should look
CSS Layouts: Grouping Elements
Tag Basics.
Font tag and its attributes
Marking Up with XHTML Tags describe how a web page should look
Marking Up with XHTML Tags describe how a web page should look
Attribute of heading, <p> and <hr> tag
Attribute of heading, <p> and <hr> tag
Marking Up with XHTML Tags describe how a web page should look
Marking Up with XHTML Tags describe how a web page should look
Lesson 5: HTML Tables.
Attribute of heading, <p> and <hr> tag
Marking Up with XHTML Tags describe how a web page should look
Presentation transcript:

Internet Applications Development Lecture 3 L. Obead Alhadreti

Lecture Outline: Text formatting. Paragraphs formatting

Formatting Text … con't

element Used to specify the type, color, and size for all text on a page. element has no closing tag as it deals with the page as a whole, and not with a word or paragraph. The element is usually used after element. the element is only supported by Internet Explorer. The element supports the following attributes: DescriptionValueAttribute Specifies the color of the textColor namecolor Specifies the size of the text1-7Size Specifies the type of the textfont namename

Example: There is no conflict between the property of color in the element and the property of text in the element as we can use any of them in our page. if it happens and we used both of them, the color specified in the element will be used by the browser. element is more flexible than element and thus remains its impact on the selected text.

VS. is used to specify the type, color, and size for all text on a page. is used to specify the type, color, and size for particular text. element is more flexible than element and thus remains its impact on the selected text.

element The …. is used to scroll text or images vertically or horizontally within a web page. You can make the text/images scroll from right to left, left to right, top to bottom, or bottom to top - it's your choice! The element supports the following attributes:

ValueDescriptionAttribute scroll: text disappears from one edge to show in the other. alternate: move the text from side to side. slide: move the text to stop at the other edge. Specifies the way of movement behavior right: text moves from left to right left: text moves from right to left up: text moves from down to up down: text moves from up to down Specifies the direction of movement direction number of loopsSpecifies number of times text will scroll loop smaller scrollamount value, slower text scrolls Specifies the scrollamount scrollamount

Example: text

Headers –The tags are used to define headings. –n is a number from 1 – 6. – defines the most important heading. defines the least important heading.

Heading 1 Heading 2 Heading 3 Heading 4 Heading 5 Heading 6

12 Colors To specify the color of the text, we use one of the two following ways:  Preset colors (white, black, green,etc..).  Hexadecimal code. values vary from 00 to FF : 0,1,2,3,4,5,6,7,8,9,a,b,c,d,e,f 00 is the weakest a color can get. FF is the strongest a color can get. Red Green Blue #FF FF FF

Paragraphs Formatting

element element has two functions: First element is used to inserts a single line break and add an empty line. example: Wow, I'm writing my ‎first webpage

Second element is used to define paragraphs: align and direction. element support the following attributes: - align: specifies the alignment of the paragraph. values: right, center, left - dir: specifies the direction of the language in the paragraph. Values: rtl, ltr Example: ….

element element inserts a single line break. element has no closing tag. Example: Hello World display: Hello world

element … element centers paragraph/text/image horizontally.

element It is a straight line going across the screen horizontally. has no closing tag. –hr attributes: width: adjusts the width of the rule. Either a number (in pixels) or a percentage. size: determines the height of the horizontal rule in pixels. color: specifies the color of the line. align: specifies the alignment of an line according to the surrounding element. –Ex.

Adding Spaces to your text –To add spaces to your text, you can use the character entity. –nbsp stands for Non Breakable Space. –Letters are case-sensitive. Example: Wow, ‎ I'm writing ‎ ‎ my first webpage

Inserting special characters into HTML –Special characters, reserved characters or characters that cannot easily be entered with the keyboard, can be implemented by using entities. –The Format of the special characters code is always &code; –Codes often abbreviated forms of the character; like copy for copyright. –Codes can also be in hex form. abbreviated form hex form < < 60#&; > > & #62; © © ©

Questions ? Be active !