Presentation is loading. Please wait.

Presentation is loading. Please wait.

Using HTML to Create a Basic Web Page… By Josh Gallagan.

Similar presentations


Presentation on theme: "Using HTML to Create a Basic Web Page… By Josh Gallagan."— Presentation transcript:

1 Using HTML to Create a Basic Web Page… By Josh Gallagan

2 How do web pages compare to the Wizard of Oz? http://www.youtube.com/watch?v=YWyCCJ6B2WE

3 How do web pages work?

4

5 HTML is the Man Behind the Curtain   HTML is the "hidden" code that helps us communicate with others on the World Wide Web (WWW).

6 The method behind the madness…  www.yahoo.com – Show Source www.yahoo.com Why do you need to learn HTML…  Foundation of web design  Everyone is doing it…The way things are going.

7 What is HTML?   H-T-M-L are initials that stand for HyperText Markup Language (computer people love initials and acronyms -- you'll be talking acronyms ASAP). Let me break it down for you:   Hyper is the opposite of linear. It used to be that computer programs had to move in a linear fashion. This before this, this before this, and so on. HTML does not hold to that pattern and allows the person viewing the World Wide Web page to go anywhere, any time they want.World Wide Web   Text is what you will use. Real, honest to goodness English letters.   Mark up is what you will do. You will write in plain English and then mark up what you wrote. More to come on that in the next Primer.   Language because they needed something that started with "L" to finish HTML and Hypertext Markup Louie didn't flow correctly. Because it's a language, really -- but the language is plain English.

8 History of HTML   HTML stands for HyperText Markup Language. Developed by scientist Tim Berners-Lee in 1990.   Is a descendant of SGML or Standard Generalized Markup Language which was a descendant of IBMs GML.   In 2000 HTML became an international standard for web documents.

9 History of HTML  The latest version of HTML is 4.01.  The World Wide Web Consortium or W3C sets these standards.  XHTML 1.0 or Extensible HTML has worked its way alongside HTML.  The future is unknown, but HTML 5.0 and XHTML 5.0 are expected to be released in the near future.

10 How Does HTML Work   An HTML file is a text file containing small markup tags or container tags.   The markup tags tell the Web browser how to display the page   An HTML file must have an htm or html file extension   An HTML file can be created using a simple text editor like Notepad or Word.

11 Markup Tags  HTML tags are used to mark-up HTML elements  HTML tags are surrounded by the two characters  HTML tags are surrounded by the two characters  The surrounding characters are called angle brackets  HTML tags normally come in pairs like and  HTML tags normally come in pairs like and  The first tag in a pair is the open tag, the second tag is the closing tag.  The text between the start and end tags is the element content  HTML tags are not case sensitive, means the same as  HTML tags are not case sensitive, means the same as  There are many HTML markup tags

12 The 8 Elements of a Webpage 1. - Opening HTML tag 2. - Opening head tag 3. Title of page - Title tags 4. - Closing head tag 5. - Opening body tag 6. This is my first homepage. - Content 7. - Closing body tag 8. - Closing html tag

13 A Basic Web Document Structure Title of page Title of page This is my first homepage. This is my first homepage.

14 Your Turn  Now you practice by creating your own web page using HTML.  Follow the instructions on the handout to create your webpage.

15 Instructions  Open Notepad.  Type the HTML into Notepad.  Save the document as index.html  You can save it right on your desktop.  After you have saved the document, open it up in Internet Explorer.  You should be able to see your webpage.

16 View Source Code  Once you have opened your file using Internet Explorer, right mouse click anywhere on the webpage. When the menu pops up select>View Page Source.  This will allow you to edit your code or you can also check the code of another website.

17 More Markup Tags  Adding Bold Text  Adding Bold Text  Centering Text  Centering Text  Horizontal Rule no end tag needed  Add vertical space or a break no end tag needed  Hyperlink Mr. G’s Page  Hyperlink Mr. G’s Page

18 Adding Bold Text  Title of page  Title of page This is my first homepage. This is my first homepage.

19 Centering Text Title of page This is my first homepage. Title of page This is my first homepage.

20 Adding a Horizontal Rule Title of page Title of page This is my first homepage. This is my first homepage.

21 Adding Vertical Space Title of page This is my first homepage. Title of page This is my first homepage.

22 Adding a Hyperlink Title of page This is my first homepage. Ella’s Page Title of page This is my first homepage. Ella’s Page

23 W3C and Validate  W3C = World Wide Web Consortium  W3C is the governing body of web design. They determine the web design standards.  To check your code, go to w3c.org

24 HTML vs XHTML  We will review this later, I do not want to overwhelm you.  XHTML requires mandatory DTD which stands for Doctype Declaration.

25 Where To Go From Here  www.w3schools.com www.w3schools.com  www.htmlgoodies.com www.htmlgoodies.com  www.yourhtmlsource.com www.yourhtmlsource.com  www.htmlquick.com www.htmlquick.com WYSIWYGs = Dreamweaver


Download ppt "Using HTML to Create a Basic Web Page… By Josh Gallagan."

Similar presentations


Ads by Google