HTML LAYOUTS. CONTENTS Layouts Example Layout Using Element Example Using Table Example Output Summary Exercise.

Slides:



Advertisements
Similar presentations
Tables Feb. 14, Tables Great way to organize and display information Laid out in columns and rows Think of an excel spreadsheet Defined with tag.
Advertisements

INTRODUCTORY Tutorial 8 Creating Data Tables. XP Objectives Contrast data tables with layout tables Create a table to display and organize data Provide.
Table (TABLE) Contains TABLE ROWS (TR) Contains TABLE DATA (TD) Data can contain anything Text Lists Other tables Pictures …
Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 6: HTML Tables.
Designing Websites Using HTML and FrontPage A Typical Webpage View Source A webpage is a text file containing instructions to tell a computer how the.
Web Pages and Style Sheets Bert Wachsmuth. HTML versus XHTML XHTML is a stricter version of HTML: HTML + stricter rules = XHTML. XHTML Rule violations:
Images, Tables, lists, blocks, layout, forms, iframes
Web Design HTML Basic Robertus Setiawan Aji Nugroho References: w3schools.com.
CONCEPTS FOR FLUID LAYOUT Web Page Layout. Website Layouts Most websites have organized their content in multiple columns (formatted like a magazine or.
Title goes in here Subtitle here. Example Bullet Point Slide Bullet point –Sub Bullet.
16 HTML Tables and Frames Section 16.1 Create a basic table using HTML Define borders Merge cells Align content in tables Section 16.2 Create a frames-based.
MSc. Publishing on WWW Tables and Style Sheets. Tables Tables are used to: Organize and display tabular data To create a layout for web pages.
 CSS ids  Pages  Sites  HTML: class=“name”  Names may define format OR content › Either works  CAN apply multiple classes to the same tag  Multiple.
Chapter 7 Using Advanced Cascading Style Sheets HTML5 & CSS 7 th Edition.
CSS Basics LIS Webteam April 8, Why CSS? What’s wrong with HTML? Structure vs Style Early web design used hacks to style webpages with HTML – like.
Creating Tables in a Web Site Using an External Style Sheet HTML5 & CSS 7 th Edition.
Remember, HTML is all about the meaning of your content Most HTML tags have built-in formatting that apply “meaning” to them and format their content.
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.
Creating Tables in a Web Site Using an External Style Sheet
HTML & CSS A brief introduction. OUTLINE 1.What is HTML? 2.What is CSS? 3.How are they used together? 4.Troubleshooting/Common problems 5.More resources.
 ult.htm ult.htm  This website illustrates the use of CCS (style sheets)
Ahmed Mumtaz Mustehsan
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
INTRODUCTORY Tutorial 7 Creating Tables. XP New Perspectives on Blended HTML, XHTML, and CSS2 Objectives Discern the difference between data tables and.
The Characteristics of CSS
Web Technologies Website Development Trade & Industrial Education
Learning HTML. HTML Attributes HTML elements can have attributes Attributes provide additional information about an element Class – specifies a class.
CONCEPTS FOR FLUID LAYOUT Web Page Layout. Website Layouts Most websites have organized their content in multiple columns (formatted like a magazine or.
Website Development with Dreamweaver
>> Introduction to HTML: Tables. HTML is used to give websites structure 5 Basic Tags Element = Start-Tag+Content+End-Tag Heading Tags [h1-h6] Paragraph.
Cascading Style Sheets: Got Branding?. What is CSS? CSS = Cascading Style Sheets Styles define how HTML (web) elements are displayed. One (or more) style.
Essentials of HTML Class 4 Instructor: Jeanne Hart
Copyright 2007, Information Builders. Slide 1 Understanding Basic HTML Amanda Regan Technical Director June, 2008.
Html Tables Basic Table Markup. How Tables are Used For Data Display Tables were originally designed to display and organize tabular data (charts, statistics,
>> HTML: Structure Elements. Elements in HTML are either Inline or Block. Block-level Elements – Begins on a new line – Occupy the whole width – Stacks.
1 HTML Frames
1 TECH1001 Lecture 6 Electronic Publishing and Production 1 More About Tables.
Use CSS to Implement a Reusable Design Selecting a Dreamweaver CSS Starter Layout is the easiest way to create a page with a CSS layout You can access.
HTML.
Course created by Sarah Phillips BBCD Melbourne BAPDCOM Version 1 – April 2013.
Cascading Style Sheets CSS. Source W3Schools
HTML JAVASCRIPT. CONTENTS Javascript Example NOSCRIPT Tag Advantages Summary Exercise.
Are You Smarter Than a 5 th Grader? 1,000,000 5th Grade HTML 5th Grade Syntax 4th Grade HTML 4th Grade Syntax 3rd Grade HTML 3rd Grade Syntax 2nd Grade.
Presentation Title Presentation Subtitle. 2 Slide Title to go here Subheading (first level text) Bullet 1 (second level text) –Bullet 2 Bullet 3 –Bullet.
External Style Sheets Exploring Computer Science – Lesson 3-6.
1 3/30/05CS120 The Information Era CS120 The Information Era Chapter 4 – More HTML Specifics TOPICS: Frames Problem Review, Nested Frames.
OV Copyright © 2008 Element K Content LLC. All rights reserved. Working with Web Pages  An Introduction to Cascading Style Sheets  Format a Web.
Copyright © 2012 Certification Partners, LLC -- All Rights Reserved Lesson 5: HTML Tables.
Presenter’s name Date Animated Taxi Template. 2 2 Slide Title to go here Subheading (first level text)  Bullet 1 (second level text)  Bullet 2 –Bullet.
Course created by Sarah Phillips BBCD Melbourne BAPDCOM Version 1 – April 2013.
TABLES. Session Checklist ► Learn the ways that tables can help you organize data on your Web site ► Learn how to prepare a spreadsheet-like table that.
What is CSS? A set of style rules that tell the web browser how to present a web page or document. – In earlier versions of HTML, style characteristics,
INTRODUCTION ABOUT DIV Most websites have put their content in multiple columns. Multiple columns are created by using or elements. The div element is.
Miguel Lara, PhD. Design and development instructional websites using a variety of web technologies such as HTML5, CSS, JavaScript, and jQuery.
Week 1: Introduction to HTML and Web Design
Web Development Part 2.
CSS Nick Sims.
Bare boned notes.
>> Introduction to CSS
Positioning Objects with CSS and Tables
ITI 133 HTML5 Desktop and Mobile Level I
HTML5 Level I Session II Chapter 3 - How to Use HTML to Structure a Web Page
Title goes in here Subtitle here.
Title goes in here Subtitle here.
Title goes in here Subtitle here.
Lesson 5: HTML Tables.
Title goes in here Subtitle here.
5.00 Apply procedures to organize content by using Dreamweaver. (22%)
Positioning Objects with CSS and Tables
Title goes in here Subtitle here.
Presentation transcript:

HTML LAYOUTS

CONTENTS Layouts Example Layout Using Element Example Using Table Example Output Summary Exercise

LAYOUTS Most websites have put their content in multiple columns (formatted like a magazine or newspaper). Multiple columns are created by using or elements. CSS are used to position elements, or to create backgrounds or colourful look for the pages. Even though it is possible to create nice layouts with HTML tables, tables were designed for presenting tabular data - NOT as a layout tool!

LAYOUT EXAMPLE The div element is a block level element used for grouping HTML elements. The following example uses five div elements to create a multiple column layout, creating the same result as in the previous example: Example Main Title of Web Page

ELEMENT EAXMPLE Menu HTML CSS JavaScript Content goes here Copyright © W3Schools.com

OUTPUT

USING TABLE A simple way of creating layouts is by using the HTML tag. Multiple columns are created by using or elements. CSS are used to position elements, or to create backgrounds or colorful look for the pages. Using to create a nice layout is NOT the correct use of the element. The purpose of the element is to display tabular data! The following example uses a table with 3 rows and 2 columns - the first and last row spans both columns using the colspan attribute:

EXAMPLE Main Title of Web Page Menu HTML CSS JavaScript Content goes here

EXAMPLE Copyright © W3Schools.com

OUTPUT

The biggest advantage of using CSS is that, if you place the CSS code in an external style sheet, your site becomes MUCH EASIER to maintain. You can change the layout of all your pages by editing one file. Because advanced layouts take time to create, a quicker option is to use a template.

SUMMARY Layout is used to create multiple columns You can use this with tables also You must use and

EXERCISE How Layout is used ?

THANK YOU