Session 6: HTML 2 - Content Design J0394 – Perancangan Situs Web Program Studi Manajemen Universitas Bina Nusantara.

Slides:



Advertisements
Similar presentations
Frames How to make a page that uses frames. Preview There used to be a time that frames were frowned upon because most browsers did not support them Nowadays.
Advertisements

HTML 4 Hypertext Markup Language Tables, Lists & Links Science & Art Multimedia.
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.
Chapter 3 – Web Design Tables & Page Layout
Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 6: HTML 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.
Multimedia and the World Wide Web HCI 201 Lecture Notes #5A.
Chapter 4 – Intermediate HTML 4 Outline 4.1 Unordered Lists 4.2 Nested and Ordered Lists 4.3 Basic HTML Tables 4.4 Intermediate HTML Tables and Formatting.
Web-based Application Development Lecture 9 February 7, 2006 Anita Raja.
© 2004, Robert K. Moniot Chapters 4 & 5 Introduction to HTML, More Details.
Designing for Use CS 105. Building Blocks of the Web HTML –The language of the web. Every web developer should have a basic understanding of it. XHTML.
Introducing Web Tables
Using HTML Tables.
The Power of Tables They aren't just for sitting stuff on anymore...
1 Tables: Data in Rows and Columns – What is Table? – How Tables are Used? – Designing Tables – Table, Cell, Row Attributes – Using Tables for Alignment.
 2003 Prentice Hall, Inc. All rights reserved. Chapter 5 - Introduction to XHTML: Part 2 Outline 5.1 Introduction 5.2 Basic XHTML Tables 5.3 Intermediate.
HTML. Goals How to use the Komodo editor HTML coding and testing Basic HTML tags List and Images Tables and Links At least 2 pages and navigation
Chapter 6 Working with Frames.
Softsmith Infotech HTML. Softsmith Infotech HTML Introduction Creation Tags Text List Image Background Link Table Frames Forms.
 You've probably come into contact with web sites in which the browser window seemingly allowed you to move around between several different pages. 
XHTML1 Topics Work with the Frameset Document Type Definition (DTD) Create frames Use the target and base attributes Create nested frames Format 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.
INTRODUCTION TO WEB DEVELOPMENT AND HTML Lecture 06: Tables - Spring 2011.
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.
HTML. Goals How to use the Komodo editor HTML coding and testing – List and Images – Tables and Links – At least 2 pages and navigation –
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.
CS105 Introduction to Computer Concepts HTML
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.
Lecture: Tables. Table Tags (all container tags) establishes a table (________) establishes a row (________) says what’s in the row more than one TD within.
Dr. Nuha El-KhaliliInternet Programming ( ) HTML Hyper Text Markup Language The language of web pages Maintained by the W3C
>> 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.
HTML: Tables & Frames Internet Technology1. HTML: Tables Table tags ► surround the entire table ► header row (text is boldfaced) ► surround each row ►
 2004 Prentice Hall, Inc. All rights reserved. Chapter 5 - Introduction to XHTML: Part 2 Outline 5.1 Introduction 5.2 Basic XHTML Tables 5.3 Intermediate.
Frame Page A Frame Page does the following: –Defines the size of each frame. –Defines how the window will be broken up – rows or columns. –Specifies which.
CS105 INTRODUCTION TO COMPUTER CONCEPTS HTML Instructor: Cuong (Charlie) Pham.
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.
Web111a_chapt05.ppt HTM: Section 5 Frames A section of the browser window capable of displaying an entire web page Display multiple web pages on the screen.
Introduction HTML (Hypertext Markup Language) is used to create document on the World Wide Web. HTML is not a programming language, it is a markup language.
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.
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.
CSE 409 – Advanced Internet Technology 1 DISCUSSION OF BASIC HTML TAGS.
Week 9: HTML Tables and Frames HNDIT11062 – Web Development.
HTML CS 105. Page Structure HTML elements control the details of how a page gets displayed. Every HTML document has the following basic structure: … …
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.
20-753: Fundamentals of Web Programming 1 Lecture 6: Advanced HTML Fundamentals of Web Programming Lecture 6: Advanced HTML.
Web Technology (NCS-504) Prepared By Mr. Abhishek Kesharwani Assistant Professor,UCER Naini,Allahabad.
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.
©SoftMoore ConsultingSlide 1 Introduction to HTML: Block-Level Elements.
XHTML Introductory1 Frames Chapter 5. XHTML Introductory2 Objectives In this chapter, you will: Work with the Frameset Document Type Definition (DTD)
HTML Help book. HTML HTML is the programming language used to make web pages for the Internet. HTML stands for Hyper Text Markup Language. HTML is made.
HTML Comprehensive Concepts and Techniques Second Edition Creating Frames on a Web Page.
Yourfriendmanoj.wordpress.com Fb/yourfriendmanoj
>> HTML: Tables.
Tables and Frames.
LAB Work 02 MBA 61062: E-Commerce
Chapter 5 - Introduction to XHTML: Part 2
Табеле Табеле се представљају елементом TABLE.
Using HTML Tables SWBAT: - create tables using HTML
HTML Tables & Frames Internet Technology.
Site Development Foundations Lesson 6
In this session, you will learn to:
HTML Tables & Frames Internet Technology.
Presentation transcript:

Session 6: HTML 2 - Content Design J0394 – Perancangan Situs Web Program Studi Manajemen Universitas Bina Nusantara

BWD Bina Nusantara University 2 Writing for the Web Guidelines for writing for the Web Be succinct. Write no more than 50 percent of the text you would have used to cover the same material in a print publication Write for scanability scanability Use hypertext to split up ong information into multiple pages

BWD Bina Nusantara University 3 Writing for the Web Hire a Web editorHire a Web editor Coherent page chunking: users don't like to scroll - so place most important links above the foldCoherent page chunking: users don't like to scroll - so place most important links above the fold

BWD Bina Nusantara University 4 Web Images IMG tag: –ALIGN="left | right | top | texttop | middle | bsmiddle | baseline | bottom | absbottom“ –ALT=”alternate_text” –ISMAP –SRC=”URL_of_image” –WIDTH=”value” –HEIGHT=”value” –BORDER=”value” –VSPACE=”value” –HSPACE=”value” –LOWSRC

BWD Bina Nusantara University 5 Tables Tables might seem a bit daunting at first, especially when used for layout. However, if you carefully map out your page before start in on the HTML code, you will be a lot easier. The second most important step is to specify the width of the whole table as well as of the individual cells. Setting the width keeps the table’s size constant (instead of letting the browser figure it out in its own indomitable way) and keeps your elements the way you intended.

BWD Bina Nusantara University 6 Tables (2) If table really make you miserable, you can cheat. You can use PageMill or FrontPage or some other web page program, create the table in that program and then tweak the HTML code by hand afterwards as necessary,

BWD Bina Nusantara University 7 Tables (3) The Table HTML elemets : – : The table delimiter – : Use to specify number of rows in a table – : Specifies table data cells – : Table header cells – : Specifies the table caption

BWD Bina Nusantara University 8 Tables (4) TABLE Tag –BORDER=”value” –CELLPADDING=”value” –CELLSPACING=”value” –COLS=”number of columns” –WIDTH=”value or percent” –HEIGHT=”value or percent” –ALIGN=”left | right” –VALIGN=”top | bottom | center” –BGCOLOR=”#rrggbb | color name” –BACKGROUND=”URL of image

BWD Bina Nusantara University 9 Tables (5) TD Tag –ALIGN=”left | right” –VALIGN=”top | bottom | center” –WIDTH=”value or percent” –HEIGHT=”value or percent” –NOWRAP –COLSPAN=”value” –ROWSPAN=”value” –BGCOLOR=”#rrggbb | color name” –BACKGROUND=”URL of image”

BWD Bina Nusantara University 10 Frame’s Frames can be the key to organizing the site and making it easy to navigate By dividing a page, called a frameset, into frames, you allow the visitor to see more than one page at a time, without completely cluttering up their screen. Each frame contains its own Web page and theoritically could be viewed independenly in a separate windows.

BWD Bina Nusantara University 11 Frame’s (2) The beauty of having several webpages open on a screen at a time, however, lies in the ability to interrelate the information I each of the pages. Meanwhile, a dynamic frame on the left side of window can include a table of contents. Finally, the main area of the window will be devoted to the contents frame, whose data changes each time your visitor clicks on a new topic in the table of contents.

BWD Bina Nusantara University 12 Frame’s (3) FRAMESET tag –ROWS=”row_height_value_list” –COLS=”column_width_list”

BWD Bina Nusantara University 13 Frame’s (4) FRAME tag –SRC=”URL” –NAME=”frame_name” –MARGINWIDTH=”value” –MARGINHEIGHT=”value” –SCROLLING=”yes | no | auto” –NORESIZE