Getting Started with HTML Please use speaker notes for additional information!

Slides:



Advertisements
Similar presentations
XHTML Basics Web pages used to be written exclusively in html
Advertisements

Creating and Editing a Web Page Using Inline Styles
How Tags are used to form your Web Page
Dreamweaver Cheat Sheet CSCI 100 – JW Ryder. CSCI 1002JW Ryder - Dreamweaver Notes Initial Site Set Up Goto W:\ drive – This is your web root directory.
Hypertext Markup Language. Platform: - Independent  This means it can be interpreted on any computer regardless of the hardware or operating system.
HTML & XHTML Web Publishing. What is HTML? HTML- Hypertext Markup Language ▫Start with text on your page & add special tags ▫These specific tags produce.
HTML tags Skills: adding HTML tags, text editor IT concepts: plain text, computer components – storage versus memory, separation of content and format.
Web Page Development Identify elements of a Web Page Start Notepad
COMP101 – Exploring Multimedia and Internet Computing LA2 (Thu 14:00 – 16:50) TA: Jackie Lo.
HTML CS1315 Fall What You Need to Get Started A *simple* text editor to write HTML – Windows: notepad – Mac: textedit (be sure to pick Format 
HTML Basics An Introduction to HTML. What is HTML? Stands for “Hyper Text Markup Language” Composed of “tags” which are surrounded by sideways triangles.
COMPUTERS AND INFORMATION SYSTEMS HTML. How the Web Works To access a web site  Enter its address (URL) in the address box of your browser 
HTML Notes Chapters 1--6 Codes used in creating HTML documents are called tags. Tags are always enclosed in left ( ) angle brackets. Tags can be upper.
Explanation of Web 6, Web 7 and Web 9 at my site Please be sure to bring up the speaker notes for the explanation Intro - Web 6, Web 7 and Web 9.
HTML Concepts and Techniques Fourth Edition Project 3 Creating Web Pages with Links, Images, and Formatted Text.
HTML Comprehensive Concepts and Techniques Third Edition Project 3 Creating Web Pages with Links, Images, and Formatted Text.
THE BACKBONE OF EVERY WEB PAGE HTML Day 1. What will we learn? How to create a basic web page Backgrounds and colors How to link Web sites How to include.
Intro to C++. Getting Started with Microsoft Visual Studios Open Microsoft Visual Studios 2010 Click on file Click on New Project Choose Visual C++ on.
More Basic HTML. Add spacing (single & double space) Save Refresh Add horizontal rule Add comments Add styles Add headings Add features Add alignments.
Section 4.1 Format HTML tags Identify HTML guidelines Section 4.2 Organize Web site files and folder Use a text editor Use HTML tags and attributes Create.
XP Mohammad Moizuddin Creating Web Pages with HTML Tutorial 1 1 New Perspectives on Creating Web Pages With HTML Tutorial 1: Developing a Basic Web Page.
15.2 More Basic HTML. More Basic HTML Add spacing (single & double space) Save Refresh Add horizontal rule Add comments Add styles Add headings Add features.
Getting Started with HTML Please use speaker notes for additional information!
Web Programming Basics of HTML. HTML stands for Hyper Text Mark-up Language A mark-up language is different than those that you have learned before in.
15.1 Fundamentals of HTML.
HTML Hyper Text Markup Language. What is an HTML File?  HTML stands for Hyper Text Markup Language  An HTML file is a text file containing small markup.
HTML INTRODUCTION. What is HTML?  HTML stands for Hypertext Markup Language  Developed in 1990  Hidden code that helps us communicate with others on.
All you ever needed to know…and more!. H.T.M.L. HyperText Mark-up Language Web’s programming language All web browsers Set of instructions Written with.
Computer Information Technology – Section 3-4. HTML – The Language of the Internet Objectives: The Student will: 1. Look at HTML 2. Understand the basic.
Introduction to HTML. Slide 1 Hard-Coding What is hard-coding? –Creating the page in a text editor just using HTML A Web designer should know how to hard-
HTML - Examples Be sure to check speaker notes for additional information!
HTML: Hyptertext Markup Language Doman’s Sections.
CPSC 203 Introduction to Computers Lab 33 By Jie Gao.
Chapter 2 Web Page Design Mr. Gironda. Elements of a Web Page These are things that most web pages use.
HTML ( HYPER TEXT MARK UP LANGUAGE ). What is HTML HTML describes the content and format of web pages using tags. Ex. Title Tag: A title It’s the job.
15.1 Fundamentals of HTML DeKalb County School System.
CPSC 203 Introduction to Computers Lab 66 By Jie Gao.
HTML GUIDE Press F5 and then Click on the links on the left to get to the section you want Section 1: Getting Started Section 2: Moving Banner Section.
Creating Your First Web Page – Topic: Creating a wiki, blog, image blog and podcast Click Arrow - Next Slide 1.
HTML Basics Computers. What is an HTML file? *HTML is a format that tells a computer how to display a web page. The documents themselves are plain text.
15.1 Fundamentals of HTML 2 assignments: 1st—complete the worksheet. 2nd—create your first HTML web page following the directions in this PowerPoint where.
Photoshop Image Slicing. Reasons to Image Slide To create links out of sliced images To optimise different areas. (flat areas of colour, such as logos,
HTML HyperText Markup Language. Text Files An array of bytes stored on disk Each element of the array is a text character A text editor is a user program.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
HTML Concepts and Techniques Fifth Edition Chapter 3 Creating Web Pages with Links, Images, and Formatted Text.
Creating and Editing a Web Page
This shows CIS17 and the first day introduction..
Creating and Editing a Web Page Using Inline Styles
Using Text Edit. Create Folders to Organize a Site  Identify the location where you are storing your Web sites. Ask your teacher for help if needed.
Click on CIS120/17 to go to website for course. The week of will tell you what is planned for the week and what has been assigned.
Creating Web Pages with Links, Images, and Embedded Style Sheets
Introduction to HTML Dave Edsall IAGenWeb County Coordinator’s Conference June 30, 2007.
HTML is the language that allows text and graphics to be displayed as Web pages. It is a set of special codes, called tags, that tells a browser application.
Revised June 2008 Online PD Basic HTML1 Let’s Try It!  Open Notepad oStart > All Programs > Accessories > Notepad oDon’t get WordPad by mistake – won’t.
Let’s Try It! Open Notepad
HTML Basics.
Internet Exploration: HTML Basics
Computers and Information Systems
HTML GUIDE Press F5 and then
Internet Exploration: HTML Basics
Essentials of HTML.
Working with HTML These are the examples you need to go over. Click on the name like HTML5intro.html and it will bring up the page. If you right click.
Essentials of HTML.
Enhancing Your Web Site—Adding Links Web Page
HTML Structure.
Creating your first website
Creating your first website
Presentation transcript:

Getting Started with HTML Please use speaker notes for additional information!

Notepad Open Notepad to write your code. Do not use a word processor. Notepad does not insert any extra characters in your code so what you write is what you get...

I am testing this from my hard drive rather then from the web - you do not see the http in the address, but rather the address on my computer. In Browser

I am testing this from my hard drive rather then from the web - you do not see the http in the address, but rather the address on my computer. In Browser

I am testing this from my hard drive rather then from the web - you do not see the http in the address, but rather the address on my computer. In Browser

The basic HTML tags for an HTML document are enclosed in. The HTML tag coded as is written on the first line of code to indicate that the code is in HTML. The HTML document has two major parts: HEAD and BODY. Here we are showing that we are in the portion of the code. When the head portion is complete, it is closed with. The title of the document is enclosed in the start tag and the close tag. The words in between the tags are the title. The TITLE will appear in the top left of the screen when the code is executed. Look at the output on the previous slide! Writing HTML

Notepad - Saving your HTML file Be sure that you save your file with a.html or a.htm extension. In this example I saved my file as getstart.html You need to have type All files (*.*).

Writing HTML continued This code uses the H1 and H2 tags. These are header tags. The 1 is the biggest header font, and the 2 is one level down. Notice that the header tags include the open and the close. The text for the header is enclosed between the opening and closing tags. The BODY is where the main code to create the HTML web page or HTML document is located.

Writing HTML continued for unordered list has an open and a close. The last two lines of code close the BODY and close the HTML. is the tag for each item in the list. Notice there is also a close. See the results on the next screen.

Each of the lines in the list are list items inside an unordered list. The lines are preceded by bullets to signify a list. Note that I started a new unordered list without closing the original - this causes the indenting that you see. The indenting uses different bullets. opens the list. Note that the occurs 4 times and then another is used. This means I want a list within a list and causes the indenting and the change of bullets. When I finish the list within a list, I close the inner ul and continue with another for the original list. Write your HTML code in Notepad Save it as a name with a.html or.htm I leave the notepad open for possible changes In Netscape or Explorer open the file In Netscape, this is done with File/Open Page In Explorer, this is done with File/Open You will need to browse or explorer and find the file or type in the name

Opening the file in Netscape In Netscape, first do a File/Open File. Highlight the file you want and press Open. Note the name you highlight will appear in the file name spot after it is highlighted.

In Browser

Opening the file in Explorer To open the file, use File/Open. Use browse to find the file. Press OK and the Web page will load

Making a change Demonstrate getting started Demonstrate getting started Things to do: Write your HTML code in Notepad Save it as a name with a.html or.htm I leave the notepad open for possible changes In Netscape or Explorer open the file In Netscape, this is done with File/Open Page In Explorer, this is done with File/Open You will need to browse or explorer and find the file or type in the name Your page should no appear in the browser window - if it doesn't you probably have a problem in your code To fix problems or add to your page, switch back to notepad and make the changes Save the changes under the same name if you want to continue working on the same page In the browser, use Reload or Refresh to see the changes Note: Occasionally I have to go back and open the page again instead of using reload or refresh I changed this page in Notepad by adding BGCOLOR and TEXT to the BODY tag. After making the changes, I saved.

Demonstrate getting started Demonstrate getting started Things to do: Write your HTML code in Notepad Save it as a name with a.html or.htm I leave the notepad open for possible changes In Netscape or Explorer open the file In Netscape, this is done with File/Open Page In Explorer, this is done with File/Open You will need to browse or explorer and find the file or type in the name Your page should no appear in the browser window - if it doesn't you probably have a problem in your code To fix problems or add to your page, switch back to notepad and make the changes Save the changes under the same name if you want to continue working on the same page In the browser, use Reload or Refresh to see the changes Note: Occasionally I have to go back and open the page again instead of using reload or refresh I changed this page in Notepad by adding BGCOLOR and TEXT to the BODY tag. After making the changes, I saved. Making a change

After making changes to the page in Netscape, I save the pages. Then I go back to Netscape and use Reload. Note: You can also open the page again.

Viewing page Remember, when developing Web sites, you should always test your page in Netscape and Explorer with as many versions as possible. If you have access to computers with different settings and different screen sizes, it is always wise to view a professional site as many ways as possible. Remember there are a wide variety of users and user configurations.

View source To see the HTML code for your page or one of mine in Netscape, go to View/Page Source. The source will appear on a separate screen.

View source using Netscape 6.2

View source To see the source code in Explorer, go to View/Source. The source code will appear in Notepad.

View/Source in Explorer brings up the source code in Notepad.