Bayu Priyambadha, S.Kom. for long documents, you can even have links to other locations in that same document  … where ident is a variable for identifying.

Slides:



Advertisements
Similar presentations
Chapter 3 – Web Design Tables & Page Layout
Advertisements

Working with Web Tables
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.
CSS normally control the html elements. Three Ways to Insert CSS There are three ways of inserting a style sheet: External style sheet Internal style.
V Summer workshop in Guildford County, July, 2014.
Bayu Priyambadha, S.Kom.  HyperText Markup Language (HTML) is the language for specifying the static content of Web pages (based on SGML, the Standard.
XHTML1 Tables and Lists. XHTML2 Objectives In this chapter, you will: Create basic tables Structure tables Format tables Create lists.
Basic HTML. HTML Background November 1990, first created by Tim Berners Lee, the father/inventor of WWW Knighted by Queen Victoria in 2004 Hypertext is.
Introducing Web Tables
Using HTML Tables.
4.01 Cascading Style Sheets
COMP519: Web Programming Autumn 2014 Basic HTML  hypertext  tags & elements  text formatting  lists, hyperlinks, images  tables, 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.
INTRODUCTION TO WEB DEVELOPMENT AND HTML Lecture 06: Tables - Spring 2011.
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.
TUTORIAL 8: Enhancing a Web Site with Advanced CSS
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.
1 HTML/CSS Tutorial. 2 Definitions WWW -- a software infrastructure layered on top of the Internet HTTP -- HyperText Transport Protocol, layered on top.
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.
CSc 4370/6370: Web Programming Fall 2012 Basic HTML  hypertext  tags & elements  text formatting  lists, hyperlinks, images  tables, frames  cascading.
Tutorial 5 Working with Web Tables. XP Objectives Explore the structure of a Web table Create headings and cells in a table Create cells that span multiple.
Principles of Web Design 6 th Edition Chapter 10 – Data Tables.
Internet Skills An Introduction to HTML Alan Noble Room 504 Tel: (44562 internal)
Learning HTML. HTML Attributes HTML elements can have attributes Attributes provide additional information about an element Class – specifies a class.
Web Design I Spring 2009 Kevin Cole Gallaudet University
1 CSC 121 Computers and Scientific Thinking David Reed Creighton University HTML and Web Pages.
1 What is CSS?  CSS stands for Cascading Style Sheets  Styles define how to display HTML elements  Styles are normally stored in Style Sheets  Styles.
Basic HTML Workshop By: Preeda Chunjongkolkul (Pete) Systems Librarian/Webmaster
United Nations ESCAP Third Group Training Course in Application of Information and Communication Technology to Production and Dissemination of Official.
HTML 4 Foundation Level Course HyperText Markup Language Most common language used in creating Web documents. You can use HTML to create cross-platform.
 This presentation introduces the following: › 3 types of CSS › CSS syntax › CSS comments › CSS and color › The box model.
HTML: Tables & Frames Internet Technology1. HTML: Tables Table tags ► surround the entire table ► header row (text is boldfaced) ► surround each row ►
1 SEN 910 CSS/HTML Programming Basic HTML  hypertext  tags & elements  text formatting  hyperlinks  images  tables  frames.
CS134 Web Design & Development Cascading Style Sheets (CSS) Mehmud Abliz.
Tutorial 5 Working with Tables and Columns
Tutorial 5 Working with Tables and Columns
IS1824: Introduction to Internet Multimedia Lecture 5: Layout in HTML Rob Gleasure
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: Tables & Frames Internet Technology.
CSS Tutorial 1 Introduction Syntax How to use style specifications. Styles.
Introducing Web Tables. Tables for tabulating items  Better looking  More flexibility  More efficient to explain information than plain text.
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.
Basic Table Elements. 2 Objectives Define table elements Describe the steps used to plan, design, and code a table Create a borderless table with text.
Computer Science 101 Lists and Tables. Lists Unordered lists - use a bullet Ordered lists - use a number, Roman numeral, or letter.
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.
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.
INT222 - Internet Fundamentals Shi, Yue (Sunny) Office: T2095 SENECA COLLEGE.
HTML CS 105. Page Structure HTML elements control the details of how a page gets displayed. Every HTML document has the following basic structure: … …
Building a Web Page. Create A New Folder  Right click on the desktop and select New / Folder  Name the folder playpen.
Creating Tables in a Web Site HTML 4 Created by S. Cox.
©SoftMoore ConsultingSlide 1 Introduction to HTML: Block-Level Elements.
Web111a_chapt04.ppt HTM: Section 4 Tables Table Types Text table elements Easy to use Use fixed-font text (font family monospace) Andale Mono Courier Monaco.
Copyright © 2012 Certification Partners, LLC -- All Rights Reserved Lesson 5: HTML Tables.
Group 9: Through examples, explain how to build a css navigation bar. Presented by: Daniel Ku, Matt Iannacci & Iphia Henry.
1 HTML. 2 Full forms WWW – world Wide Web HTTP – Hyper Text Transfer Protocol HTML – Hyper Text Markup Language.
Tutorial 5 Working with Web Tables. New Perspectives on HTML, XHTML, and XML, Comprehensive, 3rd Edition 2 Objectives Learn and Apply the structure of.
Web Basics: HTML/CSS/JavaScript What are they?
4.01 Cascading Style Sheets
Positioning Objects with CSS and Tables
LAB Work 02 MBA 61062: E-Commerce
Tutorial 5 Working with Tables and Columns
H T M L A B E S X P I N D.
Computers and Scientific Thinking David Reed, Creighton University
CS134 Web Design & Development
Web Design & Development
Principles of Web Design 5th Edition
Lesson 5: HTML Tables.
4.01 Cascading Style Sheets
Presentation transcript:

Bayu Priyambadha, S.Kom

for long documents, you can even have links to other locations in that same document  … where ident is a variable for identifying this location  … will then jump to that location within the file  … can jump into the middle of another file just as easily Internal Links in a Page [ HTML | HTTP | IP | TCP ] Computer acronyms: HTML HyperText Markup Language HTTP HyperText Transfer Protocol… IP Internet Protocol… TCP Transfer Control Protocol…

can include images using img  by default, browsers can display GIF and JPEG files  other image formats may require plug-in applications for display again, if file is to be accessed over the Web, must start with (if not, will assume local file) * Find more info on Images Former Prime Minister Tony Charles Lynton Blair

 tables are common tools for arranging complex layout on a Web page  a table divides contents into rows and columns  by default, column entries are left-justified, so provide for alignment Tables A Simple Table Left Column Right Column Some data Some other data … specify a table element … specify a row in the table … specify table data (i.e., each column entry in the table)

can have a border on tables using the “border” attribute increasing the number makes the border thicker can control the horizontal & vertical layout within cells can apply layout to an entire row We will explore this more with Cascading Style Sheets (CSS). Table Layout Left Column <td style="border: 1px solid; vertical-align: top;"> Right Column Some data Some data

by default, the table is sized to fit the data can override & specify the width of a table relative to the page For example Table Width left-most right-most

can control the space between cells & margins within cells This is the “padding” attribute in the table and th,td style sheet declarations (more on this with Cascading Style Sheets). can add headings is similar to but displays heading centered in bold can have data that spans more than one column similarly, can span more than one row (This example uses CSS style sheet commands in the page.) Table Formatting table { border: 1px solid; padding: 1px;} th, td { border: 1px solid; padding: 10px; text-align: center; } HEAD1 HEAD2 HEAD3 one two three four five six seven

 Header  Background color : #00FF00  Text align : center  Footer  Background color : #99CCFF  Text align : center  Left  Background color : #FFFF00  Text align : left  Center  Background color : #FF9900  Text align : left  Right  Background color : #FF66FF  Text align : left