1 What is HTML? Standardized codes Web pages SGML Descriptive markup Tags.

Slides:



Advertisements
Similar presentations
Introduction to HTML
Advertisements

HTML popo.
Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
WeB application development
A guide to HTML. Slide 1 HTML: Hypertext Markup Language Pull down View, then Source, to see the HTML code. Slide 1.
ASHIMA KALRA.  WHAT IS HTML WHAT IS HTML  HTML TAGS HTML TAGS  FORMATTING TAGS FORMATTING TAGS.
INTRODUCTION TO HYPERTEXT MARKUP LANGUAGE 1. Outline  Introduction  Markup Languages  Editing HTML  Common Tags  Headers  Text Styling  Linking.
1 eVenzia Technologies Learning HTML, XHTML & CSS Chapter 1.
Chapter 4 Marking Up With Html: A Hypertext Markup Language Primer.
Introduction to HTML CPS470 Software Engineering Fall 1998.
CIS101 Introduction to Computing Week 05. Agenda Your questions Exam next week - Excel Introduction to the Internet & HTML Online HTML Resources Using.
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.
Marking Up With Html: A Hypertext Markup Language Primer
Basics of HTML.
The Internet & Emerging Technologies. The Internet.
Chapter 4 Fluency with Information Technology L. Snyder Marking Up With HTML: A Hypertext Markup Language Primer.
Internet Skills An Introduction to HTML Alan Noble Room 504 Tel: (44562 internal)
Today’s Topic Language of web page - HTML (Hypertext Markup Language)
ACM 511 HTML Week -1 ACM 511 Course Notes. Books ACM 511 Course Notes.
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.
Introduction to HTML. HTML Hyper-Text Markup Language: the foundation of the World-Wide Web Design goals:  Platform independence: pages can be viewed.
XHTML. Introduction to XHTML What Is XHTML? – XHTML stands for EXtensible HyperText Markup Language – XHTML is almost identical to HTML 4.01 – XHTML is.
F-1 Management Information Systems for the Information Age Copyright 2004 The McGraw-Hill Companies, Inc. All rights reserved Extended Learning Module.
CSCI 1101 Intro to Computers
Copyright 2006 South-Western/Thomson Learning Chapter 17 Creating and Linking Web Pages.
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 1 HTML Committed to Shaping the Next Generation of IT Experts. 01: Introduction to HTML.
Just Enough HTML How to Create Basic HTML Documents.
All you ever needed to know…and more!. H.T.M.L. HyperText Mark-up Language Web’s programming language All web browsers Set of instructions Written with.
Lesson 2: Basic HTML Code Basic HTML Code. HTML is an acronym for Hypertext Markup Language. Internet browsers translate the HTML code into texts and.
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,
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.
HTML: Hyptertext Markup Language Doman’s Sections.
ECA 228 Internet/Intranet Design I Intro to Markup.
CPSC 203 Introduction to Computers Lab 33 By Jie Gao.
CPT 499 Internet Skills for Educators Session Ten Class Notes.
HTML file format  Lesson Objective: Understanding HTML and how it is used to create web pages.  Learning Outcome:  Create a HTML page by interpreting.
HTML ( HYPER TEXT MARK UP LANGUAGE ). What is HTML HTML describes the content and format of web pages using tags. Ex. Title Tag: A title It’s the job.
HTML HTML: Hypertext Markup Language. The basic language of the World Wide Web. Developed around 1991 at the CERN lab on the French-Swiss border by Tim.
Web Page Design Introduction. The ________________ is a large collection of pages stored on computers, or ______________ around the world. Hypertext ________.
Introducing the World Wide Web Internet- a structure made up of millions of interconnected computers whose users communicate with each other and share.
Web Design. How do web pages work? Webpages are written in a code called HTML. Programs like Internet Explorer read the code, and then show it as a web.
HTML BTEC National in Computing Section5. Create Information “HTML: defining HTML, discussing HTML uses and demonstrating HTML basics, HTML structure…..
Web Application Programming Presented by: Mehwish Shafiq.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
Web programming Part 1: HTML 由 NordriDesign 提供
XML The Extensible Markup Language (XML ), which is comparable to SGML and modeled on it, describes how to describe a collection of data. A standard way.
WEEK -1 ACM 262 ACM 262 Course Notes. HTML What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML.
Introduction to HTML C151 Multi-User Operating Systems.
Behind every site is a mix of special languages that your web browser understands The main way of describing any website is HTML HTML stands for Hyper.
HTML – The Basics Rebecca Shillingburg
Introduction lab1. Suzanne J. Sultan 2 What is HTML? The definition of HTML is Hyper Text Markup Language. HTML is a computer language devised to allow.
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
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.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 1 Using HTML to Create Web Pages.
Online PD Basic HTML The Magic Of Web Pages
Web Basics: HTML/CSS/JavaScript What are they?
HTML5 – Heading, Paragraph
Creating a Home Page in HTML
What is HTML? Standardized codes Web pages SGML Descriptive markup
HTML 12/27/2018.
What is HTML?.
Internet Technologies I - Lect.01 - Waleed Ibrahim Osman
WEB & HTML Background Info.
AN INTRODUCTION BY FAITH BRENNER
Lesson 2: HTML5 Coding.
Presentation transcript:

1 What is HTML? Standardized codes Web pages SGML Descriptive markup Tags

2 What is HTML? HTML stands for Hypertext Markup Language. HTML consists of standardized codes, or "tags", that are used to define the structure of information on a web page. HTML is used to prepare documents for the World Wide Web. A web page is single a unit of information, often called a document, that is available on the World Wide Web. HTML defines several aspects of a web page including heading levels, bold, italics, images, paragraph breaks and hypertext links to other resources.

3 What is HTML? HTML can be compared to word processing. The text in a word processed file can be formatted in various ways. For example, a heading can be bold and in larger font size than the rest of the document. Also, specific words can be italicized for emphasis. HTML is a way to define the formats of text in a web page. However, it goes further by also being able to define placement of graphics and hypertext links.

4 What is HTML? HTML is a sub-language of SGML, or Standard Generalized Markup Language. SGML is a system that defines and standardizes the structure of documents. Both SGML and HTML utilize descriptive markup to define the structure of an area of text. In general terms, descriptive markup does not specify a particular font or point size for an area of text. Instead, it describes an area of text as a heading or a caption, for example. Therefore, in HTML, text is marked as a heading, subheading, numbered list, bold, italic, etc.

5 What is HTML? HTML is standardized and portable. A document that has been prepared using HTML markup "tags" can be viewed using a variety of web browsers, such as Netscape and Lynx. A browser interprets the tags in an HTML file and presents the file as a formatted, readable web page. In addition, HTML documents can be viewed on all types of systems, such as Macintosh, PC and UNIX machines.

6 What is HTML? HTML tags are used to define areas of a document as having certain characteristics. The tags used in HTML usually consist of a code in between two "wickets". These codes are called container tags because the formatting described by the tags affects only the text contained between the tags. For example, and are the starting and ending tags used to indicate an area as bold. Therefore, the following markup will yield a sentence with the word "hello" in bold. Only the word hello will be bold.

7 What is HTML? HTML tags are used to define heading levels, such as and. Heading levels can go to, with each successive number indicating a smaller heading size. Some other basic HTML tags are: and used to indicate italics used to place an image file in a document used to create a paragraph break

8 What is HTML? The following HTML markup produces the web page shown. On the left is the HTML file that was written to create the web page. The HTML file is a plain text file that has been saved with an ".html" file extension. HTML files can be written in any text editing program. A Sample Web Page Containing a photo of a waterfall … HTML consists of standardized codes that are used to define the structure of information that makes up a web page. HTML tags are used to place images, create hypertext links, make text bold, and more!! Filename: sample.html

9 What is HTML? In HTML, some codes require end tags and some do not require end tags. In the previous example, the tags indicate a paragraph break. This type of code is called an empty tag because no end tag is required. The tag does not need an end tag (like and ) because a paragraph break is a single entity.

10 What is HTML? In Summary: HTML is a set of standardized codes, or tags, that have been derived from the SGML standard. HTML defines and describes the structure of a web page and is used to prepare documents for the World Wide Web. In addition, HTML documents are portable - they can be viewed with any web browser on any type of computer. The tags used in HTML consist of a code in between two "wickets". For example, For example, and are the starting and ending tags used to indicate an area of text as italic. Some tags, such the paragraph break,, do not require an ending tag.