Presentation is loading. Please wait.

Presentation is loading. Please wait.

Recall A Host’s IP Address is associated with a domain name Mapping: DomainName  IPAddr This mapping is stored in multi-tiered set of Domain Name Servers.

Similar presentations


Presentation on theme: "Recall A Host’s IP Address is associated with a domain name Mapping: DomainName  IPAddr This mapping is stored in multi-tiered set of Domain Name Servers."— Presentation transcript:

1 Recall A Host’s IP Address is associated with a domain name Mapping: DomainName  IPAddr This mapping is stored in multi-tiered set of Domain Name Servers My computer IP Address: 204.168.0.207 RR Domain Name Table … www.breimer.org  204.168.0.207 … Global DNS http requests Domain Name Table … www.breimer.org  RR …

2 Multi-tiered

3 Internet Connections: Cost vs. Bandwidth Connection BandwidthCostKbps/$ Dial-up 0.1 Mbps$254.00 DSL 0.7 Mbps$3717.50 Cable 0.8 Mbps$4517.78 Cable Pro 1.5 Mbps$15010.00 T-1 2.0 Mbps$7502.67 T-3 30.0 Mbps$10,0003.00 OC-3 145.0 Mbps$40,0003.63

4 Internet Connections: Cost vs. Bandwidth Connection BandwidthCostKbps/$ Dial-up 0.1 Mbps$254.00 DSL 0.7 Mbps$3717.50 Cable 0.8 Mbps$4517.78 Cable Pro 1.5 Mbps$15010.00 T-1 2.0 Mbps$7502.67 T-3 30.0 Mbps$10,0003.00 OC-3 145.0 Mbps$40,0003.63 Home Users Must be competitively priced 1990’s only option besides dialup Long term contracts still holding Economy of scale Siena CS is considering Professional Grade Cable

5 Agenda HTML Dream Weaver’s HTML Styles vs Cascading Style Sheets

6 HTML Hypertext Markup Language Marks up a document with tags Each tag specifies the format/appearance of the webpage

7 HTML Special tags are used to insert Links to other documents – Images – Tables – Other Media Flash MP3 Java Applets Etc.

8 Tags An element is a fundamental component of the structure of a text document. Examples: – Heads – Tables – Paragraphs – lists. To denote the various components in an HTML document, you use tags.

9 Tags HTML tags consist of a left angle bracket ( ). Tags are usually paired – start tag – end tag The end tag looks just like the start tag except a slash (/) precedes the text within the brackets.

10 Tags Some tags may include an attribute, – which is additional information that is included inside the start tag. – Example NOTE: HTML is not case sensitive. is equivalent to or. Not all tags are supported by all browsers. – If a browser does not support a tag, it will simply ignore it. – Any text placed between a pair of unknown tags will still be displayed, however.

11 Browsers Netscape – Once the best, now #2, polluted with AOL Internet Explorer – Microsoft’s enormous monster Mozilla – the original, still good, no gimmicks Opera – very compact, skins Amaya - W3C's testbed browser, seamlessly integrated with the editing and remote access Lynx – text browser, why?

12 Browsers Neoplanet - offers diverse interface skins and customizable, sharable, content channels. Apple Safari - KHTML-based web browser from Apple Computer optimized for Mac OS X. Konqueror - Unix-based Web browser, file manager, and universal viewer from KDE. iCab - web browser for Macintosh.

13 A Simple HTML Example HTML is Easy To Learn Welcome to the world of HTML. This is the first paragraph. While short it is still a paragraph! And this is the second paragraph.

14

15 A Teaching Tool To see the HTML code of any website – select View Source

16 Another Teaching Tool Compose what you want And see the resulting HTML

17 10 Tags you should memorize 1. 2. 3. 4. 5. 6. 7. 8. 9. 10.

18 This tells the browser that Everything inside this tag is HTML code Some browsers won’t display a page unless you include this tag

19 Everything inside this tag makes up the body of the actual document Web pages have elements that don’t appear in the body of a document Examples – Meta info (key words, description, etc.) – JavaScript code – Title (appears in the title bar of the browser) – Etc…

20 Special place for storing info that does not appear in the body a document More examples – Author’s comments – Code for linking style sheets – Information for different browsers – Etc.

21 Example: Link to my resume – a  stands for anchor – href  stands for hypertext reference Everything inside this tag becomes a hyperlink You can put text inside or other elements – like images.

22 Example: – img  stands for image – src  stands for source This tag does not use an end tag Inserts an image into the document – Assuming src points to a valid image

23 Standard Image Formats (supported by web browsers) In the early days 2 types of images emerged gif (Graphics Interchange Format) – CompuServe – outdated, only 256 colors, compact size jpg (Joint Photographic Experts Group) – 16 million colors – compressed encoding – higher quality and sometime more compact than GIF These image formats are still the standard

24 Other Image Formats (not support by Web Browsers) BMP: The Bitmap file format is used for bitmap graphics on the Windows platform only JIF: JPEG Related Image format PCT: Macintosh PICT format PPM: Portable Pixel Map (UNIX) TIFF: Aldus Corporation format EPS: The Encapsulated PostScript PNG: The Portable Network Graphics format will likely be the successor to the GIF file format

25 Used to create paragraph creates an indentation (depends upon the browser) Option to align the paragraph

26 Used to apply a cascading style to an element

27 Creates a table Has lots of attributes defines a row defines a column in a row

28 Web Styles vs. CSS CSS (Cascading Style Sheets) Web Styles are not as good as CSS Why? CSS allow you to separate content from style An example shows it all Why is this so important?

29 Homework Take a look at the HTML Guide Memorize the purpose and format of the 10 tags I showed today – They’ll be on the first exam (Oct. 9 th )


Download ppt "Recall A Host’s IP Address is associated with a domain name Mapping: DomainName  IPAddr This mapping is stored in multi-tiered set of Domain Name Servers."

Similar presentations


Ads by Google