HTML II Formatting the Language of the Web Terry Bake

Slides:



Advertisements
Similar presentations
Introduction to Web Design Lecture number:. Todays Aim: Introduction to Web-designing and how its done. Modelling websites in HTML.
Advertisements

HTML I. HTML Hypertext mark-up language. Uses tags to identify elements of a page so that a browser such as Internet explorer can render the page on a.
HTML Basics Customizing your site using the basics of HTML.
Session 2 Introduction to HyperText Markup Language 4 (HTML 4) Matakuliah: M0114/Web Based Programming Tahun: 2005 Versi: 5.
HTML Introduction CS 1020 – Lego Robot Design. Building Websites HTML (HyperText Markup Language)  The dominate language of the internet  Describes.
CREATED BY : VIRAL M.KORADIYA. Anchor elements are defined by the element. The element accepts several attributes, but either the Name or HREF attribute.
Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
HTML. The World Wide Web Protocols Addresses HTML.
HTML Introduction Creating a Web Page.
Cascading Style Sheets
INTRODUCTION TO HYPERTEXT MARKUP LANGUAGE 1. Outline  Introduction  Markup Languages  Editing HTML  Common Tags  Headers  Text Styling  Linking.
OMT II Mam Saima Gul. * Static web page * a web page with contents that remain fixed and unchanged once it has been created by the author Web server Client.
HTML Minute University Richard Fisher 10/1/2001 HTML FSA Training2 HTML Overview  HTML  HyperText Markup Language.
Introducing HTML Skills: create simple Web pages
CS /13 DePaul University SNL 262 Advanced Web Page Design Review & Introduction - I Instructor: David A. Lash.
Web Page Development Identify elements of a Web Page Start Notepad
HTML Introduction HTML
Computer Science 103 Chapter 2 HyperText Markup Language (HTML)
Developing a Basic Web Page with HTML
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.
Chapter 2 Introduction to HTML5 Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
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.
Tags & Formatting Internet Basics & Beyond. Stand Alone Tags  Remember how I told you in lesson two that most HTML tags work in pairs, but that there.
Designing Web Pages Getting to know HTML... What is HTML? Hyper Text Markup Language HTML is the major language of the Internet’s World Wide Web. Web.
ULI101: XHTML Basics (Part III) Introduction to XHTML / Continued … Block-Level vs. Inline Elements (tags) Manipulating Text,  , Text Characteristics,,,,,,,,,,,,,,,
Designing Web Pages Getting to know HTML... What is HTML? Hyper Text Markup Language HTML is the major language of the Internet’s World Wide Web Web.
HTML. We’ll learn … What HTML is What tags are What a basic web page looks like What 3 HTML tags are required What HTML comments look like How to title.
Adding Images & Working with Images Unit 2. TITLE CORNELL NOTES TOPIC: NOTES: Name: Date:08/10/2009 Period : Summary: To display Art To display Photographs.
HTML Overview Part 2 – Paragraphs, Headings, and Lines 1.
HTML Essentials Markup ( Part I ). Why Markup ? Markup gives meaning and structure to your web page Creates a relationship between the elements.
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.
ACM 511 HTML Week -1 ACM 511 Course Notes. Books ACM 511 Course Notes.
Understanding HTML Code
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.
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'
Unit 1 Changing the Appearance of Text. TITLE CORNELL NOTES TOPIC: NOTES: Summary: HTML Hypertext Markup Language 1 st and last tag on a page Tags Tags.
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.
HTML CRASH COURSE. What is HTML?  Hyper Text Markup Language  The language used to make web pages  Written by using tags.
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 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.
HTML,DHTML & Javascript/Session1/1 of 39 Introduction and Basic Tags Session 1 of Using HTML, DHTML & JavaScript.
HTML: Hyptertext Markup Language Doman’s Sections.
CPSC 203 Introduction to Computers Lab 33 By Jie Gao.
Agenda Block-Level vs. Inline Elements (tags) Manipulating Text,  , Text Characteristics,,,,,,,,,,,,,,, Font Attributes: size, color, face Horizontal.
HTML Lesson 3 Hyper Text Markup Language. Assignment Part 2  Set the file name as “FirstName2.htm”  Set the title as “FirstName LastName First Web Site”
HTML for ISD Brown Bag Presentation Session 2 What we will cover:  Basics of HTML  How to make your first page  Links  Text formatting.
Introducing the World Wide Web Internet- a structure made up of millions of interconnected computers whose users communicate with each other and share.
HTML. Hyper Text Markup Language Markup your text document The markup is the tag Hyper text means you can jump from place to place.
Web Development Lecture # 09 Text Formatting in HTML.
HTML HYPER TEXT MARKUP LANGUAGE. INTRODUCTION Normal text” surrounded by bracketed tags that tell browsers how to display web pages Pages end with “.htm”
The Web Wizard’s Guide to HTML Chapter Two Basic Text Formatting.
1 2/16/05CS120 The Information Era Chapter 4 Basic Web Page Construction TOPICS: Intro to HTML and Basic Web Page Design.
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
HTML. Hyper Text Markup Language Markup your text document The markup is the tag Hyper text means you can jump from place to place Programming language.
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 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.
Basic Web Publishing M. Scott Gartner 7/15/98.
Introduction to HTML (Web Design) IT Fundamentals.
Dreamweaver – Project #1
Tag Basics.
If You Know Nothing About HTML, This is Where You Start.
More Basic HTML 2 assignments: 1—complete the worksheet
HTML Basics Mr. Fazzalari.
AN INTRODUCTION BY FAITH BRENNER
Presentation transcript:

HTML II Formatting the Language of the Web Terry Bake

Copyright D. Terrence Bake 2002 Introduction HTML is the language used to create every web page that you see on the Internet In this course you will learn the basics of formatting text in an HTML document using the,,, and tags. We will cover some additional tags if time permits.

Copyright D. Terrence Bake 2002 Prerequisites An understanding of very basic HTML is needed for the course An understanding of how to use Microsofts Notepad

Copyright D. Terrence Bake 2002 Overview HTML documents allow you to put your message on the web. If you create these documents without using some sort of formatting tags, your words will run together in endless strings of text that will be very difficult for your users to read.

Copyright D. Terrence Bake 2002 Agenda Topics tag to create headings tag to create paragraphs tag to create a carriage return tag to create seperators within a page tag to control font attributes Each of these topics will take approximately seven minutes.

Copyright D. Terrence Bake 2002 Using to Create Headings Once you have created a HTML document, you will want to put some text into them and you will likely want to create headings for the different sections of your document. The tag comes in six flavors from to. creates the largest heading and only one can be used in a HTML document.

Copyright D. Terrence Bake 2002 Using to Create Headings is typical used for page titles. to are used for sub headings. Each is smaller in size and boldness as the trailing number increases.

Copyright D. Terrence Bake 2002 Save your HTML document as index.html to your desktop. Within Notepad, create the following document:

Copyright D. Terrence Bake 2002 Notice the difference between Hello World! and the rest of the text. Also notice that the text runs as one log string. Now open the document in a web browser.

Copyright D. Terrence Bake 2002 Using to create paragraphs The text in our document is not easily read and you can image how it would be if it were a thousand words long. To prevent this problem, HTML has the to create paragraphs within our document. To make our different sections apparent to us when viewed in a browser, we will use a heading before each formatting tag.

Copyright D. Terrence Bake 2002 Open your index.html in Notepad and add the changes denoted in blue:

Copyright D. Terrence Bake 2002 Notice the difference between our page title and the sub heading of PARAGRAPHS. Also notice the new white space created by. Now the HTML document in a web browser.

Copyright D. Terrence Bake 2002 Using to start a new line When you need to control the length of a line of text the tag acts as a carriage return and it may be used alone or within other tags. We will add a tag within the previous paragraph and another alone after the heading for this tag. is a singleton tag which means no closing tag is requred.

Copyright D. Terrence Bake 2002 Open your index.html in Notepad and add the changes denoted in blue:

Copyright D. Terrence Bake 2002 Notice the difference between our page title and the sub heading of CARRIAGE RETURNS. Also notice the carraige returns created by the tags. Now the HTML document in a web browser.

Copyright D. Terrence Bake 2002 Using to create a horizontal rule If you need a visual barrier within your document, the tag creates a horizontal rule in your document. By default, the tag will be centered between the sides of the browser and will cover 90% of the browser screen. The width and the thickness of the horizontal rule can be altered via the width and height attributes of the tag.

Copyright D. Terrence Bake 2002 Open your index.html in Notepad and add the changes denoted in blue:

Copyright D. Terrence Bake 2002 Notice the difference between our page title and the sub heading of HORIZONTAL RULE. Also notice the horizontal rule created by the tag. Now the HTML document in a web browser.

Copyright D. Terrence Bake 2002 Font Manipulation The tag allows you to tell the browser what font you want your text displayed in. If the users computer has the font available on their computer, their browser will use that font to display your text. Otherwise it will use that browsers default font. You control fonts via the tags attributes.

Copyright D. Terrence Bake 2002 Font Attributes face – Determines which font to use such as Arial, Times New Roman or Courier size – Determines text viewing size color – determines text color The format for the tag is as follows: The order of the attributes does not matter.

Copyright D. Terrence Bake 2002 Open your index.html in Notepad and add the changes denoted in blue:

Copyright D. Terrence Bake 2002 Notice the different fonts, colors and sizes of the text created by various uses of attributes of the tag. Now the HTML document in a web browser.

Copyright D. Terrence Bake 2002 Summary The World Wide Web is a great way to get your message to the world. Use the,,, and tags to make your message easier for the world to read and visually more appealing. Any questions or comments?

Copyright D. Terrence Bake 2002 Where to Get More Information Todays sessions of HTML III W3 Schools at HTML & Web Development classes here at Cincinnati State My address –