© 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.

Slides:



Advertisements
Similar presentations
Use Tables for Layout Control Day 7. You will learn to: Understand Tables Create a Simple Table Modify Your Tables Appearance Create Page Layouts with.
Advertisements

Chapter 3 – Web Design Tables & Page Layout
Internet Basics & Way Beyond!
Working with Web Tables
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. The World Wide Web Protocols Addresses HTML.
INTRODUCTION TO HYPERTEXT MARKUP LANGUAGE 1. Outline  Introduction  Markup Languages  Editing HTML  Common Tags  Headers  Text Styling  Linking.
New Perspectives on Creating Web Pages with HTML
Tutorial 4: Designing a Web Page with Tables
XP 1 New Perspectives on Creating Web Pages with HTML Tutorial 4: Designing a Web Page with Tables.
XP 1 Designing a Web Page with Tables Tutorial 4 Creating a News Page.
Creating a Web Page with Tables. Objectives Create a text table with preformatted text Create the basic structure of a graphical table Organize table.
Web Page Development Identify elements of a Web Page Start Notepad
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.
Using HTML Tables.
4.01 Cascading Style Sheets
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.
HTML Tables and Forms Creating Web Pages with HTML CIS 133 Web Programming Concepts 1.
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 11 Tables. How Are Tables Used Data Display  Very tidy and very useful Better Text Alignment  Putting text in tables allows you to format indents.
Creating and Editing a Web Page
Tutorial 6 Creating Tables and CSS Layouts. Objectives Session 6.1 – Create a data table to display and organize data – Modify table properties and layout.
HTML Line Breaks and HTML Horizontal Rules (Lines)
HTML Overview Part 2 – Paragraphs, Headings, and Lines 1.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
HTML Comprehensive Concepts and Techniques Second Edition Project 3 Creating Tables in a Web Site.
CITY UNIVERSITY / Vysoká Škola Manažmentu.:MG Information Systems :. © Martina Cesalova, 2005 MS FRONTPAGE 1 1.Open FrontPage – View -> Page 2.Open.
© Ms. Masihi.  The Dreamweaver Welcome Screen first opens when you start Dreamweaver.  This screen gives you quick access to previously opened files,
Web Technologies Website Development Trade & Industrial Education
Website Development with Dreamweaver
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 presentation Embedding Graphics in Web Pages n HTML uses an empty tag called the (image tag) n n n or n n n Note: all web production tools do insert.
 This presentation introduces the following: › 3 types of CSS › CSS syntax › CSS comments › CSS and color › The box model.
CNIT 132 – Week 7 HTML - Tables. Tables on the World Wide Web A table can be displayed on a Web page either in a text or graphical format. A text table:
Just Enough HTML How to Create Basic HTML Documents.
XP New Perspectives on Microsoft Word 2002 Tutorial 31 Microsoft Word 2002 Tutorial 3 – Creating a Multiple-Page Report.
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.
XP Creating Web Pages with HTML, 3e Prepared by: C. Hueckstaedt, Tutorial 4 1 New Perspectives on Creating Web Pages with HTML Tutorial 4: Designing a.
Chapter 5 Quick Links Slide 2 Performance Objectives Understanding Framesets and Frames Creating Framesets and Frames Selecting Framesets and Frames Using.
4 Chapter Four Introduction to HTML. 4 Chapter Objectives Learn basic HTML commands Discover how to display graphic image objects in Web pages Create.
Introducing Web Tables. Tables for tabulating items  Better looking  More flexibility  More efficient to explain information than plain text.
Chapter 2 Web Page Design Mr. Gironda. Elements of a Web Page These are things that most web pages use.
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.
CIS234A- Lecture 7 Instructor Greg D’Andrea. Tables A table can be displayed on a Web page either in a text or graphical format. A text table: – contains.
Web Development Lecture # 09 Text Formatting in HTML.
Headings are defined with the to tags. defines the largest heading. defines the smallest heading. Note: Browsers automatically add an empty line before.
HTML CS 105. Page Structure HTML elements control the details of how a page gets displayed. Every HTML document has the following basic structure: … …
1 Creating Links Lesson 2. 2 In the center column type : Home | Order Now | Contact Us This is the navigation button which will link to the other pages.
Positioning Objects with CSS and Tables
1 Preparation for site Create a folder in MyDocuments: beavercheese. Create a subfolder, images Classes, career, DW beginner Download.
Web Page Tables GMU-Teaching with Technology. Table Characteristics: Looks like a news page Contains columns and rows.
Copyright © 2012 Certification Partners, LLC -- All Rights Reserved Lesson 5: HTML Tables.
1 Your Web Page title body of Web page main heading H2 heading bulleted list paragraph.
XP New Perspectives on Macromedia Dreamweaver MX 2004 Tutorial 5 1 Adding Shared Site Elements.
Revision Webpage design HTML.   FACE  Attributes  Marquee  Define the following terms.
HTML Comprehensive Concepts and Techniques Second Edition Creating Frames on a Web Page.
CNIT 131 HTML5 - Tables.
Chapter 2 Developing a Web Page.
Positioning Objects with CSS and Tables
LAB Work 02 MBA 61062: E-Commerce
Tag Basics.
Tutorial 3 – Creating a Multiple-Page Report
Using HTML Tables SWBAT: - create tables using HTML
Creating and Editing a Web Page
Exercise 24 – Software Skills
Lesson 5: HTML Tables.
Positioning Objects with CSS and Tables
Presentation transcript:

© 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 with the HTML Tag which is an empty element, i.e. it contains no content and only employs a start tag. © Ms. Masihi 2

 Horizontal rules have a number of uses including acting as dividers to graphically separate your web page into sections or to separate headings from the main page elements. © Ms. Masihi 3

 Using the tag alone without any attributes will draw a horizontal rule at the default height (2 pixels), at the default width (100% of the available horizontal space), centered on the page and - depending on the browser - with a simple two color gray groove effect (shading). © Ms. Masihi 4

 By Default, a Horizontal Rule will be drawn the full width of the page, 2 pixels in size, usually in a gray color, no coloring in the center of the line and with shading below the rule. © Ms. Masihi 5

 Width, Height (size), Align and Shading can be modified in the Properties Inspector.  Select the HR on the page and click in the Width or Height box and enter a new value. © Ms. Masihi 6

 You may also align the line - left, center, right.  Select the line. In the Properties Inspector click the down arrow to edit Align options. © Ms. Masihi 7

 Attributes for the Tag can include one or more of the following in the HTML code:   Any of these attributes can be modified in Code View. © Ms. Masihi 8

 The only way to change the color of a horizontal rule is through adding some simple HTML code.  In the opening tag insert the attribute color=“colorname” if you know the name of the color or color=hex value (if you know the hexadecimal value of the color). © Ms. Masihi 9

 Sample Horizontal Rule colors: or or or or or or or or or or or © Ms. Masihi 10

© Ms. Masihi 11

 You may also change HR height by adding the size attribute in the Tag.  where "?" is the number of pixels high you want your to be: © Ms. Masihi 12

© Ms. Masihi 13

 You may also change HR width by adding the width attribute in the Tag.  where "?" is the number of pixels wide you want your to be. © Ms. Masihi 14

© Ms. Masihi 15

 Default HR setting is for a “cutout” appearance of the HR.  Unchecking the Shading box in the Properties Inspector will produce a 'dark' or 'filled-in' rule. © Ms. Masihi 16

 The noshade attribute can also be added to the Tag in Code View.   Any Horizontal Rule that has a color attribute will have no shading - the line will be filled with the indicated color. © Ms. Masihi 17

 Colors can be referenced by their hexadecimal code or specific color name. © Ms. Masihi 18

© Ms. Masihi 19

 W3 Schools has this chart on its website at the following address:  © Ms. Masihi 20