c122sep2214.notebook September 22, 2014

Similar documents
INFS 2150 Introduction to Web Development

INFS 2150 Introduction to Web Development

Web Development & Design Foundations with HTML5

Structure Bars. Tag Bar

Chapter 9 Table Basics Key Concepts. Copyright 2013 Terry Ann Morris, Ed.D

Web Design and Development ACS Chapter 12. Using Tables 11/23/2017 1

Deccansoft Software Services

ICT IGCSE Practical Revision Presentation Web Authoring

COMSC-030 Web Site Development- Part 1. Part-Time Instructor: Joenil Mistal

INFS 2150 / 7150 Intro to Web Development / HTML Programming

Adding CSS to your HTML

HTML Summary. All of the following are containers. Structure. Italics Bold. Line Break. Horizontal Rule. Non-break (hard) space.

Tables & Lists. Organized Data. R. Scott Granneman. Jans Carton

The most important layout aspects that can be done with tables are:

Assignments (4) Assessment as per Schedule (2)

HTML and CSS COURSE SYLLABUS

Page Layout. 4.1 Styling Page Sections 4.2 Introduction to Layout 4.3 Floating Elements 4.4 Sizing and Positioning

What is the Box Model?

Tutorial 5 Working with Tables and Columns. HTML and CSS 6 TH EDITION

Table of Contents. MySource Matrix Content Types Manual

COMP519: Web Programming Lecture 4: HTML (Part 3)

IMY 110 Theme 7 HTML Tables

CSS: Lists, Tables and the Box Model

Calendar Project. Project Brief. Part I: A Date to Remember. Assignments are evaluated for understanding

Table-Based Web Pages

Introducing Web Tables

c122sep2914.notebook September 29, 2014

Chapter 4 Notes. Creating Tables in a Website

HTML TAG SUMMARY HTML REFERENCE 18 TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES MOST TAGS

USER GUIDE MADCAP FLARE Tables

Dreamweaver CS3 Concepts and Techniques

Tables *Note: Nothing in Volcano!*

INFS 2150 Introduction to Web Development

INFS 2150 Introduction to Web Development

LING 408/508: Computational Techniques for Linguists. Lecture 14

OVERVIEW. How tables are structured. Table headers. Cell spanning (rows and columns) Table captions. Row and column groups

HTML 5 Tables and Forms

ICT IGCSE Practical Revision Presentation Web Authoring

Exercise #2: your Profile

HyperText Markup Language/Tables

HTMLnotesS15.notebook. January 25, 2015

Web Design and Application Development

Designing for Web Using Markup Language and Style Sheets

Lab Introduction to Cascading Style Sheets

Website Design (Weekend) By Alabian Solutions Ltd , 2016

Wanted! Introduction. Step 1: Styling your poster. Activity Checklist. In this project, you ll learn how to make your own poster.

CSS MOCK TEST CSS MOCK TEST III

What do we mean by layouts?

Skill Area 323: Design and Develop Website. Multimedia and Web Design (MWD)

Fundamentals of Web Technologies. Agenda: CSS Layout (Box Model) CSS Layout: Box Model. All HTML elements can be considered as a box or a container

Navigation. Websites need a formalized system of links to allow users to navigate the site

Indian Institute of Technology Kharagpur. HTML Part III. Prof. Indranil Sen Gupta Dept. of Computer Science & Engg. I.I.T.

Page Layout Using Tables

Web Design and Implementation

Comm 244 Week 3. Navigation. Navigation. Websites need a formalized system of links to allow users to navigate the site

Web Site Design and Development Lecture 9. CS 0134 Fall 2018 Tues and Thurs 1:00 2:15PM

Chapter 4 Creating Tables in a Web Site Using an External Style Sheet

Website Design (Weekday) By Alabian Solutions Ltd , 2016

Chapter 7 Tables and Layout

Make a Website. A complex guide to building a website through continuing the fundamentals of HTML & CSS. Created by Michael Parekh 1

Chapter 7 Tables and Layout

LESSON 3. Coding Tables Continued

Creating Accessible Web Sites with EPiServer

Bixby Public Schools Course Essential Elements Grade: Desktop Publishing

The default style for an unordered (bulleted) list is the bullet, or dot. You can change the style to either a square or a circle as follows:

Word Tips (using Word but these work with Excel, PowerPoint, etc) Paul Davis Crosslake Communications

Networks and Web for Health Informatics (HINF 6220) Tutorial 8 : CSS. 8 Oct 2015

Title: Jan 29 11:03 AM (1 of 23) Note that I have now added color and some alignment to the middle and to the right on this example.

@namespace url( /* set default namespace to HTML */ /* bidi */

COMP519 Web Programming Lecture 6: Cascading Style Sheets: Part 2 Handouts

Creating Layouts Using CSS. Lesson 9

Welcome Please sit on alternating rows. powered by lucid & no.dots.nl/student

HTML-5.com itemscopehttp://data-vocabulary.org/breadcrumb<span itemprop="title">html 5</span> itemscopehttp://data-vocabulary.

Chapter 5. Introduction to XHTML: Part 2

Internet Programming 1 ITG 212 / A

Summary 4/5. (contains info about the html)

1/6/ :28 AM Approved New Course (First Version) CS 50A Course Outline as of Fall 2014

Documentation > Product Info > Site Manager > 7.3 & 7.4 > Content > Add Content

Html basics Course Outline

Index. CSS directive, # (octothorpe), intrapage links, 26

TAG STYLE SELECTORS. div Think of this as a box that contains things, such as text or images. It can also just be a

Graduating to Grid. An Event Apart Orlando

Welcome. Web Authoring: HTML - Advanced Topics & Photo Optimisation (Level 3) Richard Hey & Barny Baggs

Website Development with HTML5, CSS and Bootstrap

IT350 Web and Internet Programming. XHTML Tables and Forms (from Chapter 4 of the text 4 th edition Chapter 2 of the text 5 th edition)

COMS 359: Interactive Media

Taking Fireworks Template and Applying it to Dreamweaver

Styles, Style Sheets, the Box Model and Liquid Layout

Tai-Jin Lee. Handout #5 11/01/2005. Navigation

Client-Side Web Technologies. CSS Part II

Introduction to Web Design CSS Reference

Introduction to Web Design CSS Reference

Introduction to CSS. 2 Sep 13. Derek Peacock. An introduction to defining CSS style rules using tags, classes and ids.

CSS: Layout Part 2. clear. CSS for layout and formatting: clear

Creating a Website in Schoolwires Technology Integration Center

Unit 20 - Client Side Customisation of Web Pages. Week 2 Lesson 4 The Box Model

COMM 2555 Interactive Digital Communication LAB 4

[AVWSQ-ADWCS6]: WSQ ICDL Adobe Dreamweaver CS6

GIMP WEB 2.0 MENUS WEB 2.0 MENUS: HORIZONTAL NAVIGATION BAR CREATING AN HTML LIST

Advanced Table Styles

Transcription:

This is using the border attribute next we will look at doing the same thing with CSS. 1

Validating the page we just saw. 2

This is a warning that recommends I use CSS. 3

This caused a warning. 4

Now I am putting in CSS to deal with the border. 5

Note, I did not close style and so I got just the white screen. 6

The border is just around table not the cells because I did not specify the. The attribute border does both so when it see this the table that has the attribute is changed. 7

Now I have specified the border should be applied to both the table and the td area so we see a border around all the cells. 8

Now I am doing something different for the td and notice the border attribute in the second table has no impact. 9

Notice that border can contain width information, type of line and color of line all in the border tag. As we will see in later slides, you can also use border style etc. I have removed the border attribute. 10

text align aligns the text within the boxes or cells 11

Centers all tables. 12

Border: can contain all of the border information or it can be broken down into style, width and color. 13

14

15

Note the example below which lets you set each part of the border individually. 16

Caption goes below the table. 17

Note that the th is not styled so there is no border on the cells. 18

Padding can change where the text is within the cell. 19

20

10px is top, 20px is right, 30px is bottom and 50px is left. Note that both td and th have a border. 21

22

Just two means top and bottom are the same (10px) and left and right are the same (50px). 23

24

The border style is solid on top, dotted on left and right and dashed on the bottom. The padding also uses just three. 25

26

Note the comment above. This uses thead, tfoot (which must come before tbody) and tbody. 27

I put the style for the th embedded in the body. Could have done it with the rest of the styles. colspan = "6" means the top row has one cell going across all 6 columns. Note that because colspan seems to be more about structure it is written as part of the table. 28

The 11:00 already has 2 rowspans that include in in col 4 and col6. Therefore I have to only give information for four columns (1,2,3,5). The 12:30 has all of the twos taken care of with rowspan except the first column. 29

30

31

32

33

34

Looking at images. It is considered best to size the image externally in Paint etc rather than make the resizing happen when the page is being loaded. 35

Aligning text and image. 36

Float to the left moves the image over to the left and float to the right moves the image over to the write. The text is wrapped around. 37

38

39

40

An approach to centering. 41

Recommended way to center an image. 42

43

When I wrote this the default was to put a border around a link if you did not specify border: none; Now I am seeing no border around both. We ned to experiment. 44

This is using border and we found that with border size you also need the style of the border 45

46

In these last few slides we have been using an image instead of words to click on. 47

48

Quick look at classes in CSS we will build on this next week. 49

Background image gets repeated all over the background. 50

51

Other things can have background such as a division or a paragraph. 52

53

Back to this problem originally none was there instead of 1px. If I add the style here then it works. border: 1px solid; 54

We also found that solid works alone, not just with the 1px. 55

Less slides then I thought there were a lot of duplicates. 56