1 / 30

Information Technology Fundamentals (ITF)

Information Technology Fundamentals (ITF). HTML. H yper T ext M ark-Up L anguage Used to make web pages. Creating a Simple Web Page. Why use Notepad or WordPad instead of Word? Word adds formatting characters Web browsers don’t know how to interpret the formatting characters in Word.

liv
Télécharger la présentation

Information Technology Fundamentals (ITF)

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Information Technology Fundamentals (ITF)

  2. HTML • Hyper • Text • Mark-Up • Language • Used to make web pages

  3. Creating a Simple Web Page • Why use Notepad or WordPad instead of Word? • Word adds formatting characters • Web browsers don’t know how to interpret the formatting characters in Word

  4. WordPad • When saving your file: • Click on File, Save As

  5. WordPad • Under Save As Type, select Unicode Text Document (*.txt)

  6. WordPad • In File name, end the file name with .html

  7. Internet Explorer • Student accounts are not allowed to use File, Open • To open your HTML files • Open a My Computer window and go to your Z drive • Double-click on your HTML file • Why does this work?

  8. Class Work • Open WordPad and save a blank page as second.html in your Z drive

  9. Class Work • In your new page, type in: Bethel High School 1067 Big Bethel Road Hampton, VA 23666 (757) 825-4400 Your Name Your Class Year This page was created by Your Name. It was last updated on November 6, 2008.

  10. Class Work

  11. Class Work • Add the basic HTML tags you learned about last class

  12. Class Work • In the Head section, add a Title that will show your name

  13. Class Work • After the Title area, enter your first name, last name, and class year in the Head section so they will be keywords • NOTE! Disregard this step, it does not work properly

  14. Class Work • Open second.html in Internet Explorer • If you don’t see the title, go back and check your code • If you don’t see anything in the body, check your code

  15. Class Work

  16. Class Work • Does your page look the way you thought it would? • Probably not – why? • What you are seeing is that just pressing “Enter” to put your text on a new line doesn’t do the same thing on a web page

  17. Class Work

  18. Class Work • Add break tags at the beginning of lines

  19. Class Work • Save the file • Refresh Internet Explorer

  20. Class Work • Much better! • Now, change the break tag at the beginning of the last line to a paragraph tag

  21. Class Work • Save it and refresh Internet Explorer • Notice the difference in using a paragraph tag instead of a break tag – a blank line

  22. Class Work • Add a horizontal rule between the BHS phone number and your name

  23. Class Work • Save and Refresh

  24. Class Work • Looking much better, but still too plain! • Add bold tags to Bethel High School and Your Name

  25. Class Work • Save and Refresh

  26. Class Work • Add italics tags to BHS Phone Number and Your Class Year

  27. Class Work • Save and Refresh

  28. Class Work • Add underline tags to the last line

  29. Class Work • Save and Refresh

  30. Information Technology Fundamentals (ITF)

More Related