Goal See below /tables, Html-2-1.pptx rev 01/19/2016.

Slides:



Advertisements
Similar presentations
Anatomy of a Web Page. Parts of a Web Page Title Bar Navigation Tool Bar Location Bar Header Graphic/Image Text Horizontal Rule Links.
Advertisements

Intro to HTML. HTML HTML = HyperText Markup Language Used to define the content of a webpage HTML is made up of tags and attributes Content.
Working with Tables for Page Design – Lesson 41 Working with Tables for Page Design Lesson 4.
2.744 Dreamweaver Tutorial Sangmok Han Feb 24, 2010.
Quiz #3 - CSS Lecture Code: Get Neighbors’ URLs for MP1
Today CSS HTML A project.
CSS CSS Precise Aesthetic Control. Cascading Style Sheets Though they can be put in HTML header, usually a separate page that the HTML links to Contains.
SMT WEEKLY TRAINING JAMES CAMIRE STEVE ECKMAN TIM STIFFLER DANNY SAX MARY SOWDERS CHRIS MAHAN LISA MAHAN PAUL ISHAM HTML and CSS.
Project 8 Creating Style Sheets.
Session 4: CSS Positioning Fall 2006 LIS Web Team.
Web Design with Cascading Style Sheet Lan Vu. Overview Introduction to CSS Designing CSS Using Visual Studio to create CSS Using template for web design.
CIS101 Introduction to Computing Week 07. Agenda Your questions JavaScript text Resume project HTML Project Three This week online Next class.
Creating Tables in a Web Site Using an External Style Sheet HTML5 & CSS 7 th Edition.
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
Web Page Creation Part II ST: Introduction to Web Interface Design Prof. Angela Guercio.
With Alex Conger – President of Webmajik.com FrontPage 2002 Level I (Intro & Training) FrontPage 2002 Level I (Intro & Training)
Understanding HTML Style Sheets. What is a style?  A style is a rule that defines the appearance and position of text and graphics. It may define the.
Creating Tables in a Web Site Using an External Style Sheet
Creating Tables in a Web Site.  Define table elements  Describe the steps used to plan, design, and code a table  Create a borderless table to organize.
Dreamweaver CS4 Concepts and Techniques Chapter 5 Templates and Style Sheets.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
HTML, Third Edition--Illustrated Introductory 1 HTML, Third Edition Illustrated Introductory Unit F Working with Tables.
Creating Tables in a Web Site
Using Dreamweaver. Slide 1 Dreamweaver has 2 screens that do different things The Document window where you create your WebPages The Site window where.
HTML, Third Edition--Illustrated1 HTML – Illustrated Introductory, Third Edition Unit H Controlling Page Layout with Frames and Tables.
HTML & CSS.
Basic HTML Hyper text markup Language. Re-cap  … - The tag tells the browser that this is an HTML document The html element is the outermost element.
Web Technologies Website Development Trade & Industrial Education
Today’s objectives  Presentational | Inline | Block | Validate  CSS | Rules | Declarations.
Amber Annett David Bell October 13 th, What will happen What is this business about personal web pages? Designated location of your own web page.
CITY UNIVERSITY / Vysoká Škola Manažmentu.:IS Information Systems :. © Martina Cesalova, 2005 MS FRONTPAGE 4 1. Create a folder on L/BSBA/IS330/website.
 HTML stands for Hyper Text Mark-up Language. The coding language used to create documents for the World Wide Web  HTML is composed of tags. HTML tags.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 3 Key Concepts 1 Copyright © Terry Felke-Morris.
HTML, Third Edition--Illustrated Introductory 1 HTML, Third Edition Illustrated Introductory Unit E Formatting with Cascading Style Sheets.
Microsoft Expression Web-Illustrated Unit I: Working with Tables.
Just A Few More Fun Objectives 1 Having Some Fun With Java Script 2 Using Style Sheets.
Web Site Design Marion Setton
Web Page Development: Part II Heather Rasmussen (801) Heather Rasmussen (801)
Cascading Style Sheets. What is CSS? Short for Cascading Style Sheets, a new feature being added to HTML that gives more control over how pages are displayed.
Introduction to web development and HTML MGMT 230 LAB.
CSS Cascading Style Sheets. CSS Advantages Greater typography and page layout control Style is separate from structure Styles can be stored in a separate.
Language Club KompoZer Design View. Files you will need  Images  pages  Templates  Text.
CSS Table Properties.
Macromedia Dreamweaver 8-- Illustrated Introductory 1 Macromedia Dreamweaver 8 Unit G Working with Tables and Layers.
Introduction to Web Authoring Ellen Cushman Class mtg. #14.
1 TECH1001 Lecture 6 Electronic Publishing and Production 1 More About Tables.
1 More About HTML Tables and Images. 22 Objectives You will be able to Create tables in HTML. Include images in your HTML page. Create links to other.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 6 Key Concepts 1 Copyright © Terry Felke-Morris.
Cascading Style Sheets
Cascading Style Sheets (CSS). A style sheet is a document which describes the presentation semantics of a document written in a mark-up language such.
HTML Concepts and Techniques Fifth Edition Chapter 4 Creating Tables in a Web Site.
Microsoft Expression Web-Illustrated Unit F: Enhancing a Design with CSS.
Web Design (12) CSS Introduction. Cascading Style Sheets - Defined CSS is the W3C standard for defining the presentation of documents written in HTML.
Landscaper 101. Time Code AMC AMCNET HELP!!! Where do you go for help? –Upper right corner has a ? for the online help –This presentation.
CSS – 8 Step Walk Through! Using HTML. You will use 8 steps to transform this page to…
Web Development & Design Foundations with XHTML Chapter 6 Key Concepts.
Building a Web Page. Create A New Folder  Right click on the desktop and select New / Folder  Name the folder playpen.
1 HTML Tables. 22 Objectives You will be able to Create tables in HTML.
So far  Reviewed CSS  Added a table  3 rows  Copy/paste from course syllabus Anchorsandlists.pptx 01/22/2016.
28 Copyright © 2009, Oracle. All rights reserved. Customizing the Oracle Business Intelligence User Interface.
1 Preparation for site Create a folder in MyDocuments: beavercheese. Create a subfolder, images Classes, career, DW beginner Download.
Style Sheets. Coding Style Sheets  Style sheets use RULES to create the style  A selector (a tag or user-defined style name)  and then declarations.
HTML rev 01/09/2016 Hyper Text Markup Language. HTML -history  Hypertext Markup Language is the main language for creating web pages . It was first.
OV Copyright © 2008 Element K Content LLC. All rights reserved. Working with Web Pages  An Introduction to Cascading Style Sheets  Format a Web.
Creating the client site. Create a master page for client  Start Dreamweaver and select your site.  Browse to your Client folder  Use Dreamweaver to.
CSS Introductions. Objectives To take control of the appearance of a Web site by creating style sheets. To use a style sheet to give all the pages of.
Creating Web Documents CSS examples (do more later) Lab/Homework: Read chapters 15 & 16. Work on Project 3, do postings.
With Microsoft FrontPage 2000
Creating a Student Portfolio
HOW TO MAKE PAGES FOR A WEB SITE
Presentation transcript:

Goal See below /tables, Html-2-1.pptx rev 01/19/2016

Topics Today  Intro to CSS  Tables and CSS  Separating Styles and content  Color models  Color.adobe.com  Planning for index.htm

Separate styling from content: Sample styling body {font-family: "Gill Sans MT",verdana, sans-serif; color:#666666; background-color:#cccccc; } h1 {font-family:verdana; font-size : 2em; color : #087368;}

Then add the content Should be html

OK?  Do you understand the concept of using styles?  We are separating the content (body) from styling  The formatting information (style) is set apart from the content (body)

:Margins, padding, esp with tables …skip … h1 { font-size: 1.5em; background-color: #cccccc; margin: 20px; padding: 40px; } Look at the margin and padding Copy and paste into new Notepad file, into html folder, USB, named tableTerms.htm render

Tables… concepts

Tables for layout Objectives for today: Use HTML elements and Notepad to start creation of your index.htm page (Digital Portfolio). Using tables for layout/design OOPS wrong table type ! Our table: 3 rows: Banner List of projects Misc. row

elements  to create a table  add a row  add data to a cell

Download a txt file  Overview We can use a txt file I created  Download a txt file  Into jma260  Rename as index.htm

Creating an index page…One way  Create a new html page using Notepad  Double click the tablebig. txt link on the class site  Copy, paste into Notepad  Mainly CSS is what we need  Use File> Save as and save inside USB >JMA260 folder as index.htm:  Drag to your pub/jma260 folder (Z: drive)  To view the page Q:Wedo not NOT need to specify index.htm at end of UR;L why not Here is the page that results

Table-related elements   Will add to index.htm

Table format  recall: We want 3 rows :  Top one holds a banner  Second contains the content (links to other work)  Third row, misc. content, like , copyright symbol,…  Should be working with index.htm

Inside Add and 3

Move  Place it before the

Add + content for each cell adds a space © adds a copyright symbol

Add ’s…empty content to start

Add some content adds a space © adds a copyright symbol Delete border=“’2”

Add real content to Row 1 Drag to row 1

Add content to row 2  Row 1 Delete content in row 2 Go to the course syllabus Copy the text ( a pdf document: Portable Document Format, or Word document) Paste it inside row 2’s see next page…

Paste text here

Row 2 modified  Make the row 2 text into a paragraph, because we can style paragraph elements using CSS:  inside Course Description New Media Production is an introductory course that provides an overview of the industry standard software that is used to create New Media content. The major objective of the course is to use the tools from the course to develop a New Media advertising campaign for a real or hypothetical organization. Save and test (USB)

Row 3  Leave alone  Only has a space

Final  Save as index.htm inside JMA260 (USB)  Drag to pub/jma260  Test via link on class site  Add lists, tables next