Suzanne Sultan1 Line Breaks, Paragraphs, lists Lab3.

Slides:



Advertisements
Similar presentations
HTML popo.
Advertisements

Web Development & Design Foundations with XHTML
CREATED BY : VIRAL M.KORADIYA. Anchor elements are defined by the element. The element accepts several attributes, but either the Name or HREF attribute.
HTML. The World Wide Web Protocols Addresses HTML.
Internet Applications Development Lecture 3 L. Obead Alhadreti.
Chapter 2 HTML Basics Key Concepts
INTRODUCTION TO HYPERTEXT MARKUP LANGUAGE 1. Outline  Introduction  Markup Languages  Editing HTML  Common Tags  Headers  Text Styling  Linking.
Chapter 4 Marking Up With Html: A Hypertext Markup Language Primer.
Beginning Web Site Creation: Dreamweaver CS4 Noreen Brown XHTML CODING -- TAGS.
HTML Hypertext Markup Language –First proposed by CERN in 1989 –It is non-linear so it allows you to jump from place to place –Markup refers to the structure.
Web Page Development Identify elements of a Web Page Start Notepad
Using HTML Tables.
HTML Code HTML can be written on the simplest text programs. A web page is defined by the tag.
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.
Designing Web Pages Getting to know HTML... What is HTML? Hyper Text Markup Language HTML is the major language of the Internet’s World Wide Web. Web.
Basic HTML tags Beginning Web Site Design Stanford University Continuing Studies CS 03
HTML Notes Chapters 1--6 Codes used in creating HTML documents are called tags. Tags are always enclosed in left ( ) angle brackets. Tags can be upper.
1 The Structure of a Web Table beginning of the table structure first row of three in the table end of the table structure table cells You do not need.
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 Line Breaks and HTML Horizontal Rules (Lines)
HTML Essentials Markup ( Part I ). Why Markup ? Markup gives meaning and structure to your web page Creates a relationship between the elements.
CO1552 – Web Application Development Lists, Special Characters, and Tables.
Chapter 4: Hypertext Markup Language Primer TECH Prof. Jeff Cheng.
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.
Chapter 2 HTML Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D 1.
Basic HTML Workshop By: Preeda Chunjongkolkul (Pete) Systems Librarian/Webmaster
DHTML AND JAVASCRIPT Genetic Computer School LESSON 2 HTML TAGS G H E F.
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.
Html Basic Codes Week Two. Start Your Text Editor Windows use 'Notepad’ Macintosh use 'Simple Text'
HTML 4 Foundation Level Course HyperText Markup Language Most common language used in creating Web documents. You can use HTML to create cross-platform.
Department of Information Technology Chapter 8 - Creating Hypertext links Lecturer: Ms Melinda Chung.
1 Introduction to HTML: Part 1 Outline Introduction Elements and Attributes Editing HTML Common Elements Headers Images Unordered Lists Nested and Ordered.
XP 1 HTML Committed to Shaping the Next Generation of IT Experts. 01: Introduction to HTML.
CPT 123 Internet Skills Class Notes Publishing to the Web Session B.
HTML,DHTML & Javascript/Session1/1 of 39 Introduction and Basic Tags Session 1 of Using HTML, DHTML & JavaScript.
Web Technologies COMP6115 Session 2: Planning, Designing, Constructing and Testing Static Web Sites Dr. Paul Walcott Department of Computer Science, Mathematics.
© Ms. Masihi 1.  A Horizontal Rule is a built-in graphic element that can be used to draw horizontal lines (rules) on your web page.  This is accomplished.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
College of Micronesia- FSM Pohnpei State Campus GEORGE S. MANGONON, MBA Chair, Math/Sci Division September 15-25, 2008.
4 Chapter Four Introduction to HTML. 4 Chapter Objectives Learn basic HTML commands Discover how to display graphic image objects in Web pages Create.
Chapter 2 Web Page Design Mr. Gironda. Elements of a Web Page These are things that most web pages use.
Committed to Shaping the Next Generation of IT Experts. 1 Essentials For Design Dreamweaver Level One Julian Rickards Project 3 Applying Structure To.
HTML Basics. HTML Introduction Stands for HyperText Markup Language. HTML files are plain text files with mark ups. Some characteristics of HTML: –No.
HTML for ISD Brown Bag Presentation Session 2 What we will cover:  Basics of HTML  How to make your first page  Links  Text formatting.
HTML (Hypertext Markup Language) Recap: HTML essential tags:,,, Text Formatting:,,,,,,. Font manipulation:
College of Micronesia- FSM Pohnpei State Campus GEORGE S. MANGONON, MBA Chair, Math/Sci Division September 15-25, 2008.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 2 Key Concepts 1 Copyright © Terry Felke-Morris.
L. Anne Spencer (c) 2001 Basic Web Design Document, text, & layout formatting tags & attributes.
Web Development Lecture # 09 Text Formatting in HTML.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 2- part 2 Key Concepts 1 Copyright © Terry Felke-Morris.
1 2/21/05CS120 The Information Era Chapter 4 Basic Web Page Construction TOPICS: Lists, Fonts, Links, and Preformatted Text.
ECA 228 Internet/Intranet Design I HTML Tags. ECA 228 Internet/Intranet Design I anchor tags Adds a link to the web page Anything placed between the anchor.
The Web Wizard’s Guide to HTML Chapter Two Basic Text Formatting.
Elements and Attributes. XHTML Elements The element contains special information that does not necessarily show up on the web page. The element determines.
REEM ALMOTIRI Information Technology Department Majmaah University.
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
©SoftMoore ConsultingSlide 1 Introduction to HTML: Block-Level Elements.
Introduction lab1. Suzanne J. Sultan 2 What is HTML? The definition of HTML is Hyper Text Markup Language. HTML is a computer language devised to allow.
Building a Website: Layout Fall Overall Structure: Home Page Title Section Title Frame Picture UNCP Math Menu Content Footer Contact Information.
1 Your Web Page title body of Web page main heading H2 heading bulleted list paragraph.
Chapter 5 pp HTML Elements & Attributes Format Content Or Examples This Text Is A Hyperlink.
Create Your Own Web Page: An Introduction to HTML Instructor: Corey Johnson Assisted by: tba.
 2001 Prentice Hall, Inc. All rights reserved. 1 Chapter 22 - i-mode Outline 22.1 Introduction 22.2 Japan’s Telecommunications Industry and Infrastructure.
Lesson 5. XHTML Tags, Attributes and Structure XHTML Basic Structure head and body titles Paragraph headings comments Document Presentation Manipulating.
Tutorial 1 – Creating Web Pages With HTML
Tag Basics.
Creating and Editing a Web Page
Presentation transcript:

Suzanne Sultan1 Line Breaks, Paragraphs, lists Lab3

Suzanne Sultan 2 Paragraph tag break lines You can also divide text using paragraphs. A paragraph starts on a new line.  example  Write the followings using to see the difference First paragraph Second paragraph

Suzanne Sultan 3 Cont. attributes Align:  dir : direction  ltr :left to right  rtl :right to left Example : You can align text in left. You can align text in center. You can align text in right.

Suzanne Sultan 4 Indented Text have a text that is indented from both sides of web page you can use tag. Text that is enclosed in this tag will have a margin from left and right of your web page. Example In cases that you want to emphasis on a paragraph in your text you can use this tag. It will indent your text from both sides. Attribute:  dir

Suzanne Sultan 5 Lists There are two types of lists:  unordered lists: list items start with bullets   Ordered list : list items start with numbers.   Definition lists (dictionary): used for displaying lists of words with blocks of descriptive text. : Example : Text Links Image Links Links List of Items Change tag to tag List item

Suzanne Sultan 6 Definition lists It has two tags in:  :used to mark the beginning and the end of the entire list.  tag : definition term  definition itself Ex: web site consists of several pages protocol rules or standards that control the transferring of the data

Suzanne Sultan 7 Nested lists List can be nested within another list

Suzanne Sultan 8 Cont. List attributes Unordered list attributes:  type (circle- square-disc)  Dir (ltr-rtl) Ordered List attribute :  start  type (A- a-i-I……)  dir

Suzanne Sultan 9 Horizontal Separator Rule Another useful html tag that you will use, is tag. If you need to separate text in your web page by horizontal lines, you may use this tag. First section Second section

Suzanne Sultan 10 Cont. attributes Width  width in percent  width in pixels Size:  determine line size parameter to change line diameter. Noshade :  change the rule to a solid line instead of a shaded line. Color : determine Color for your line:  Align: Note: you can mix parameters with each other.

Suzanne Sultan 11 Special characters Certain symbols or characters to be entered in the web page using a single key or character. Example: © © &lt < &gt > &amp & &frac12 ½ &frac14 ¼

Suzanne Sultan 12 Cont. Space between texts Browser does not show more than one space between to words even if you have entered a hundred spaces between them in html source. Use special character : non breaking space Here we insert 5 extra spaces