CHAPTER 1 GETTING STARTED WITH HTML. LEARNING OBJECTIVES How a Web browser downloads and processes an HTML page for display What is the purpose of a Web.

Slides:



Advertisements
Similar presentations
HyperText Markup Language (HTML). Introduction to HTML Hyper Text Markup Language HTML Example The structure of an HTML document Agenda.
Advertisements

HTML: HyperText Markup Language Hello World Welcome to the world!
C HAPTER – 3 I NTRODUCTION TO H TML By :- Pinkesh H. Patel.
ASHIMA KALRA.  WHAT IS HTML WHAT IS HTML  HTML TAGS HTML TAGS  FORMATTING TAGS FORMATTING TAGS.
XHTML Basics.
1. Content – Collective term for all text, images, videos, etc. that you want to deliver to your audience. 2. Structure – How the content is placed on.
1 eVenzia Technologies Learning HTML, XHTML & CSS Chapter 1.
Web development  World Wide Web (web) is the Internet system for hypertext linking.  A hypertext document (web page) is an online document. It contains.
CIS101 Introduction to Computing
Introduction to HTML 2006 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Introduction to HTML 2006 INT197B. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Introduction to HTML 2004 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Chapter 2 Introduction to HTML5 Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
Chapter 14 Introduction to HTML
Introducing HTML & XHTML:. Goals  Understand hyperlinking  Understand how tags are formed and used.  Understand HTML as a markup language  Understand.
Overview of HTML. Three Different Approaches  Text editor like Notepad  HTML editor such as: –KompoZer –DreamWeaver –Microsoft Expression Web –iWeb.
Web page - A Web page is a simple text file that contains HTML tags (code) that describe what should be displayed on the browser. -The Web browser interprets.
Creating a Simple Page: HTML Overview
Exploring Microsoft Office XP - Microsoft Word 2002 Chapter 61 Exploring Microsoft Word Chapter 6 Creating a Home Page and Web Site By Robert T. Grauer.
Internet Skills An Introduction to HTML Alan Noble Room 504 Tel: (44562 internal)
Ku-Yaw Chang Assistant Professor, Department of Computer Science and Information Engineering Da-Yeh University.
DAT602 Database Application Development Lecture 14 HTML.
DATA COMMUNICATION DONE BY: ALVIN SAMPATH CARLVIN SAMPATH.
Chapter 16 The World Wide Web. 2 The Web An infrastructure of information combined and the network software used to access it Web page A document that.
CS117 Introduction to Computer Science II Lecture 1 Introduction to WWW and HTML Instructor: Li Ma Office: NBC 126 Phone: (713)
HTML history, Tags, Element. HTML: HyperText Markup Language Hello World Welcome to the world!
Learning Web Design: Chapter 4. HTML  Hypertext Markup Language (HTML)  Uses tags to tell the browser the start and end of a certain kind of formatting.
Website Development & Management Creating Web Pages CIT Fall Instructor: John Seydel, Ph.D.
HTML INTRODUCTION, EDITORS, BASIC, ELEMENTS, ATTRIBUTES.
1. Short History Of HTML HTML was invented in 1990 by a scientist called Tim Berners-Lee. The purpose was to make it easier for scientists at different.
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.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
Course Content - Chapter 2 Introduction to HTML Introduction to a Text Editor as a web authoring tool Instructional Activity: Creating a webpage using.
Introduction to HTML. What is HTML? Hyper Text Markup Language (HTML) is a language for describing web pages. HTML is not a programming language, it is.
XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 1 Creating Effective Web Pages Creating HTML Documents Tutorial 8.
Web Page Creation Part I ST: Introduction to Web Interface Design Prof. Angela Guercio.
A Basic Web Page. Chapter 2 Objectives HTML tags and elements Create a simple Web Page XHTML Line breaks and Paragraph divisions Basic HTML elements.
Just Enough HTML How to Create Basic HTML Documents.
Overview of HTML/XHTML Two Different Approaches  Text editor like Notepad  HTML editor such as: –KompoZer –DreamWeaver –Microsoft Expression Web –iWeb.
INTRODUCTION. What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a programming language,
1 What is HTML? Standardized codes Web pages SGML Descriptive markup Tags.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
HTML. Hypertext Markup Language Lesson Objectives 1. We will be able to understand the need for HTML and where it is used 2. We will be edit HTML to.
Ali Alshowaish. What is HTML? HTML stands for Hyper Text Markup Language Specifically created to make World Wide Web pages Web authoring software language.
CPT 499 Internet Skills for Educators Session Ten Class Notes.
Lecture: Web Design Assis. Prof. Freshta Hanif Ehsan Faculty of Computer Science Kabul Polytechnic University Spring Semester
Web Page Design Introduction. The ________________ is a large collection of pages stored on computers, or ______________ around the world. Hypertext ________.
HTML Basics Computers. What is an HTML file? *HTML is a format that tells a computer how to display a web page. The documents themselves are plain text.
HyperText Markup Language. Web Hosting Creating a web site (on a site like iPage) –Buy domain name ( –iPage has registrar (e.g., FastDomain.
Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley What did we learn so far? 1.Computer hardware and software 2.Computer experience.
Lesson 2 – Unit B. Quick review 1. What is the name of the eGCC host that you ftp your files? 2. What type of software do you use to create and edit web.
HTML HYPER TEXT MARKUP LANGUAGE. INTRODUCTION Normal text” surrounded by bracketed tags that tell browsers how to display web pages Pages end with “.htm”
Basic HTML. Lesson Overview In this lesson, you will learn to:  Write HTML code using a text editor application such as Notepad.  View Web pages created.
1 2/16/05CS120 The Information Era Chapter 4 Basic Web Page Construction TOPICS: Intro to HTML and Basic Web Page Design.
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.
HTML5 and CSS3 Illustrated Unit B: Getting Started with HTML.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 1 Using HTML to Create Web Pages.
Lesson 5. XHTML Tags, Attributes and Structure XHTML Basic Structure head and body titles Paragraph headings comments Document Presentation Manipulating.
Introduction to HTML.
XHTML/CSS Week 1.
HTML & teh internets.
Coding, Testing and Valdating a Web Page
WEBSITE DESIGN Chp 1
Unit A.
Overview of HTML.
What is HTML?.
HyperText Markup Language
An Introduction to HTML Pages
Getting Started with HTML
Presentation transcript:

CHAPTER 1 GETTING STARTED WITH HTML

LEARNING OBJECTIVES How a Web browser downloads and processes an HTML page for display What is the purpose of a Web server How to use a text editor to create your own HTML file Why browsers, when displaying an HTML file’s content, will ignore spacing such as tabs and carriage returns What Web development software programs you may want to use to simplify the process of creating webpages What are the common tags that developers place within HTML files How to display the HTML tags for a site you are viewing within a browser What the purpose of a domain name is and how to get your own How to test the webpages you create within all of the common browsers because not all browsers behave the same way—

LEARNING OBJECTIVES CONTINUED How to view webpages from your own computer Why you should avoid spaces within your HTML filenames How to display special symbols within an HTML page How to view a site’s HTML tags

VIEWING A WEB PAGE To display a webpage, a browser requests the page contents from a site’s Web server.

VIEWING A WEB PAGE CONTINUED A Web server listens for requests from Web browsers and then returns the requested file.

VIEWING A WEB PAGE CONTINUED Most webpages reference content, such as photos, which the browser requests from the Web server.

GETTING A WEB SERVER Many sites on the Web provide Web server space which users can buy on a monthly basis

USING FTP TO TRANSFER FILES Using FTP software, you will upload the HTML files you create on your system to a remote Web server.

WAYS TO CREATE HTML FILES Users can develop pages using an ASCII text editor or Web development software that provides a drag-and-drop interface such as DreamWeaver

SOME SITES PROVIDE WEB-PAGE TEMPLATES Some sites allow users who don’t want to learn HTML with a way to create sites

VIEWING A SITE’S HTML TAGS As you view sites on the Web within your browser, you can view the site’s underlying HTML tags

CREATING YOUR OWN HTML FILE Hello, HTML world!

NAMING HTML FILES When you name your HTML files, select names that meaningfully describe the file’s contents, such as AboutUs.html or ContactUs.html. Avoid spaces within your filenames. Browsers will replace the spaces with the characters %20, which may confuse users

WEB BROWSERS IGNORE SPACING AND CARRIAGE RETURNS First line Second line Third line

CREATING A LINE BREAK First line Second line Third line

USE LOWERCASE FOR HTML TAGS Use lowercase letters for your tags, such as instead of, when you create your HTML files As a general rule, most browsers support lowercase, uppercase, and even mixed cased tags, such as. However, standard documents that provide the HTML specifications lean toward the use of lowercase. In reality, there are likely billions of HTML documents around the Web that use uppercase tags. Browsers simply can’t stop supporting uppercase tags or all of these pages would break.

CREATING PARAGRAPHS Innovation has nothing to do with how many R&D dollars you have. When Apple came up with the Mac, IBM was spending at least 100 times more on R&D. It's not about money. It's about the people you have, how you’re led, and how much you get it. Steve Jobs He that is of the opinion money will do everything may well be suspected of doing everything for money. Benjamin Franklin

BROWSERS WILL ADJUST PARAGRAPHS BASED ON THE WINDOW SIZE

DISPLAYING BOLD TEXT This is normal text. This is bold text! This, again, is normal.

FORGETTING A STOP TAG This is not bold. This is bold. This is still bold due to the error.

DISPLAYING ITALIC TEXT Tact is the ability to describe others as they see themselves. Abraham Lincoln

UNDERSTANDING NESTED TAGS This is bold and italic. When you place one set of HTML tags inside of another (also called nesting tags), you need to keep the order of your tags consistent. Meaning, you should close the innermost tag first. In the previous statement, the code first closes the italic tags (the innermost tags) and then the bold tag.

HEADINGS H1-H6 This is a Heading 1 This is a Heading 2 This is a Heading 3 This is a Heading 4 This is a Heading 5 This is a Heading 6

DISPLAYING A HORIZONTAL RULE George Washington It is better to offer no excuse than a bad one.

UNDERSTANDING DEPRECATED TAGS Since the introduction of HTML in the late 1980s, different HTML tags have come and gone. When a tag is replaced by a newer tag or formatting capability, the older tag is said to be deprecated. You should avoid the use of deprecated tags within the files that you create. Although it is unlikely, it is possible that a browser might stop supporting a deprecated tag. In reality, given there are millions of pages that use such tags, it is doubtful that a browser would not support the tags, which would essentially break the corresponding pages. As you use different tags, note whether or not the tag is deprecated. Normally, a deprecated tag is your indication that there is a better way to accomplish the same result.

USING SPECIAL CHARACTERS

PLACING COMMENTS WITHIN HTML FILES When a browser examines your HTML code, the browser will simply ignore the comment text. It will not display the text.

DISPLAYING A PAGE TITLE Hello Hello, HTML World!

USING FTP TO UPLOAD FILES TO A WEB SERVER

REAL WORLD WEB DESIGN—W3SCHOOLS

SUMMARY Users make extensive use of Web browsers to view content on the Web. A browser only knows how to request a file from a remote Web server and then to use the formatting instructions the file contains to retrieve, format, and display the needed content items, such as text, photos, and video. The pages that users view on the Web are created in HTML. To create webpages, developers use the hypertext markup language (HTML). HTML uses special markup tags to format content. One set of HTML tags may specify the title that appears in the browser window for the page, another set may specify the text for a paragraph, and another may provide specifics about a photo that is to appear on the page.