title: sep 67:57 pm (1 of 16)cisweb.bristolcc.edu/~pgrocer/audio_smartboardf16/cis120/... ·...

16
Title: Sep 67:57 PM (1 of 16)

Upload: others

Post on 11-Aug-2020

1 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Title: Sep 67:57 PM (1 of 16)cisweb.bristolcc.edu/~pgrocer/audio_smartboardF16/CIS120/... · 2016-09-07 · HTML5intro.htm1 HTML51ist.htm1 HTML51inkpage.htm1 HTML5CSS1ist.htm1 HTML5headers.htm1

Title: Sep 6­7:57 PM (1 of 16)

Page 2: Title: Sep 67:57 PM (1 of 16)cisweb.bristolcc.edu/~pgrocer/audio_smartboardF16/CIS120/... · 2016-09-07 · HTML5intro.htm1 HTML51ist.htm1 HTML51inkpage.htm1 HTML5CSS1ist.htm1 HTML5headers.htm1

Title: Sep 6­12:23 PM (2 of 16)

Page 3: Title: Sep 67:57 PM (1 of 16)cisweb.bristolcc.edu/~pgrocer/audio_smartboardF16/CIS120/... · 2016-09-07 · HTML5intro.htm1 HTML51ist.htm1 HTML51inkpage.htm1 HTML5CSS1ist.htm1 HTML5headers.htm1

Title: Sep 6­12:33 PM (3 of 16)

Page 4: Title: Sep 67:57 PM (1 of 16)cisweb.bristolcc.edu/~pgrocer/audio_smartboardF16/CIS120/... · 2016-09-07 · HTML5intro.htm1 HTML51ist.htm1 HTML51inkpage.htm1 HTML5CSS1ist.htm1 HTML5headers.htm1

my email

Title: Sep 6­12:42 PM (4 of 16)

Page 5: Title: Sep 67:57 PM (1 of 16)cisweb.bristolcc.edu/~pgrocer/audio_smartboardF16/CIS120/... · 2016-09-07 · HTML5intro.htm1 HTML51ist.htm1 HTML51inkpage.htm1 HTML5CSS1ist.htm1 HTML5headers.htm1

This will show the code that produced the page.

Title: Sep 6­12:51 PM (5 of 16)

Page 6: Title: Sep 67:57 PM (1 of 16)cisweb.bristolcc.edu/~pgrocer/audio_smartboardF16/CIS120/... · 2016-09-07 · HTML5intro.htm1 HTML51ist.htm1 HTML51inkpage.htm1 HTML5CSS1ist.htm1 HTML5headers.htm1

<html> has the end of </html>Within <html> there is the <head> section and the <body> section.The body section contains the code that will show on the screen.

Title: Sep 6­12:53 PM (6 of 16)

Page 7: Title: Sep 67:57 PM (1 of 16)cisweb.bristolcc.edu/~pgrocer/audio_smartboardF16/CIS120/... · 2016-09-07 · HTML5intro.htm1 HTML51ist.htm1 HTML51inkpage.htm1 HTML5CSS1ist.htm1 HTML5headers.htm1

Title: Sep 6­12:56 PM (7 of 16)

Page 8: Title: Sep 67:57 PM (1 of 16)cisweb.bristolcc.edu/~pgrocer/audio_smartboardF16/CIS120/... · 2016-09-07 · HTML5intro.htm1 HTML51ist.htm1 HTML51inkpage.htm1 HTML5CSS1ist.htm1 HTML5headers.htm1

Title: Sep 6­12:58 PM (8 of 16)

Page 9: Title: Sep 67:57 PM (1 of 16)cisweb.bristolcc.edu/~pgrocer/audio_smartboardF16/CIS120/... · 2016-09-07 · HTML5intro.htm1 HTML51ist.htm1 HTML51inkpage.htm1 HTML5CSS1ist.htm1 HTML5headers.htm1

Second example.

Title: Sep 6­1:00 PM (9 of 16)

Page 10: Title: Sep 67:57 PM (1 of 16)cisweb.bristolcc.edu/~pgrocer/audio_smartboardF16/CIS120/... · 2016-09-07 · HTML5intro.htm1 HTML51ist.htm1 HTML51inkpage.htm1 HTML5CSS1ist.htm1 HTML5headers.htm1

<br> skips a lineit is like enter in word processing

Title: Sep 6­1:00 PM (10 of 16)

Page 11: Title: Sep 67:57 PM (1 of 16)cisweb.bristolcc.edu/~pgrocer/audio_smartboardF16/CIS120/... · 2016-09-07 · HTML5intro.htm1 HTML51ist.htm1 HTML51inkpage.htm1 HTML5CSS1ist.htm1 HTML5headers.htm1

Title: Sep 6­1:04 PM (11 of 16)

Page 12: Title: Sep 67:57 PM (1 of 16)cisweb.bristolcc.edu/~pgrocer/audio_smartboardF16/CIS120/... · 2016-09-07 · HTML5intro.htm1 HTML51ist.htm1 HTML51inkpage.htm1 HTML5CSS1ist.htm1 HTML5headers.htm1

Title: Sep 6­8:07 PM (12 of 16)

Page 13: Title: Sep 67:57 PM (1 of 16)cisweb.bristolcc.edu/~pgrocer/audio_smartboardF16/CIS120/... · 2016-09-07 · HTML5intro.htm1 HTML51ist.htm1 HTML51inkpage.htm1 HTML5CSS1ist.htm1 HTML5headers.htm1

These two pages I want to link to. Since there is only a page namethe browser will only look in the directory that contains the currentprogram.  If the pages are not in the directory, the link will not work.

Title: Sep 6­1:22 PM (13 of 16)

Page 14: Title: Sep 67:57 PM (1 of 16)cisweb.bristolcc.edu/~pgrocer/audio_smartboardF16/CIS120/... · 2016-09-07 · HTML5intro.htm1 HTML51ist.htm1 HTML51inkpage.htm1 HTML5CSS1ist.htm1 HTML5headers.htm1

Title: Sep 6­1:22 PM (14 of 16)

Page 15: Title: Sep 67:57 PM (1 of 16)cisweb.bristolcc.edu/~pgrocer/audio_smartboardF16/CIS120/... · 2016-09-07 · HTML5intro.htm1 HTML51ist.htm1 HTML51inkpage.htm1 HTML5CSS1ist.htm1 HTML5headers.htm1

Title: Sep 6­1:31 PM (15 of 16)

Page 16: Title: Sep 67:57 PM (1 of 16)cisweb.bristolcc.edu/~pgrocer/audio_smartboardF16/CIS120/... · 2016-09-07 · HTML5intro.htm1 HTML51ist.htm1 HTML51inkpage.htm1 HTML5CSS1ist.htm1 HTML5headers.htm1

Good resource for information about HTML and CSS.

The style is put in the head.The font of the text in the body is sentto red, the paragraph must be alignedin the center and twice standardsize and the color of the li fontwill be green.The specific color for the li overridesthe general color for the body.

Title: Sep 6­1:27 PM (16 of 16)