Web Page Elements. What is a Web Page

Similar documents
CREATING WEB PAGES USING HTML INTRODUCTION

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

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

About webpage creation

Web Development. Owen Sacco. ICS2205/ICS2230 Web Intelligence

Essential HTML & CSS for WordPress. Mark Raymond Luminys, Inc mraymond@luminys.com

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 (

Getting Started with KompoZer

css href title software blog domain HTML div style address img h2 tag maintainingwebpages browser technology login network multimedia font-family

Lecture 9 HTML Lists & Tables (Web Development Lecture 3)

css href title software blog domain HTML div style address img h2 tag maintainingwebpages browser technology login network multimedia font-family

Introduction to Web Development

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

HTML Exercise 6 Linking to Specific Locations within Documents (Bookmarks)

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

FOUNDATION OF INFORMATION TECHNOLOGY Class-X (TERM II)

Going Above and Beyond

HTML and CSS. Elliot Davies. April 10th,

Learning Web Design. Third Edition. A Beginner's Guide to (X)HTML, Style Sheets, and Web Graphics. Jennifer Niederst Robbins

Creating web pages Chapter 3. HTML Basic Concepts

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

Web Authoring. Module Descriptor

The Web Web page Links 16-3

ICE: HTML, CSS, and Validation

HTML5 and CSS3 Part 1: Using HTML and CSS to Create a Website Layout

Basic HTML Programming

04 Links & Images. 1 The Anchor Tag. 1.1 Hyperlinks

ANATOMY OF A WEB PAGE...

MiniBase. Custom View Tips & Tricks. Schoolwires Centricity 2.0

Web page design in 7 days!

Web Authoring CSS. Module Descriptor

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

How To Write A Web Page In Html

Google Sites: Site Creation and Home Page Design

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

Creating HTML authored webpages using a text editor

JJY s Joomla 1.5 Template Design Tutorial:

CSE 3. Marking Up with HTML. Tags for Bold, Italic, and underline. Structuring Documents. An HTML Web Page File

WEB DEVELOPMENT IMMERSIVE HTML & WEB FUNDAMENTALS

How to Create a Mobile Responsive Template in ExactTarget

Dreamweaver CS5. Module 1: Website Development

NURSING 3225 NURSING INQUIRY WEB SITE DEVELOPMENT GUIDE BOOK

Website Builder Documentation

User Guide for Smart Former Gold (v. 1.0) by IToris Inc. team

WebCT 4.x: HTML Editor

Caldes CM12: Content Management Software Introduction v1.9

Website Development Komodo Editor and HTML Intro

How to Create an HTML Page

Appendix H: Cascading Style Sheets (CSS)

Knowing the Code. In this chapter

Page1. Tera Doty-Blance

HTML and CSS 2 Class Meetings Instructor Contact Office Hours: Tuesdays 5:30-7:30 PM Online Class Message List Opt Out of Class

Chapter 11 Web Development: Importing Gifs and Backgrounds

Introduction to Web Technologies

Web Publishing Basics 2

Creating Web Pages With Dreamweaver MX 2004

Prerequisite: CGA 101, or written permission of instructor.

Differences between HTML and HTML 5

ICT 6012: Web Programming

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

HTML TIPS FOR DESIGNING

Web Editing Basics 1 TOPICS

Communication Manager Template Library

Creating a Web Page in Microsoft Office

How to Manage Your Eservice Center Knowledge Base

HTML Lesson 7. Your assignment:

EVENT PLANNING MYTHBUSTER. Building Pre-event Engagement: How to Make an Invite

USING THE INTRO (SPLASH) PAGE

Coding HTML Tips, Tricks and Best Practices

Dreamweaver. Introduction to Editing Web Pages

Web Design Revision. AQA AS-Level Computing COMP2. 39 minutes. 39 marks. Page 1 of 17

Intro to Web Design. ACM UIUC

COMMON CUSTOMIZATIONS

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

Web Design Module Outline

Web Pages and the Importance of Departments

Using Adobe Dreamweaver CS4 (10.0)

Web Development CSE2WD Final Examination June (a) Which organisation is primarily responsible for HTML, CSS and DOM standards?

Dreamweaver Tutorial #1

Lab 1.3 Basic HTML. Vocabulary. Discussion and Procedure

KOMPOZER Web Design Software

Contents. Launching FrontPage Working with the FrontPage Interface... 3 View Options... 4 The Folders List... 5 The Page View Frame...

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

HOW TO USE THIS GUIDE

Blueball Design Dynamic Content 2 Stack Readme Manual v1.0

ProgressBook ParentAccess Web Site Administration Guide

HTML Fundamentals IN THIS APPENDIX

Responsive HTML and Drupal

WEBSITE CONTENT MANAGEMENT SYSTEM USER MANUAL CMS Version 2.0 CMS Manual Version

Interactive Data Visualization for the Web Scott Murray

Introduction to XHTML. 2010, Robert K. Moniot 1

QUESTION BANK COMPUTER SCIENCE. Class VIII LESSON-1 INTRODUCTION TO MS ACCESS

CS134 Web Site Design & Development. Quiz1

Manual POLICY PATROL SIGNATURES FOR OUTLOOK, GOOGLE APPS & OFFICE 365

Introduction to Macromedia Dreamweaver MX

Basic Website Maintenance Tutorial*

Welcome to MailChimp.

We automatically generate the HTML for this as seen below. Provide the above components for the teaser.txt file.

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

IE Class Web Design Curriculum

Transcription:

What is a Web Page A Web page is a simple text file that contains not only text, but also a set of HTML tags that describe how the text should be formatted when a browser displays it on the screen. The tags are simple instructions that tell the Web browser how the page should look when it is displayed. The tags tell the browser to do things like change the font size or color, or arrange things in columns. The Web browser interprets these tags to decide how to format the text onto the screen. Web Page Elements <html> <Title> My Page</Title> <Body>... </Html> 1

Using a Browser to View a Web Page After you save your HTML file, you may view your Web page in a browser The HTML file displays in your browser just as it would on the Web Windows allows you to view the page in your browser while keeping Notepad open Log into the coe server and look for a folder called webprac in your directory. Open up the file called webpractice.txt and save it back into directory calling webpractice.html. Open this on in a browser (FireFox or Safari) and have both the Textedit documents and browser window next to each other. TextEdit Document FireFox/Safari Document <html> <Body> This is my first web page This is my first paragraph of text. I would like to talk about how great a teacher I am and why some lucky school district should hire me 2

<html> <Body> <H1>This is my first web page</h1> <HR> <P>This is my first paragraph of text. I would like to talk about how great a teacher I am and why some lucky school district should hire me</p> Color You can set the background, text, link color of your page by adding markups to the <Body> attribute There are 16 colors that can be referenced by name-red,green, etc <BODY BGCOLOR= red > <BODY BGCOLOR= #F0DFFF > 3

<html> <Body background= tile.jpg > <Body>.. <html> <Body> <H1>This is my first web page</h1> <HR> <P>This is my first paragraph of text. I would like to talk about how <FONT SIZE="+3" COLOR="RED"> great </Font>a teacher I am and why some lucky school district should hire me</p> 4

<html> <Body background= tile.jpg > <H1>This is my first web page</h1> <HR> <P>This is my first paragraph of text. I would like to talk about how <FONT SIZE="+3" COLOR="RED"> great </Font>a teacher I am and why some lucky school district should hire me</p> Links Absolute links: links to a file on another server on the internet Relative links: links to a file in your own directory Links within a page Absolute Links Specify the entire URL e.g I go to<a href= http://www.kean.edu >Kean University</A> I go to Kean University 5

Relative Links Relative links: Location of file relative to present web page e.g. <A href= page2.htm > Go to page 2</A> <A href= pages/page2.htm > Go to page 2</A> Go to page 2 Mail Links <A href="mailto:jmith@kean.edu"> </A> <A href="mailto:jmith@kean.edu">john Smith </A> Send mail to John Smith <html> <Body background= tile.jpg > <H1>This is my first web page</h1> <HR> <P>This is my first paragraph of text. I would like to talk about how <FONT SIZE="+3" COLOR="RED"> great </Font>a teacher I am and why some lucky school district should hire me</p> <BR>I go to<a href= http://www.kean.edu > Kean University</A> 6

Adding Images Two File Formats -GIF for icons and line drawing -JPEG for photographs <img src= picture.gif > (image in same directory as web page) <img src= images/picture.gif > (image in directory called images) <img src= http://www.kean.edu/~gkolodiy/3122/blue_pap.gif > <html> <Body background= tile.jpg > <img src= record.gif > <H1>This is my first web page</h1> <HR> <P>This is my first paragraph of text. I would like to talk about how <FONT SIZE="+3" COLOR="RED"> great </Font>a teacher I am and why some lucky school district should hire me</p> <BR>I go to<a href= http://www.kean.edu > Kean University</A> 7

<html> <Body background= tile.jpg > <center><img src= record.gif ></center> <H1>This is my first web page</h1> <HR> <P>This is my first paragraph of text. I would like to talk about how <FONT SIZE="+3" COLOR="RED"> great </Font>a teacher I am and why some lucky school district should hire me</p> <BR>I go to<a href= http://www.kean.edu > Kean University</A> Using Graphics as links You may use a picture as a hypertext link <img src= record.gif > <A href= http://www.kean.edu> ---- </A> <A href= http://www.kean.edu> <img src= record.gif > </A> This would give you an image of an record with a blue box around it to show that it is a link. For no box add Border=0 to the IMG SRC tag <img src= record.gif Border=0> 8

9 <TD>1</TD> Tables <TD>1</TD> <TD>2</TD> <TD>1</TD> <TD>2</TD> <TD>3</TD> <table> </table> <TD>1</TD> <TD>2<TD> <TD>3<TD> <TD>1</TD><TD>1A</TD><TD>1B</TD> <TD>2</TD><TD>2A</TD><TD>2B</TD> <TD>3</TD><TD>3A</TD><TD>3B</TD> Tables

Tables <TD>1</TD> <TD>1A</TD><TD>1B</TD>1C</TD> <TD>1A</TD><TD>1B</TD>1C</TD> <TD>2A</TD><TD>2B</TD>2C</TD> <TD>3A</TD><TD>3B</TD>3C</TD> 10

<UL> <OL> </UL> </OL> Unordered Lists <H3>Unordered Lists</H3> <UL TYPE= disc > <LI>First item type disc</li> <LI>Second item type disc</li> </UL> <UL TYPE= square > <LI>First item type square</li> <LI>Second item type square</li> <UL> <UL TYPE= circle > <LI>First item type circle</li> <LI>Second item type circle</li> </UL> 11

Ordered Lists <H3>Ordered Lists</H3> <OL TYPE= 1 > <LI>First item type 1</LI> <LI>Second item type 1</LI> </OL> <OL TYPE= A > <LI>First item type A</LI> <LI>Second item type A</LI> </OL> <OL TYPE= a > <LI>First item type a</li> <LI>Second item type a</li> </OL> <OL TYPE= I > <LI>First item type I</LI> <LI>Second item type I</LI> </OL> <OL TYPE= i > <LI>First item type i</li> <LI>Second item type i</li> </OL> Your Web Page title main heading body of Web page H2 heading bulleted list paragraph Bullets 12

Putting Things Anywhere <Div> </Div> Sets apart a section of your page. <div style="position:absolute; left:200px; top:285px; width:600px; height:200px; "> <div style="position:absolute; left:200px; top:285px; width:600px; height:200px; "> <img src= record.gif></div> 13