<html> <head> <title>this is a web page.</title> </HEAD> <BODY> This first page is dull so far.

Similar documents
CREATING WEB PAGES USING HTML INTRODUCTION

What is a Web Browser? Web Site Functionality. A client program that uses HTTP to communicate with web servers.

Microsoft Expression Web

TUTORIAL 4 Building a Navigation Bar with Fireworks

Web Design Course. Home Page. Join in. Home. Objectives. Course Content. Assignments & Discussion. Grades. Help. Contact Me aab43@uakron.

Web Design with Dreamweaver Lesson 4 Handout

WebCT 4.x: HTML Editor

NETSCAPE COMPOSER WEB PAGE DESIGN

Learnem.com. Web Development Course Series. Quickly Learn. Web Design Using HTML. By: Siamak Sarmady

User guide. Business

Faculty, Staff, and Student Instructions

Using The Internet Effectively A Guide To Safe And Secure Web Surfing

Basic tutorial for Dreamweaver CS5

Digital Marketing EasyEditor Guide Dynamic

How To Use Dreamweaver With Your Computer Or Your Computer (Or Your Computer) Or Your Phone Or Tablet (Or A Computer)

Dreamweaver. Introduction to Editing Web Pages

Website Development Komodo Editor and HTML Intro

Sage Accountants Business Cloud EasyEditor Quick Start Guide

Google Sites: Site Creation and Home Page Design

Adobe Dreamweaver CC 14 Tutorial

Adobe Dreamweaver - Basic Web Page Tutorial

COS 116 The Computational Universe Laboratory 1: Blogs and HTML

Caldes CM12: Content Management Software Introduction v1.9

General Electric Foundation Computer Center. FrontPage 2003: The Basics

Contents. Downloading the Data Files Centering Page Elements... 6

Web Design Basics. Cindy Royal, Ph.D. Associate Professor Texas State University

Basic Website Creation. General Information about Websites

How To Create A Web Page On A Windows (For Free) With A Notepad) On A Macintosh (For A Freebie) Or Macintosh Web Browser (For Cheap) On Your Computer Or Macbook (

Lab: Create Your Own Homepage! This exercise uses MS Expression Web as a Web Page creation tool. If you like you

Dreamweaver: Getting Started Website Structure Why is this relevant?

Creating Web Pages with Dreamweaver CS 6 and CSS

Getting Started with KompoZer

Introduction to Macromedia Dreamweaver MX

So we're set? Have your text-editor ready. Be sure you use NotePad, NOT Word or even WordPad. Great, let's get going.

Talking: Web. Web design is the hardest thing you will ever do in life. At least when you do it for the first time. Home Page. Talking: Resources

Mastering the JangoMail EditLive HTML Editor

One of the fundamental kinds of Web sites that SharePoint 2010 allows

HTML, CSS, XML, and XSL

ART 379 Web Design. HTML, XHTML & CSS: Introduction, 1-2

ICE: HTML, CSS, and Validation

Adobe Dreamweaver Student Organizations Publishing Details Getting Started Basic Web Page Tutorial For Student Organizations at Dickinson College *

Chapter 4: Website Basics

Blogger.com User Guide

Building a Personal Website (Adapted from the Building a Town Website Student Guide 2003 Macromedia, Inc.)

Chapter 19. Developing Course and Laboratory Homepages for the World Wide Web

How To Write A Web Page In Html

WORDPRESS MANUAL WEBSITEDESIGN.CO.ZA

(These instructions are only meant to get you started. They do not include advanced features.)

How to Build a SharePoint Website

KOMPOZER Web Design Software

Taking your HTML s to the Next Level. Presented by: Joey Trogdon, Asst. Director of Financial Aid & Veterans Affairs Randolph Community College

Technology/Internet Usage Workshop

Clearing Browser Cache/History

But have you ever wondered how to create your own website?

Mass . General Use

Module 6 Web Page Concept and Design: Getting a Web Page Up and Running

ANATOMY OF A WEB PAGE...

Site Maintenance Using Dreamweaver

Lesson Review Answers

OUTLOOK WEB APP (OWA): MAIL

. Introduction. Set Up Sumac To Send

BASICS OF WEB DESIGN CHAPTER 2 HTML BASICS KEY CONCEPTS COPYRIGHT 2013 TERRY ANN MORRIS, ED.D

Dreamweaver CS4 Day 2 Creating a Website using Div Tags, CSS, and Templates

Getting Started with WebSite Tonight

How to create pop-up menus

Quick Reference Guide

Web page design in 7 days!

Action settings and interactivity

Create a GAME PERFORMANCE Portfolio with Microsoft Word

Gmail's new compose and reply experience

About Kobo Desktop...5. About Kobo Desktop...5. Downloading and installing Kobo Desktop...7. Buying ebooks with Kobo Desktop Buying a book...

Dreamweaver and Fireworks MX Integration Brian Hogan

What options do I have for creating a classroom website if I...

understand how image maps can enhance a design and make a site more interactive know how to create an image map easily with Dreamweaver

Web content vs. Word Processing Files

BC OnLine. Introduction to BC OnLine. Last Updated January 20, 2015

SNM Content-Editor. Magento Extension. Magento - Extension. Professional Edition (V1.2.1) Browse & Edit. Trust only what you really sees.

Inspiring Creative Fun Ysbrydoledig Creadigol Hwyl. Web Design in Nvu Workbook 2

Urban Planet Website Content Management System. Step-by-Step Instructions

Dreamweaver CS6 Basics

HTML and CSS. Elliot Davies. April 10th,

TASKSTREAM FAQs. 2. I have downloaded a lesson attachment, but I cannot open it. What is wrong?

You ve Got Mail Groupwise 6.5 for OSX

Installing and Using the xampplite Standalone Web Server

Learnem.com. Web Development Course Series. Learn em. HTML Web Design in 7 days! By: Siamak Sarmady

Chapter 14: Links. Types of Links. 1 Chapter 14: Links

IAS Web Development using Dreamweaver CS4

Setting Up a Dreamweaver Site Definition for OIT s Web Hosting Server

Saving work in the CMS Edit an existing page Create a new page Create a side bar section... 4

Depending on your role, this might mean adding and editing, for example, events, blog entries or news stories.

State of Illinois Web Content Management (WCM) Guide For SharePoint 2010 Content Editors. 11/6/2014 State of Illinois Bill Seagle

Charter . Addresses Create / Manage

Microsoft PowerPoint 2010 Handout

By Glenn Fleishman. WebSpy. Form and function

Agile ICT Website Starter Guides

MICROSOFT OUTLOOK 2011 SEND AND RESPOND TO S

After you complete the survey, compare what you saw on the survey to the actual questions listed below:

Website 101. Yani Ivanov. Student Assistant / Web Administrator

CMU/SCS Computing Facilities. Microsoft Outlook 2010 Calendar Guide

ICT 6012: Web Programming

Transcription:

HTML means HyperText Markup Language. It s what Elizabeth Castro in HTML for the World Wide Web (p. 12) calls Esperanto for computers. It s a common language that computers can use to understand how pages are written for web browsers. HTML is not programming. The programmers at the CERN Laboratories in Switzerland programmed it for the world to use. The rest of us might use it as we would a very simple language with letter combinations that direct a browser to display your text and images in a certain way. HTML tags are markers. Markers are text enclosed within the less than and the greater than signs <title> and they give simple instructions. For example, look down this page a little and notice the HTML code in red. If Netscape or Internet Explorer opens that code, a web page entitled This is a Web Page would open. You would see the title in the browser title bar location, text would follow as lines and in a short bulleted list. There would also be an image of The Thinker centered on the page with text following it aligned in the middle to the right. In addition, there would be a URL that links to my virtual classroom bulletin boards. <html> <title>this is a web page.</title> </HEAD> <BODY> This first page is dull so far.

<p>let's make a list. <p> <ul> <li>this is one item. <li>this is another item. </ul> <font size ="+3">This is bigger than the last. </font> <p><a href="bulletinboards.html"> Classroom Bulletin Boards </a> <br>this is my classroom bulletin board web page. <center> <p><img src="thinker.gif"align=middle>this is a picture of the Thinker. </center> </BODY> </HTML> To build a web page in HTML code, begin with the <html> tag and end with the </html> tag. The very last instruction in an HTML document is the </html> tag. The slash indicates an end to that particular instruction. Everything between the <html> and </html> tags is in HTML code. Let s try it. Open SimpleText (Mac) or Note Pad (PC). We use an unsophisticated word processor for this task simply because when we work in code, we supply the formatting. Learning a little code will allow us to appreciate the real power of web authoring programs such as Netscape Composer, PageMill, FrontPage and Dreamweaver. More importantly, learning code will allow us to go to the source and examine the HTML code when we get in trouble using an authoring program or when we want to see how other people built a web page. Type the code you see below.

<html> <title>my HTML Web Page</title> </head> <body> This first web page really is dull. What can we add to it? </body> </html> Save this file as webpage.htm in your Web Site folder and open it by following the instructions below. It is important to note that you must save HTML documents as text documents. In Windows Note Pad, these documents are followed by the.txt extension. Make sure the.txt extension is replaced by the.htm extension. With Macintosh SimpleText everything you save is simply text (Go figure) but you still need to add the extension.htm. Open Navigator or Explorer. Select File => Open => Page in Navigator... (Command O), or File => Open in Explorer (Control O) and browse to the file you just saved. Pretty boring, eh? Now let s spruce it up a bit. We go into the Edit, Save and Browse routine. Whenever we do something in HTML code, it s a good idea to save it immediately and then check it in the browser. If the browser (Netscape or Explorer) is still open, simply click on reload or refresh. Enter the new code below or simply add to what you already have.

<html> <title>my HTML Web Page</title> </head> <body> This first web page really is dull. <p>what can we add to it? <p>i ve got an idea. Let s make the text bold or italic. <i> This is italic</i> and <b> this is bold.</b> <p><h1>we can make a heading big</h1> or <h6>small.</h6> <p>h3 is the standard default size. <p>we can change the size of an individual <font size ="+3">word </font> with the font tag. </body> </html> These are the things we added. We used the <p> tag. It s one of the few tags that does not need an end tag </p> but you can put one in if you like. Most people don t. We used the heading tags: <h1> is the biggest heading and <h6> is the smallest. We also used the <font size= +3 > tag which is turned off with </font>. The number in quotes can be anywhere from -1 to +6 depending on what the current font size happens to be. Save these additions and browse again. Now that you ve had a taste of Tagology 101, check out the sections in red at the beginning of this document. Try some of the tags for images and links. Remember this: When adding images, your images should be in the same folder as your HTML document. If you know the URL (link) to a site, enter it like this for example: <a href= http://www.csus.edu/indiv/m/mcvickerb/toolsforthought.htm > Tools for Thought</a>

If you like this code stuff - and there are many who do - you can learn all about it from references that you can pick up on the web or in your nearest brick and mortar bookstore. The Complete Idiot s Guide to Creating an HTML Web Page is my favorite. It s by Paul Mcfedres. You can visit his website at the URL that follows. http://www.mcfedries.com/books/cightml/