Document Layout. Creating Whitespace2 n Horizontal space –Within line of text –Netscape – – –If no room, will shorten the space to fit on current line.

Slides:



Advertisements
Similar presentations
The Web Wizards Guide to HTML Chapter Six Tables.
Advertisements

Chapter 3 – Web Design Tables & Page Layout
Internet Basics & Way Beyond!
CREATED BY : VIRAL M.KORADIYA. Anchor elements are defined by the element. The element accepts several attributes, but either the Name or HREF attribute.
© 2011 Delmar, Cengage Learning Chapter 10 Positioning Objects with AP Divs.
1 Cascading Style Sheets Continued Different kinds of selectors in a style sheet –Simple- Pseudo-Class –Contextual- Pseudo-Element –Class Image Styles.
CSS Layout Crash Course An Advance CSS Tutorial. Inline vs. Block Many HTML elements have a default display setting of Block. Block elements take up the.
กระบวนวิชา 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.
Tutorial 4: Creating page layout with css
Intermediate Level Course. Text Format The text styles, bold, italics, underlining, superscript and subscript, can be easily added to selected text. Text.
TUTORIAL 4: CREATING PAGE LAYOUT WITH CSS Session 4.3.
Tutorial 3 Designing a Web Page.
Using HTML Tables.
MORE Cascading Style Sheets (The Positioning Model)
1 Tables: Data in Rows and Columns – What is Table? – How Tables are Used? – Designing Tables – Table, Cell, Row Attributes – Using Tables for Alignment.
Chapter 6 Working with Frames.
Frameset. FrameSet With frames, we can display more than one HTML document in the same browser window. Each HTML document is called a frame, and each.
HTML 2 FRAMES. Frames Intro Frames are a feature supported by Netscape 2.0 (and higher) Internet Explorer 3.0 (and higher) and a few other browsers. Frames.
HTML. Creating a Table Attributes: border: indicates the border type of the table Value: 0 (no border), 1, 2, etc. cols: indicates the number of columns.
Notes Ch. 12—Creating Tables Web Page Design. Why Use Tables? Tables are used to create a variety of items such as calendars, charts, and spreadsheets.
Using HTML to Create Tables in Web pages Connie Lindsey November 2005.
HTML Essentials Tables and Table Tags. Overview Use of Tables goes beyond tabulating data Frequently used to format Web pages / control layout Especially.
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.
Chapter 3 Adding Images in HTML. Agenda Understanding Web Page Images Prepare Your Images for the Web Insert an Image Specify an Image Size Add Alternative.
XHTML1 Tables N100 Creating a Simple Web Page. XHTML2 Creating Basic Tables Tables are collections of rows and columns that you use to organize and display.
Identifies the Structure Table Row Column 1 Table Heading Column 2.
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.
Presenting Information on WWW using HTML. Presenting Information on the Web with HTML How Web sites are organized and implemented A brief introduction.
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.
Adding Images & Working with Images Unit 2. TITLE CORNELL NOTES TOPIC: NOTES: Name: Date:08/10/2009 Period : Summary: To display Art To display Photographs.
HTML Essentials Frames and Frame Tags. Introduction A frame used to be an effective design tool Utilized space effectively by subdividing screen One idea:
Tutorial 4: Using CSS for Page Layout. 2 Objectives Session 4.1 Explore CSS layout Compare types of floating layouts Examine code for CSS layouts View.
New Perspectives on XML, 2nd Edition Tutorial 5 1 TUTORIAL 5 WORKING WITH CASCADING STYLE SHEETS.
XP New Perspectives on XML Tutorial 5 1 TUTORIAL 5 CSS Tutorial – Carey ISBN
HTML II ECT 270 Robin Burke. 2 Outline Review Images text flow links Image maps Colors Tables.
HTML: Tables & Frames Internet Technology1. HTML: Tables Table tags ► surround the entire table ► header row (text is boldfaced) ► surround each row ►
Chapter 12 FRAMES. HOW FRAMES WORK When you view a framed page in a browser, you are actually looking at several HTML documents at once. The key to making.
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.
CSCE 102 – Chapter 6 (Web Design and Layout) CSCE General Applications Programming Benito Mendoza Benito Mendoza 1 By Benito Mendoza.
HTML: Tables & Frames Internet Technology.
Web sites Design: Cascading Style Sheet (CSS) (Cont’d) Dimensions and Position of Elements –Width and Height Space –Table Cell Padding –Left and Top Position.
Copyright (c) 2004 Prentice-Hall. All rights reserved. 1 Committed to Shaping the Next Generation of IT Experts. Adding Graphical Elements Essentials for.
Today’s Agenda Advanced CSS Techniques Floating Z-index Centering Sliding Doors Fluid Layouts CSS3 Advanced CSS Lab Mini Project #2.
Tables in HTML. Table Tag HTML tables always begin and end with a table tag. Syntax:
Computer Science 101 Lists and Tables. Lists Unordered lists - use a bullet Ordered lists - use a number, Roman numeral, or letter.
Unit 4 Create and Use Tables. TITLE CORNELL NOTES TOPIC: NOTES: Name: Date: 09/08/2009 Period : Summary: Reasons for using tables Unit 4 Page 1 Display.
Cascading Style Sheets Positioning Controls Visibility.
INTRODUCTORY Tutorial 5 Using CSS for Layout and Printing.
Cascading Style Sheets Positioning Controls Visibility.
1 Chapter 04: Working with Table By Tharith Sriv.
Using Tables for Layout INP150 Session #8. Layout Map out your page Design with paper and pencil Determine number of rows and columns you need Determine.
CONTROLLING Page layout
Tutorial 4 Creating Page Layouts with CSS
LINKING WEBPAGES USING HTML HYPERLINKS. Hyperlinks are text strings or images on a webpage which when clicked on, links to another section in the same.
Mimi Opkins.  One of the major benefits of using CSS is that you’re not forced to lay your sites out in tables.  The layout possibilities of CSS give.
Laying out Elements with CSS
CSS Layouts: Grouping Elements
Webpage layout using CSS
Cascading Style Sheets
Floating & Positioning
LAB Work 02 MBA 61062: E-Commerce
Tag Basics.
Objectives Create a reset style sheet Explore page layout designs
Second CSS Lecture Applications to XML
MORE Cascading Style Sheets (The Positioning Model)
Font tag and its attributes
DREAMWEAVER MX 2004 Chapter 3 Working with Tables
DREAMWEAVER MX 2004 Chapter 7 Working with Layers
Positioning.
Cascading Style Sheets
Presentation transcript:

Document Layout

Creating Whitespace2 n Horizontal space –Within line of text –Netscape – – –If no room, will shorten the space to fit on current line

Creating Whitespace3 n Vertical space –Netscape – –

Creating Whitespace4 n Blocks of space North North West West <spacer type=block width=60 height=60 align=absmiddle> East East South</center>

Creating Whitespace5 n Simulating the -tag –1  1 transparent gif image –For, use –For, use –For, use <br> <br>

Creating Whitespace6 n Multicolumn layout –Netscape – – n Can be nested –Gutter n Space between columns n n –Width attribute

Creating Whitespace7 Layers n HTML 4 n Currently, only Netscape Communicator supports this n Mimics many overlaid sheets of clear plastic –Each layer is a separate entity, taking a fixed amount of space, which can be smaller than browser window –Can control visibility –Can control their position via scripting

Creating Whitespace8 Layers n Out-flow layers –Positioned where user wants – … – … n In-flow layers –Offset from last HTML tag or text – … – …

Creating Whitespace9 Layers n Attributes –above = –above = n Indicates that current layer is above the specified layer –background = –background = n Background image to be displayed in layer –below = –below = n Indicates that current layer is below the specified layer

Creating Whitespace10 Layers n Attributes –bgcolor = –bgcolor = n Hex numbers for red, green, blue n Specifies background color –clip = –clip = n Specifies left-top and bottom-right coordinates for within layer clip rectangle, relative to the layer –left = (right = ) n Specifies number of pixels from left side of browser window to left edge of layer n For, this is the offset from previous HTML tag or text

Creating Whitespace11 Layers n Attributes –name = –name = n Name of layer –top = (bottom = ) n Specifies number of pixels from top of browser window to top edge of layer n For, this is the offset from previous HTML tag or text

Creating Whitespace12 Layers n Attributes –visibility = –visibility = n For show, layer is visible n For hide, layer is invisible n For inherit, layer takes visibility attribute of its parent –width = (height = ) n Width of layer in pixels

Creating Whitespace13 Layers n Attributes –z-index = –z-index = n Layers with higher z-index values are put on top of layers with lower z-index values