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.

Similar documents
HTMLnotesS15.notebook. January 25, 2015

c122jan2714.notebook January 27, 2014

c12011sep914.notebook September 09, 2014

Html basics Course Outline

Chapter 2. Self-test exercises

ADOBE DREAMWEAVER CS4 BASICS

CSC 121 Computers and Scientific Thinking

In this project, you ll learn how to create your own webpage to tell a story, joke or poem. Think about the story you want to tell.

1 Creating a simple HTML page

c122sep2914.notebook September 29, 2014

COMM 2555 Interactive Digital Communication LAB 4

Using Dreamweaver CC. 6 Styles in Websites. Exercise 1 Linked Styles vs Embedded Styles

CS Multimedia and Communications REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB!

Lesson 5 Introduction to Cascading Style Sheets

Page Layout Using Tables

2. Write style rules for how you d like certain elements to look.

recall: a Web page is a text document that contains additional formatting information in the HyperText Markup Language (HTML)

Assignments (4) Assessment as per Schedule (2)

Table Basics. The structure of an table

The Structure of the Web. Jim and Matthew

Web Publishing Basics II

Creating Web Pages. Getting Started

CSS worksheet. JMC 105 Drake University

CSC 101: PreLab Reading for Lab #4 More HTML (some of this reading on Tables and Images are based on previous writings of Prof William Turkett)

Introduction to WEB PROGRAMMING

Structure Bars. Tag Bar

A Balanced Introduction to Computer Science, 3/E

This booklet is knowledge of. a web page. of a web page find what you. you want to. SiteSell offers. Introduction

Basic CSS Lecture 17

ICT IGCSE Practical Revision Presentation Web Authoring

Unit 5 Web Publishing Systems Page 1 of 13 Part 4 HTML Part 4

By Ryan Stevenson. Guidebook #2 HTML

Web Publishing Basics I

Cascading Style Sheets (CSS)

In the early days of the Web, designers just had the original 91 HTML tags to work with.

Adobe Dreamweaver CC 17 Tutorial

HTML & CSS. Lesson 1: HTML Basics Lesson 2: Adding Tables Lesson 3: Intro to CSS Lesson 4: CSS in more detail Lesson 5: Review

CREATING A WEBSITE USING CSS. Mrs. Procopio CTEC6 MYP1

Lab 4 CSS CISC1600, Spring 2012

Cascading style sheets

c122sep814.notebook September 08, 2014 All assignments should be sent to Backup please send a cc to this address

Using Dreamweaver CS6

GSLIS Tech Lab Workshop: Mastering TOR Part 2 GSLIS Tech Lab Workshop: Mastering TOR Part 2 GSLIS Tech Lab Workshop: Mastering TOR Part 2

Modify cmp.htm, contactme.htm and create scheduleme.htm

Your departmental website

HTML. LBSC 690: Jordan Boyd-Graber. October 1, LBSC 690: Jordan Boyd-Graber () HTML October 1, / 29

Beginning HTML. The Nuts and Bolts of building Web pages.

Adobe Dreamweaver CS5 Tutorial

week8 Tommy MacWilliam week8 October 31, 2011

Dreamweaver Website 1: Managing a Website with Dreamweaver

Header. Article. Footer

MPT Web Design. Week 1: Introduction to HTML and Web Design

Web Programming and Design. MPT Senior Cycle Tutor: Tamara Week 1

How the Internet Works

ORB Education Quality Teaching Resources

Web browsers. 1. Google Chrome - 62% 2. Mozilla Firefox - 15% 3. Internet Explorer - 10% 4. Safari - 5 % 5. Microsoft Edge - 4% 6.

Lab 5: Dreamweaver CS5, Uploading your Web site

Lecture B3 Style : Algorithmic Thinking. Computing and Art : Nature, Power, and Limits CC 3.12: Fall 2007

c122sep2214.notebook September 22, 2014

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

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

Dreamweaver CS 5.5. University Information Technology Services. Training, Outreach, Learning Technologies, and Video Production

Creating A Web Page. Computer Concepts I and II. Sue Norris

Eng 110, Spring Week 03 Lab02- Dreamwaver Session

Lab Introduction to Cascading Style Sheets

Web Design 101. What is HTML? HTML Tags. Web Browsers. <!DOCTYPE html> <html> <body> <h1>my First Heading</h1> <p>my first paragraph.

COMSC-031 Web Site Development- Part 2

Using CSS in Web Site Design

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

Styles, Style Sheets, the Box Model and Liquid Layout

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

CS 1124 Media computation. Lab 9.3 October 24, 2008 Steve Harrison

1. Please, please, please look at the style sheets job aid that I sent to you some time ago in conjunction with this document.

CSS is applied to an existing HTML web document--both working in tandem to display web pages.

Exercises. Task 1 Use My Computer to create a folder for the website. Step 1

Introduction to using HTML to design webpages

Introduction to web development and HTML MGMT 230 LAB

Introduction to HTML. SSE 3200 Web-based Services. Michigan Technological University Nilufer Onder

HTML & CSS. Rupayan Neogy

Creating Forms. Starting the Page. another way of applying a template to a page.

Web Programming Week 2 Semester Byron Fisher 2018

Hyper Text Markup Language HTML: A Tutorial

HTML Tags <A></A> <A HREF=" CNN </A> HREF

ITNP43: HTML Lecture 4

Year 8 Computing Science End of Term 3 Revision Guide

Using Dreamweaver To Edit the Campus Template Version MX

Study Guide 2 - HTML and CSS - Chap. 6,8,10,11,12 Name - Alexia Bernardo

Basic HTML Handout & Exercise Web Technology

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

Chapter 1 Self Test. LATIHAN BAB 1. tjetjeprb{at}gmail{dot}com. webdesign/favorites.html :// / / / that houses that information. structure?

ICT IGCSE Practical Revision Presentation Web Authoring

usinginvendb.notebook September 28, 2014

Title: Feb 1 11:00 AM (1 of 39)

Glossary. advance: to move forward

Geocaching HTML & BBCode FUNdamentals by Scott Aleckson (SSO JOAT)

5/17/2009. Marking Up with HTML. An HTML Web Page File. Tags for Bold, Italic, and underline. Structuring Documents

Document Formatting with Word

Taking Fireworks Template and Applying it to Dreamweaver

Introduction to Multimedia. MMP100 Spring 2016 thiserichagan.com/mmp100

CSS BASICS. selector { property: value; }

Transcription:

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.

Sorry about these half rectangle shapes a Smartboard issue today. To add style to a page I put the style tag inside the <head> and I tell it that the style is type="text/css" since we are using cascading style sheets (css). Note to set a style for something I use the word that is used in the tag, in this example body, h1 (a header) etc. I enclose the style in curly braces and then I specify the property I want to style such as background color and how I want to style it, in this case beige. I also used color (which is font color) and set the default font color for the page to brown. Style that I put in for the headers etc redid the color for those elements. Title: Jan 29 11:09 AM (2 of 23)

Any h1 headers will be red and aligned to the center. Anything within the ul which would be all of the li tags, will be changed to red. Any h2 headers will he blue and aligned to the right. Title: Jan 29 11:13 AM (3 of 23)

Note the lines at the top of the page are paragraphs and I am saying I want them aligned to the center and the font size twice normal. Th red is because the default color for the whole body is red. The img tag has a src= which tells what image to use. Note like <br> there is no close to <img>. Now I am adding an image. Note that the image is named CISa.gif and so the browser can find it, it should be stored in the HTML5 directory which also contains the page HTML5CSSimage.html. In other words, the image and the page should be in the same directory. If you do not do this you will need a path to locate the image. Title: Jan 29 11:20 AM (4 of 23)

In one of the previous examples I used ul to change the color of the list. Here I used li to change the color of all li tags on the page. This is the style that you should use if you want your image to be centered. Note I have an error here but it still works. I have a </p> but I do not have a <p> so there is no paragraph to close. Title: Jan 29 11:25 AM (5 of 23)

This is a table and it is aligned to the center. Note that the table has two rows and each row has two cells. Title: Jan 29 11:28 AM (6 of 23)

This centers the table and puts a solid thick border around it. The td means a solid think border goes around each cell. <table> sets up a table and the <tr> makes a row. Within the row I have two cells each done with a <td>. The size of the table is determined by its content. Title: Jan 30 4:08 PM (7 of 23)

Title: Jan 29 11:35 AM (8 of 23) Someone asked about colors and these are some of the colors you can use. You can use them by name or by putting in the hex code.

Title: Jan 29 11:38 AM (9 of 23) Now we are going to start to look at how to upload your page to the server so it can be seen using a browser. To do this we will use WinSCP. Note that you can download WinSCP to use on your own computer.

Title: Jan 29 11:41 AM (10 of 23) I lost the c someplace. The host is cisweb.bristolcc.edu. Then enter your username and password. Leave everything else as it is.

Once you login, click on public_html to work there. The cisweb server. Your computer and devices. Title: Jan 29 11:42 AM (11 of 23)

Title: Jan 29 11:44 AM (12 of 23) I decided to make a folder to store my pages in you do not have to have a folder, but I think it is a good idea. Click on Files/New/Directory to make a new Directory/Folder. It asked me to name it and I called it CIS120S15.

Title: Jan 29 11:46 AM (13 of 23) Now I am inside the folder I created and I am dragging an html page over. I will click copy and it will be stored on the server.

Title: Jan 29 11:47 AM (14 of 23) I now have the file on the server in my directory. I right clicked and selected edit to see the code. Note that I can change the code here as well.

Title: Jan 29 11:51 AM (15 of 23) Now I want to see my page in a browser so this is the address I provide. It is the host, followed by the ~ and my username, followed by a folder since I used one, followed by my file.

Title: Jan 29 11:52 AM (16 of 23)

Title: Jan 29 11:52 AM (17 of 23)

Title: Jan 29 12:04 PM (18 of 23) Our next topic is Access 2013 which can be downloaded from Dreamspark. Here are directions.

Title: Jan 29 12:05 PM (19 of 23)

Title: Jan 29 12:07 PM (20 of 23) Here is a quick peek so you can check it out if you download it. We will start to look at Access 20 from the beginning on Tuesday. You do not need to download it, you can use it in our labs,

Title: Jan 29 12:07 PM (21 of 23)

Title: Jan 29 12:11 PM (22 of 23)

Title: Jan 29 12:11 PM (23 of 23)