DOC PREVIEW
GETTYSBURG CS 103 - BASIC HTML

This preview shows page 1-2 out of 7 pages.

Save
View full document
View full document
Premium Document
Do you want full access? Go Premium and unlock all 7 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 7 pages.
Access to all documents
Download any document
Ad free experience
Premium Document
Do you want full access? Go Premium and unlock all 7 pages.
Access to all documents
Download any document
Ad free experience

Unformatted text preview:

The Internet and the WWWThe World Wide WebSample URLHypertext Markup LanguageHTMLSlide 6Basic HTML PageThe Internet and the WWW•What’s the difference between the Internet and the World Wide Web (WWW)? Or are they the same thing?•The Internet and the WWW are not the same.•The Internet dates back to the late 1960s. Advanced Research Projects Agency (ARPA).•The WWW was created in 1989. European Laboratory for Particle Physics (CERN) in Geneva, Switzerland.The World Wide Web•browser - a program used to display documents on the WWW.•protocol - a standard procedure for doing something. Its original meaning refers to the ceremony and etiquette observed by diplomats and heads of state.•Hypertext Transfer Protocol (HTTP) - the protocol used to transport information on the WWW.•Uniform Resource Locator (URL) - an address used to identify a page of information on the WWW.Sample URLhttp://cs.gettysburg.edu/CompSci103/syllabus.html•Protocol - http•Domain name - cs.gettysburg.edu“edu” denotes educational institution. Others include “com”, “org”, and “gov”.•Directory - CompSci103•File name - syllabus.htmlThe default file name is index.html.Hypertext Markup Language•Hypertext Markup Language (HTML) - a simple language used to describe how a page should appear on the WWW.•You can see the HTML associated with a page by selecting View ---> Source.•HTML is static in that it describes how a page is to be displayed, but it doesn’t provide for interaction or animation.•A page created with HTML alone is similar to a document created with a word-processor. All you can do is view or print it.HTML•HTML documents are text documents containing the text that is to be displayed along with formatting instructions.•HTML documents must be created with a text word-processor such as NotePad.•An HTML document must have a file extension .html or .htm.•tag - an HTML formatting instruction. A tag is enclosed within brackets < >.•attribute - a parameter used to configure a tag.HTML•HTML is not case sensitive. However, we will use uppercase (capital) letters for HTML tags.•Some tags are required. It’s a good idea to create a basic skeleton HTML page and use it as the starting point whenever you begin a new page.Basic HTML Page<HTML><HEAD><TITLE>Title goes here.</TITLE></HEAD><BODY>Body goes


View Full Document

GETTYSBURG CS 103 - BASIC HTML

Documents in this Course
Load more
Download BASIC HTML
Our administrator received your request to download this document. We will send you the file to your email shortly.
Loading Unlocking...
Login

Join to view BASIC HTML and access 3M+ class-specific study document.

or
We will never post anything without your permission.
Don't have an account?
Sign Up

Join to view BASIC HTML 2 2 and access 3M+ class-specific study document.

or

By creating an account you agree to our Privacy Policy and Terms Of Use

Already a member?