Chapter 2 Web Page Design Mr. Gironda. Elements of a Web Page These are things that most web pages use.

Slides:



Advertisements
Similar presentations
HTML Basics Customizing your site using the basics of HTML.
Advertisements

HTML popo.
Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
Creating and Editing a Web Page Using Inline Styles
How Tags are used to form your Web Page
Creating and Editing a Web Page
HTML Hypertext Markup Language –First proposed by CERN in 1989 –It is non-linear so it allows you to jump from place to place –Markup refers to the structure.
Web Page Development Identify elements of a Web Page Start Notepad
Creating and Editing a Web Page
Creating a Web Page HyperText Markup Language. HTML Documents  Created using any text editor  Notepad  Vi, Pico, or Emacs  If using word-processor,
Glencoe Digital Communication Tools Create a Web Page with HTML Chapter Contents Lesson 4.1Lesson 4.1 Get Started with HTML (85) Lesson 4.2Lesson 4.2 Format.
Creating Tables in a Web Site Using an External Style Sheet HTML5 & CSS 7 th Edition.
HTML: PART ONE. Creating an HTML Document  It is a good idea to plan out a web page before you start coding  Draw a planning sketch or create a sample.
HTML. Goals How to use the Komodo editor HTML coding and testing Basic HTML tags List and Images Tables and Links At least 2 pages and navigation
HTML Basics An Introduction to HTML. What is HTML? Stands for “Hyper Text Markup Language” Composed of “tags” which are surrounded by sideways triangles.
Tags through Forms. This element is required for all HTML pages It must be at the top of every page of every website We’ll see later on why it is important.
Basic HTML tags Beginning Web Site Design Stanford University Continuing Studies CS 03
Chapter 2: The Client Side: HTML CIS 275—Web Application Development for Business I.
Creating and Editing a Web Page
HTML Overview Part 2 – Paragraphs, Headings, and Lines 1.
HTML Comprehensive Concepts and Techniques Second Edition Project 3 Creating Tables in a Web Site.
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 HTML stands for "Hyper Text Mark-up Language“. Technically, HTML is not a programming language, but rather a markup language. Used to create web pages.
4 HTML Basics 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.
Creating and Editing a Web Page using HTML IMED1316.
Creating and Editing a Web Page Project 2. Project Objectives Project 2: Creating and Editing a Web Page 2 Identify elements of a Web page Start Notepad.
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Extended Learning Module F Building a Web Page with HTML.
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.
DHTML AND JAVASCRIPT Genetic Computer School LESSON 2 HTML TAGS G H E F.
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.
Html Basic Codes Week Two. Start Your Text Editor Windows use 'Notepad’ Macintosh use 'Simple Text'
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.
Just Enough HTML How to Create Basic HTML Documents.
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.
Basic HTML PowerPoint How Hyper Text Markup Language Works.
HTML,DHTML & Javascript/Session1/1 of 39 Introduction and Basic Tags Session 1 of Using HTML, DHTML & JavaScript.
CS105 INTRODUCTION TO COMPUTER CONCEPTS HTML Instructor: Cuong (Charlie) Pham.
Chapter 4 BIE1313/BPROG1203 | Web design Prepared by Mohamed Abdulkarim / Mike Ng Ah Ngan.
4 Chapter Four Introduction to HTML. 4 Chapter Objectives Learn basic HTML commands Discover how to display graphic image objects in Web pages Create.
HTML/XHTML Structure Building a basic web page using notepad.
4 HTML Basics 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.
HTML Concepts and Techniques Fifth Edition Chapter 4 Creating Tables in a Web Site.
Formatting Text with HTML. Objectives: Students will be able to: Define the structure of the document with block elements Format numbered, bulleted, and.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
HTML CS 105. Page Structure HTML elements control the details of how a page gets displayed. Every HTML document has the following basic structure: … …
Creating and Editing a Web Page
Basic HTML Programming Technology Education Ellsworth Community Middle School Communication Systems.
What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a programming language, it is a markup.
Writing Your Own Web Page: Using HTML and FrontPage Chapter 10.
Creating and Editing a Web Page Using Inline Styles
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
1 Your Web Page title body of Web page main heading H2 heading bulleted list paragraph.
Creating Web Pages with Links, Images, and Embedded Style Sheets
Creating and Editing a Web Page. Organization Logo Menu Bar Title Background Text Links Heading Image Links Body of Web Page.
Chapter 4 HTML Tags. HTML is written in something called tags. Tags come in pairs, an opening one and a closing one. The first pair of tags we'll write.
Project 02 Creating and Editing a Web Page Concept Map of Unit Creating and Editing a Web Page Key Learning Understand the elements to create a web page.
Revision Webpage design HTML.   FACE  Attributes  Marquee  Define the following terms.
1 Introduction to HTML. 2 Definitions  W W W – World Wide Web.  HTML – HyperText Markup Language – The Language of Web Pages on the World Wide Web.
HTML And the Internet. HTML and the Internet ► HTML: HyperText Markup Language  Language in which all pages on the web are written  Not Really a Programming.
HTML AN INTRODUCTION TO WEB PAGE PROGRAMMING. INTRODUCTION TO HTML With HTML you can create your own Web site. HTML stands for Hyper Text Markup Language.
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.
NOTEPAD++ Lab 1 1 Riham ALSmari. Why Notepad++ ?  Syntax highlighting  Tabbed document interface  Zooming  Indentation code  Find and replace over.
HTML Help book. HTML HTML is the programming language used to make web pages for the Internet. HTML stands for Hyper Text Markup Language. HTML is made.
© Ms. Masihi.  A Web page contains text and images that convey specific information to viewers.  To create a new web page, open Dreamweaver and select.
HTML Basics.
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
LAB Work 01 MBA 61062: E-Commerce
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.
Creating and Editing a Web Page
Presentation transcript:

Chapter 2 Web Page Design Mr. Gironda

Elements of a Web Page These are things that most web pages use

Elements (cont.) Window Elements –Title – text that appears on the title bar of the browser when the web page appears Concise and descriptive Name and file name –Body – contains the information that is displayed in the browser window. Can include text, graphics, etc.

Elements (cont.) Window Elements (cont.) –Background – a solid color or a picture or graphic against which the other elements on the web page appear. Make sure it doesn’t overpower the information on the page

Elements (cont.) Text Elements –Normal text – default text format used for the main content of a web page.

START OF CODING (day 1)

HTML CODE Begin by inserting a and four sets of tags – (start and end of html doc) – (start and end of a header) – (start and end of a title) (appears on the title bar, not on web page) – (start and end of the web page body)

Tells the browser which HTML version and type the document uses (that’s why this is first)

Software uses these tags to decide where the HTML code begins and ends

Contains Web page title and other header information

All text, images, links, and other content is contained within this final set of tags

All tags should be in lower case except

Do in class Open notepad Go to Format and Choose Word Wrap Page 38 in book –Do #1 and #2 Save it as [your initials]chapt2.txt –& as [your initials]chapt2.htm –Both in your I drive in a Webpage folder Explain DOCTYPE

Notice: The body has a beginning and ending and space for you to enter information comes after the and the ending tag comes at the end of the entire document

Entering Headings through – is the largest size How to enter a heading? –Page 40 Figure 2-9 Step 1

Entering a Paragraph of Text Make sure you break text into paragraphs of main ideas –This starts and ends a new paragraph –The browser will start a new line and insert a blank line above the new paragraph Page 40 Figure 2-10 Steps 1 and 2

Entering a Paragraph of Text –Breaks a line of text –Browser will start a new line with the text that follows the tag

Creating a List Bulleted List (unordered list) Can have discs, squares, or circles Default is discs Numbered List (ordered list) Can use numbers, letters, or roman numerals Default is Arabic numbers (1, 2, 3)

Numbered and bulleted lists (cont.) –If you just use or then the default is used –To specify, you must put it inside the tag

Numbered and Bulleted lists (cont.) – and are used for each item that is bulleted or numbered –Look at: Page 42 Figure 2-11 and 2-12 –Do: Page 43 Figure 2-13

Definition List –Offsets information in a dictionary like style is used within for a term is used for a definition Page 44 figure 2-14 example

Viewing in a web browser It will look like Figure 2-23 on page 49

Save it as a text file (.txt) Close the notepad text file In your browser, select the down arrow beside page and choose “view source” –Or you can right click and choose view source

Adding an Image Figure 2-26 page 54 The code inserts the image and gives the attributes of the image (includes height and width)

Why won’t this work? Rules for clips –Make sure the clip exists –Keep them close (same folder) Let’s change the image –Q drive

New image Change the size to make it look less stretched

Add an image of your own Search for free clipart on the internet Save it into your drive Insert it right after last image

Adding Color Color is a six-digit number code (page 55) Can be used for text, links, or backgrounds Background color –Bgcolor attribute must be added in the tag –Page 55 Figure 2-28 (complete)

Centering a Heading Add the align attribute to any heading –align=“left” –align=“center” –align=“right” The default is left aligned Figure 2-29 on page 56 (complete)

Adding a Horizontal Rule A line that runs across your page to act as a divider Page 57 has a list of types –Can change the size and the shading Page 57 figure 2-31 (complete)

Assignments

Create a website Page 64 –Disregard the directions in the book –Create a web page that will display exactly what figure 2-37 is in the book. Page 65, 66, & 67 –Same directions as above Quick Personal Website Chapter 2 Online Reviews Chapter 2 Review (Q drive)