html project #2 project 2 creating and editing a web page

60
HTML PROJECT #2 Project 2 Creating and Editing A Web Page

Upload: dayna-fleming

Post on 03-Jan-2016

221 views

Category:

Documents


0 download

TRANSCRIPT

HTMLPROJECT #2

Project 2

Creating and Editing

A Web Page

2HTML Project 2: Creating and Editing a Web Page

Vocabulary

• <ul>, </ul> • Tags for the start and end of an unordered or bulleted list

3HTML Project 2: Creating and Editing a Web Page

Vocabulary

• Scroll Box • A box in the scroll bar that indicates your current location in the file

4HTML Project 2: Creating and Editing a Web Page

Vocabulary

• bgcolor • An attribute used with the <body> tag to define the color of the Web page background

5HTML Project 2: Creating and Editing a Web Page

Vocabulary

• <head>, </head> • Tags that contain between them the document header information, including the title

6HTML Project 2: Creating and Editing a Web Page

Vocabulary

• Definition list • A list that offsets information in a dictionary-like style

7HTML Project 2: Creating and Editing a Web Page

Vocabulary

• alt • An attribute used with the <img> tag to provide alternate text in the event the image is not displayed

8HTML Project 2: Creating and Editing a Web Page

Vocabulary

• Printout • A printed version of a file, a Web page, or other document

9HTML Project 2: Creating and Editing a Web Page

Vocabulary

• Document Type Definition

• DTD; a file containing definitions of tags and how they should be used in a Web page

10HTML Project 2: Creating and Editing a Web Page

Vocabulary

• .html • One of the extensions that an HTML file can have

11HTML Project 2: Creating and Editing a Web Page

Vocabulary

• <body>, </body> • Tags that indicate the boundaries of the Web page

12HTML Project 2: Creating and Editing a Web Page

Vocabulary

• Ordered List • Another name for a numbered list

13HTML Project 2: Creating and Editing a Web Page

Vocabulary

• Inline Image • An image or graphics file that is not part of the HTML file, that is merged in by the browser

14HTML Project 2: Creating and Editing a Web Page

Vocabulary

• <html>, </html> • The tags that indicate the start and end of an HTML document

15HTML Project 2: Creating and Editing a Web Page

Vocabulary

• align • An attribute used to define the placement, or alignment, of the text on the page

16HTML Project 2: Creating and Editing a Web Page

Vocabulary

• Normal Text • The default text format used for the main content of a Web page

17HTML Project 2: Creating and Editing a Web Page

Vocabulary

• <title>, </title> • Tags that indicate the title of the Web page

18HTML Project 2: Creating and Editing a Web Page

Vocabulary

• GIF • Graphics Interchange Format; one of the types of image files that can be used in Web pages

19HTML Project 2: Creating and Editing a Web Page

Vocabulary

• src • An attribute used with the <img> tag to define the URL of an image to load

20HTML Project 2: Creating and Editing a Web Page

Vocabulary

• type • An attribute used with the <ol> or <ul> tags to specify the type of bullet or number used

21HTML Project 2: Creating and Editing a Web Page

Vocabulary

• <!DOCTYPE> • An HTML tag that is used to tell the browser which HTML or XHTML version and type is being used

22HTML Project 2: Creating and Editing a Web Page

Vocabulary

• Bulleted list • Formats information using small images called bullets

23HTML Project 2: Creating and Editing a Web Page

Vocabulary

• Home Page • The Web page that appears each time Internet Explorer starts

24HTML Project 2: Creating and Editing a Web Page

Vocabulary

• PNG • Portable Network Graphics; one of the types of image files that can be used in Web pages

25HTML Project 2: Creating and Editing a Web Page

Vocabulary

• Scroll Bar • A vertical bar on the right side of the Notepad window, used to view different portions of the text area

26HTML Project 2: Creating and Editing a Web Page

Vocabulary

• Start Page • Another name for the home page

27HTML Project 2: Creating and Editing a Web Page

Vocabulary

• Bookmarks • Another name for favorites

28HTML Project 2: Creating and Editing a Web Page

Vocabulary

• Background • The element of a Web page against which the other elements on the Web page appear

29HTML Project 2: Creating and Editing a Web Page

Vocabulary

• Strict • A document type that is specified when you want to prohibit the use of deprecated tags

30HTML Project 2: Creating and Editing a Web Page

Vocabulary

• Menu Bar • The Notepad bar that shows the names of the Notepad menus

31HTML Project 2: Creating and Editing a Web Page

Vocabulary

• Hotspot • An area of an image that activates a function when selected

32HTML Project 2: Creating and Editing a Web Page

Vocabulary

• Animated • Includes motion and can change in appearance

33HTML Project 2: Creating and Editing a Web Page

Vocabulary

• Transitional • A document type that allows the use of deprecated tags

34HTML Project 2: Creating and Editing a Web Page

Vocabulary

• Body • The element of a Web page that contains the information displayed in the browser window

35HTML Project 2: Creating and Editing a Web Page

Vocabulary

• Frameset • A document type that is used to support frames on a Web page

36HTML Project 2: Creating and Editing a Web Page

Vocabulary

• Title • The element of a Web page that appears on the title bar of the browser when the page is displayed

37HTML Project 2: Creating and Editing a Web Page

Vocabulary

• Image Map • A special type of inline image in which you can define hotspots

38HTML Project 2: Creating and Editing a Web Page

Vocabulary

• JPEG • Joint Photographic Experts Group; one of the types of image files that can be used in Web pages

39HTML Project 2: Creating and Editing a Web Page

Vocabulary

• Unordered List • Another name for a bulleted list

40HTML Project 2: Creating and Editing a Web Page

Vocabulary

• Numbered List • Formats information in a series using letters or numbers

41HTML Project 2: Creating and Editing a Web Page

Vocabulary

• <dd>, </dd> • Tags used to start and end a definition in a definition list

42HTML Project 2: Creating and Editing a Web Page

Vocabulary

• Headings • Elements of a Web page used to set off different paragraphs of text or different sections of a page

43HTML Project 2: Creating and Editing a Web Page

Vocabulary

• <dl>, </dl> • Tags used to start and end a definition list

44HTML Project 2: Creating and Editing a Web Page

Vocabulary

• Source Code • The code or instructions used to create a Web page or program

45HTML Project 2: Creating and Editing a Web Page

Vocabulary

• Multitasking • The capability to have more than one program or process running at one time

46HTML Project 2: Creating and Editing a Web Page

Vocabulary

• Hard Copy • Another name for a printout

47HTML Project 2: Creating and Editing a Web Page

Vocabulary

• .htm • One of the extensions that an HTML file can have

48HTML Project 2: Creating and Editing a Web Page

Vocabulary

• <dt>, </dt> • Tags used to start and end a term in a definition list

49HTML Project 2: Creating and Editing a Web Page

Vocabulary

• Favorites • A list of frequently used Web pages, by title

50HTML Project 2: Creating and Editing a Web Page

Vocabulary

• Title Bar • The bar that appears at the top of the Notepad window, displaying the name of the open document

51HTML Project 2: Creating and Editing a Web Page

Vocabulary

• Deprecated Tags • Tags that the W3C has earmarked for eventual removal from their specifications

52HTML Project 2: Creating and Editing a Web Page

Vocabulary

• Horizontal Rule • A line displayed across a Web page to separate different sections of the page

53HTML Project 2: Creating and Editing a Web Page

Vocabulary

• <ol>, </ol> • Tags for the start and end of an ordered or numbered list

54HTML Project 2: Creating and Editing a Web Page

Vocabulary

• Text Area • The main part of the Notepad window

55HTML Project 2: Creating and Editing a Web Page

Vocabulary

• <li>, </li> • Tags that define a list element in an ordered or unordered list

56HTML Project 2: Creating and Editing a Web Page

Vocabulary

• Link • The primary way to navigate between Web pages and among Web sites

57HTML Project 2: Creating and Editing a Web Page

Vocabulary

• Notepad • A basic text editor installed with Windows, which can be used to edit HTML code

58HTML Project 2: Creating and Editing a Web Page

Vocabulary

• Menu Name • Shown in the menu bar

• Each one represents a different menu

59HTML Project 2: Creating and Editing a Web Page

Vocabulary

• Menu • Provides a list of commands you can use to open, save, and print the text in the file and perform other tasks

60HTML Project 2: Creating and Editing a Web Page

Vocabulary

• Word Wrap • Causes text lines to break at the right edge of the window and appear on a new line, so all entered text is visible in the Notepad Window