Presentation is loading. Please wait.

Presentation is loading. Please wait.

INSTRUCTIONS This presentation was designed to first be viewed in class with the instructor. Students may then view it on their workstations while trying.

Similar presentations


Presentation on theme: "INSTRUCTIONS This presentation was designed to first be viewed in class with the instructor. Students may then view it on their workstations while trying."— Presentation transcript:

1 INSTRUCTIONS This presentation was designed to first be viewed in class with the instructor. Students may then view it on their workstations while trying the sample HTML documents. Open Notepad and type the code from the presentation. Save and then open the file in Internet Explorer (IE). Hold down ALT and click TAB to switch between programs.

2 Computer Technology Freshmen Mr. Quintin
Introduction to HTML Hyper Text Markup Language Computer Technology Freshmen Mr. Quintin c

3 Basic Skeleton <HTML> <HEAD>
<TITLE>Skeleton</TITLE> </HEAD> <BODY> </BODY> </HTML> WEB SAMPLE

4 Basic Skeleton <HTML> </HTML>
This element tells your browser that the file contains HTML-coded information.

5 Basic Skeleton <HTML> <HEAD> </HEAD> </HTML>
The head element identifies the first part of your HTML-coded document that contains the title. x

6 Basic Skeleton <HTML> <HEAD>
<TITLE>Skeleton</TITLE> </HEAD> </HTML> The title element contains your document title that is displayed in the title bar at the top of the browser window

7 Basic Skeleton <HTML> <HEAD>
<TITLE>Skeleton</TITLE> </HEAD> <BODY> </BODY> </HTML> The body contains the content of your document (displayed within the text area of your browser window).

8 Headings HTML has six levels of headings
The first heading in each document should be <H1> Sample Code WEB SAMPLE

9 Formatting Text WEB SAMPLE <P> Paragraph Tag </P>
<CENTER> Center Text</CENTER> <B>Bold Text</B> <I>Italics Text</I> <U>Underline Text</U> <BR>Break (new line) WEB SAMPLE

10 <HR> Horizontal Rule (line)
WEB SAMPLE

11 RUBRIC

12 </HTML> THE END


Download ppt "INSTRUCTIONS This presentation was designed to first be viewed in class with the instructor. Students may then view it on their workstations while trying."

Similar presentations


Ads by Google