Introduction to Creating a Web Page using a Simple Text Editor (Notepad) 1  2004 Ecirp Studios www.ecirp.comwww.ecirp.com.

Slides:



Advertisements
Similar presentations
XP New Perspectives on Introducing Microsoft Office 2003 Tutorial 1 1 Using Common Features of Microsoft Office 2003 Tutorial 1.
Advertisements

WEB PAGES: CREATING AND MAINTAINING ** Frank Romanelli Instructor: Wednesday: 10:15 -11:15 Week 2.
Learning the Basics – Lesson 1
Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
Html: getting started HTML is hyper text markup language. It is what web browsers look at on the Internet. HTML documents should be created in a simple.
Unit 3 Day 4 FOCS – Web Design. No Journal Entry.
WeB application development
Creating and Editing a Web Page Using Inline Styles
Microsoft Word 2010 Lesson 1: Introduction to Word.
Hypertext Markup Language. Platform: - Independent  This means it can be interpreted on any computer regardless of the hardware or operating system.
McGraw-Hill/Irwin The Interactive Computing Series © 2002 The McGraw-Hill Companies, Inc. All rights reserved. How to Create Web Pages Using HTML Introduction.
Web Page Development Identify elements of a Web Page Start Notepad
Creating a Web Page HyperText Markup Language. HTML Documents  Created using any text editor  Notepad  Vi, Pico, or Emacs  If using word-processor,
HTML Introduction HTML
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 
 Definition of HTML Definition of HTML  Tags in HTML Tags in HTML  Creation of HTML document Creation of HTML document  Structure of HTML Structure.
So – You want to learn how to put an advanced article submission (cut and paste) onto the state website. (Note: If you have not done so, you will need.
Using HTML to Create a Basic Web Page… By Josh Gallagan.
Internet Skills An Introduction to HTML Alan Noble Room 504 Tel: (44562 internal)
Web Design Using HTML Codes. WHAT DO I NEED TO BEGIN DESIGNING A HOME PAGE? 1.YOU NEED A FOLDER (also called a DIRECTORY) You should set up a folder or.
HTML.
Using HTML to Create a Basic Web Page… By Josh Gallagan.
Basic HTML Hyper text markup Language. Re-cap  … - The tag tells the browser that this is an HTML document The html element is the outermost element.
HTML Structure & syntax
Understanding Web Sites. What is a Web Site A collection of Web pages which you can view on the Internet Contains text, graphics, sound, and video to.
Web Design Fundamentals Demystifying Basic HTML. 2 After completing this lesson, you will be able to: Understand the basics of HTML coding. Use HTML tags.
HTML INTRODUCTION, EDITORS, BASIC, ELEMENTS, ATTRIBUTES.
HTML. WHAT IS HTML HTML stands for Hyper Text Markup Language HTML is not a programming language, it is a markup language A markup language is a set of.
HTML CRASH COURSE. What is HTML?  Hyper Text Markup Language  The language used to make web pages  Written by using tags.
Introduction to HTML. What is a HTML File?  HTML stands for Hyper Text Markup Language  An HTML file is a text file containing small markup tags  The.
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.
HTML I An Introduction to the Language of the Web Terry Bake
Computer Information Technology – Section 3-4. HTML – The Language of the Internet Objectives: The Student will: 1. Look at HTML 2. Understand the basic.
Basic HTML PowerPoint How Hyper Text Markup Language Works
Creating Webpage Using HTML
HTML Codes Miss B.
XP New Perspectives on Microsoft Office FrontPage 2003 Tutorial 1 1 Microsoft Office FrontPage 2003 Tutorial 1 – Creating a Web Site.
Basic HTML Hyper text markup Language. Lesson Overview  In this lesson, you will learn to:  Write HTML code using a text editor application such as.
HTML Basics Objectives: Objectives: Understand what HTML is Understand what HTML is Know basic HTML tags Know basic HTML tags Understand how to view HTML.
HTML Structure & syntax. Introduction This presentation introduces the following: Doctype declaration HTML Tags, Elements and Attributes Sections of a.
Introduction to HTML. HTML Introduction HTML – Hypertext Markup Language are the instructions that tell a browser how to lay out the information (text,
Introducing the World Wide Web Internet- a structure made up of millions of interconnected computers whose users communicate with each other and share.
15.1 Fundamentals of HTML DeKalb County School System.
HTML Concepts and Techniques Fifth Edition Chapter 4 Creating Tables in a Web Site.
1 After completing this lesson, you will be able to: Get around the Internet with your browser. Connect to the Internet. Print Web pages. Save Web pages.
Creating and Editing a Web Page
Getting Started with HTML. HTML  Hyper Text Markup Language  HTML isn’t a program language, its known as a markup language  A Markup language has tags.
HTML Introduction 2-1. Lecture 6 HTML - HyperText Markup Language  not a programming language  structure text into title, body, paragraphs, lists, links,
HTML Introduction 2-1. Lecture 6 HTML - HyperText Markup Language  not a programming language  structure text into title, body, paragraphs, lists, links,
PART 1: Introduction to HTML & CSS. Lecture 1: HTML 5 Basic Structure.
Behind every site is a mix of special languages that your web browser understands The main way of describing any website is HTML HTML stands for Hyper.
HTML-I Basic HTML Elements. HTML (Hyper Text Markup Language) HTML is a document layout and hyperlink- specification language. i.e. a language used to.
Using HTML. Glogger Glogger is like you own personal web page, you can add… Pictures Text Videos Music, etc… Modify and adjust anything you want Glogger.
Learning Aim C.  Creating web pages involves many considerations.  In this section we will look at the different software tools you can use and how.
How to build a Web Page or “The things geeks never told you!”
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.
Lecture : Kholoud Eid University Majmaah. »Getting Started.. »What is HTML? »What can I use HTML for? »what does H-T-M-L stand for? »The HTML Basic Elements.
Online PD Basic HTML The Magic Of Web Pages
Introduction to HTML.
Basic HTML PowerPoint How Hyper Text Markup Language Works
Understanding Web Sites
Basic HTML PowerPoint How Hyper Text Markup Language Works
HTML HYPERTEXT MARKUP LANGUAGE.
HTML Structure.
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
Presentation transcript:

Introduction to Creating a Web Page using a Simple Text Editor (Notepad) 1  2004 Ecirp Studios

Building a web page may seem difficult at first glance, but it can be fun and easy with just a basic understanding of how the code works. This code is called HTML. HTML is an acronym for HyperText Markup Language. Simply put, HTML is various sets of instructions that tell a web browser how to display the information you want to present. These brief instructions are called HTML tags and are not visible on the web pages you see. The HTML tags are hidden in the source code for the page. The source code is like a plain text file that contains the information you want to present, except it also includes the HTML tags that control the page layout. Introduction to HTML 2  2004 Ecirp Studios

Introduction to HTML cont … HTML pages are nothing more than glorified text files. Each tag consists of the containers, which are the lesser than ( ) arrows, and the HTML command within them. There are two basic parts to an HTML tag. The first part turns a command on and the second part turns it off. For example, if you want to present the word “Internet” in bold text, you write it like this: Internet The first part, the tag turns on the command for bold text. The second part, the tag turns the command back off. You will notice the command to turn off (cancel) a command is a repetition of the original command with a forward slash (/) in front of it. When viewed with a browser, the code would show this: Internet Now let’s get started and create your web page… 3  2004 Ecirp Studios

Step 1: Opening Notepad To start Notepad: Click the Start button Select Programs Select Accessories Click Notepad 4  2004 Ecirp Studios

Each web page starts with the HTML language identifier. At the top of the page in Notepad, type the following: <html> TIP: To keep web pages easy to edit later, start each new set of tags on the next line. Step 2: The Tag 5  2004 Ecirp Studios

The section of an html page is where you place the title of your web page. The text of the title tag is what shows up in the title bar at the very top of your browser when you view a web page. <head> Step 3: The Tag 6  2004 Ecirp Studios

Type under your tag. Add the title “My Web Page” beside your tag. Once you have typed both the tag and the title of your web page, you will need to turn off the tag. Do you remember how to turn off a tag? <title>My Web Page Step 4: The Tag 7  2004 Ecirp Studios

Adding a forward slash within the containers and before the HTML command tells the browser this is the end of the HTML command. Most tags require a cancel tag for the page to function properly. You have not canceled (turned off) any other HTML commands yet because they are still active. Finish your title tag now by typing after the title “My Web Page.” Now cancel the head section of your page after the by typing. My Web Page </head> </title> Step 5: Issuing Cancel Commands 8  2004 Ecirp Studios

The body area is where you put all the content you want people to see. So far, nothing we have typed will show up on the web page (with the exception of the title, which shows only in the title bar at the top of the browser, not on the page itself). Type the body command like this: My Web Page <body> Step 6: The Tag 9  2004 Ecirp Studios

Now is the time to finally add something you will be able to see on the page when viewed with a web browser. Type the following content into your page: Gee, this is really easy. My Web Page Gee, this is really easy. Step 7: Adding Content 10  2004 Ecirp Studios

If you look at the code you have typed so far, which tags still need canceling? The only tags we have not yet canceled are the body tag and the opening html tag. Now add the following cancel tags after the content: My Web Page Gee, this is really easy. </body> </html> Step 8: Finishing the HTML Document 11  2004 Ecirp Studios

The first page people see when they come to your site, should be named “index” (without the quotes). That is the default name browsers look for. After that, you can name the rest of your pages as you like, as long as you don’t use any spaces or illegal characters in the name. Illegal characters include colons, slashes, extended characters, or even just spaces. b Page Gee, this is really easy. Step 9: Saving Your Web Page To save the file in Notepad: Choose File on the Menu Bar Click on Save As… 12  2004 Ecirp Studios

In the Save In field, click the arrow to access the drop-down list, then choose where you want to save your file. Once the Save In field is set, type index.html in the File name field. Click the Save button located near the bottom right corner of the Save As dialog box. Step 9: Saving Your Web Page cont… 13  2004 Ecirp Studios

Step 10: Viewing Your Web Page With your browser open, choose File Click on Open Open your web browser (In this example, Microsoft Internet Explorer) and open the page you made. 14  2004 Ecirp Studios

Click on the Browse Button Navigate to where you saved the HTML file named “index.html” Select the file “index.html” and click Open Step 10: Viewing Your Web Page cont… 15  2004 Ecirp Studios

You have just created a web page using Microsoft Notepad. Learning to create quality web pages that go beyond these basics is largely a matter of learning more HTML commands. Most are just as easy to learn and use as those just taught. Congratulations! 16  2004 Ecirp Studios