Make a Heading and sub-headings.

Slides:



Advertisements
Similar presentations
This presentation demonstrates how to use tables within MSWord. A table is made up of rows and columns of cells that you can fill with text and graphics.
Advertisements

HTML TABLES EXPLAINED. What is a TABLE? The HTML table allows web designers to arrange & organize data -- text, images, hyperlinks, forms, form fields,
Microsoft FrontPage Monday January 28, The Basic FrontPage Setup.
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.
Excel 2007 Graphs & Charts. TYPES OF CHARTS Column Bar Pie Line.
Intro to Excel Computer Technology Timpview High School.
Excel Formatting. Format Cells… Right-mouse click in the spreadsheet to bring up this drop-down menu.
Page margin margin for header and footer. page size page orientation.
Computer Technology Timpview High School. Columns vs. Rows  Columns run vertically; rows runs horizontally  A cell is where a column and row meet.
Create a table Resize, split and merge cells Insert and align graphics within table cells Insert text and format cell content Maintain Web site Working.
ETT 229 Fall 2004 Web Design Basics II. Agenda 11:00-11:05 – Quiz 14 11:05-11:50 – Web Design Lecture 11:50-12:15 – Web Design Practice 2.
Macromedia Dreamweaver MX 2004 Design Professional Tables WORKING WITH.
1 Tables: Data in Rows and Columns – What is Table? – How Tables are Used? – Designing Tables – Table, Cell, Row Attributes – Using Tables for Alignment.
1 by Mary Anne Poatsy, Keith Mulbery, Lynn Hogan, Amy Rutledge, Cyndi Krebs, Eric Cameron, Rebecca Lawson Chapter 3 Document Productivity.
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.
HTML Essentials Tables and Table Tags. Overview Use of Tables goes beyond tabulating data Frequently used to format Web pages / control layout Especially.
Identifies the Structure Table Row Column 1 Table Heading Column 2.
Using Dreamweaver getting started 1)Start in your “My Documents” folder 2)Create a new folder called “website” 3)Create a sub folder called “images” 4)Start.
Chapter 3. Table have many uses in a HTML design but are mostly used for the organization of your web site. Tables also give vertical and horizontal structure.
Creating Tables in a Web Site
INTRODUCTORY Tutorial 7 Creating Tables. XP New Perspectives on Blended HTML, XHTML, and CSS2 Objectives Discern the difference between data tables and.
Using Dreamweaver. Slide 1 Dreamweaver has 2 screens that do different things The Document window where you create your WebPages The Site window where.
BASIC PARTS OF A TABLE Unit 8 – Tables Lesson 36.
Using VNU. Getting Started Download and install KompoZer or NVU from the PortableApps web site onto your personal computer.PortableApps Versions for both.
Adobe Dreamweaver CS3 Revealed CHAPTER FIVE: USING HTML TABLES TO LAY OUT A PAGE.
CSS Table Properties.
Html Tables Basic Table Markup. How Tables are Used For Data Display Tables were originally designed to display and organize tabular data (charts, statistics,
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.
Web Design ITM 2010 Tutorial 2 Prepared by Wang Shiyu.
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.
Tables lab5. Drawing a table Tables are the web designer’s best friend and worst enemy. To draw a table we will use:  tag  for raw  tags for column.
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.
CITY UNIVERSITY / Vysoká Škola Manažmentu.:MG Information Systems :. © Martina Cesalova, 2005 MS FRONTPAGE 2 1.Create a new document 2.Save as L/bsba/IS330/yourfolder,
Excel Vocabulary Beth McKelvey. columns Vertical section of worksheet.
Tables. What are tables? To create a table go to the insert tab on the ribbon. Table will be on the left of the ribbon in the tables group After selecting.
Lesson 5: Working with Tables. Learning Objectives After studying this lesson, you will be able to:  Insert a table in a document  Modify, sort, and.
Creating Tables in a Web Site HTML 4 Created by S. Cox.
Make an HTML table using Visual Studio. Approach 1: drag table from Toolbox.
Excel 2010 Intro to Charts A chart is a tool you can use in Excel to communicate your data graphically. Charts allow your audience to see the meaning behind.
1 Mansoor Ahmed Bughio. 2 HTML TABLES With HTML you can create tables. Examples Tables This example demonstrates how to create tables in an HTML document.
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.
COM: 111 Introduction to Computer Applications Department of Information & Communication Technology Panayiotis Christodoulou.
ICT Essential Skills.
Table Pertemuan 10 Matakuliah : L0182 / Web & Animation Design
Applying CSS to Tables Stylish Tables.
Elements of HTML Web Design – Sec 3-2
>> HTML: Tables.
Positioning Objects with CSS and Tables
Tables A table is an excellent way to organize information.
Tables:.
TABLES.
Matakuliah : Web Design
Assignment #15 “My Timetable”
TABLES.
Working Knowledge Training
Creating Tables in HTML
AUTOFITTING CONTENTS AND CENTERING TABLES
Creating Tables in a Web Site
Excel 2010 Intro to Charts A chart is a tool you can use in Excel to communicate your data graphically. Charts allow your audience to see the meaning behind.
Creating Tables in HTML
PowerPoint Create charts and tables
HTML Tables.
Hyperlinks 1 2.
Format a Table: 4.4 project 2
Magazine Layout TASK Have a look at the following examples of magazine pages and comment on the layout.
Lesson 1: Organizing with Tables
How to Create Tables & Graphs in Excel
Positioning Objects with CSS and Tables
Day 3: Working with Tables
Presentation transcript:

Make a Heading and sub-headings. Headings and sub headings Make a Heading and sub-headings. Which heading do you think will be the biggest H1 or H6?

Change the Headings in the code. <h1 align="center"><font size="7">How good is your website?</font></h1>

Inserting a table Insert a table to hold your text and images so you can have a professional layout.

Selecting the number of rows and columns and border size Choose how many columns and rows you would like. Choose the border size (0 = no border).

Change the table in the code. Tr is table row which has lots of cells in it. Td is table data (each cell in a row). Table in the code table row and table data table row has lots of cells in td is the cell with the data in.

Change the layout of your information and images in cells. Right click then choose Cell properties.

Try changing the Horizontal and Vertical alignment to see what happens to the information in the cell.

Choose the Border colour and Background colour and size of the table.