Introduction to HTML. Topics HTML –What is HTML –Parts of an HTML Document –HTML Tags.

Slides:



Advertisements
Similar presentations
Introduction to HTML. A Web Page is.. An ASCII (text) file.. Whose filename ends with.htm or.html –index.html or cookie-recipe.htm Contains HTML tags.
Advertisements

HTML Basics Customizing your site using the basics of HTML.
HTML popo.
Learning HTML. > Title of page This is my first homepage. Tells Browser This is an HTML page Basic Tags Tells Browser End of HTML page Header information.
HyperText Markup Language (HTML). Introduction to HTML Hyper Text Markup Language HTML Example The structure of an HTML document Agenda.
Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
ASHIMA KALRA.  WHAT IS HTML WHAT IS HTML  HTML TAGS HTML TAGS  FORMATTING TAGS FORMATTING TAGS.
Anne McGrath 16 th February  Review of what we have learned so far.  Angled brackets surround HTML tags.  The words between the angled brackets.
How Tags are used to form your Web Page
Chapter 4 Marking Up With Html: A Hypertext Markup Language Primer.
HTML and Web Page Design Presented by Frank H. Osborne, Ph. D. © 2005 ID 2950 Technology and the Young Child.
Made by: Dan Ye. Introduction Basic Last Page ☆ HTML stands for Hyper Text Markup Language; ☆ HTML is not a programming language, it is a markup language;
Web Page Development Identify elements of a Web Page Start Notepad
 2008 Pearson Education, Inc. All rights reserved. 1 Introduction to HTML.
Creating a Web Page HyperText Markup Language. HTML Documents  Created using any text editor  Notepad  Vi, Pico, or Emacs  If using word-processor,
Marking Up With Html: A Hypertext Markup Language Primer
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.
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.
Basics of HTML Shashanka Rao. Learning Objectives 1. HTML Overview 2. Head, Body, Title and Meta Elements 3.Heading, Paragraph Elements and Special Characters.
Chapter 4 Fluency with Information Technology L. Snyder Marking Up With HTML: A Hypertext Markup Language Primer.
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.
HTML H yper T ext M arkup L anguage. HTML HTML is NOT case sensitive However, proper coding etiquette if for all to be in ALL CAPS and for text to be.
 HTML stands for Hyper Text Mark-up Language. The coding language used to create documents for the World Wide Web  HTML is composed of tags. HTML tags.
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Extended Learning Module F Building a Web Page with HTML.
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.
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.
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.
Exploring the Digital Domain HTML Basics. HTML Hypertext Markup Language Standard (ASCII) text with embedded format codes Most HTML tags are paired Tags.
Explorers Guild April 27, What is HTML? Hypertext Markup Language (HTML) is the basic building block of the World Wide Web page. HTML files are.
Introduction to HTML 1 Basharat Mahmood, Department of Computer Science, CIIT, Islamabad, Pakistan.
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.
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.
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,
CS105 INTRODUCTION TO COMPUTER CONCEPTS HTML Instructor: Cuong (Charlie) Pham.
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
Introduction HTML (Hypertext Markup Language) is used to create document on the World Wide Web. HTML is not a programming language, it is a markup language.
Ali Alshowaish. What is HTML? HTML stands for Hyper Text Markup Language Specifically created to make World Wide Web pages Web authoring software language.
Introduction to HTML Xiangming Mu 9/23/ Learning Objectives Understand basic HTML tags and their attributes Learn to create a simple HTML page.
LEARNING HTML PowerPoint #1 Cyrus Saadat, Webmaster.
Chapter 2 Web Page Design Mr. Gironda. Elements of a Web Page These are things that most web pages use.
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.
CS 111 – Oct. 4 Web design –HTML –Javascript Commitment: –This week, read sections 4.3 – 4.5.
HTML Tags Lesson 2. What are HTML Tags?  Markup tags  Coded instructions that accompany the plain text of an HTML document  Syntax –Left wicket< –Tag.
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.
HTML Basic. 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.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
Introduction to Web & HTML
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.
Basic HTML Programming Technology Education Ellsworth Community Middle School Communication Systems.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
CS 100 Introduction to Web Page Construction and HTML.
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
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.
Pertemuan 1 Desain web Pertemuan 1
Marking Up with XHTML Tags describe how a web page should look
Lecturer (Dept. of Computer Science)
HTML.
Introduction to Web & HTML
Introduction to Web & HTML
Marking Up with XHTML Tags describe how a web page should look
Marking Up with XHTML Tags describe how a web page should look
Pertemuan 1 Desain web Pertemuan 1
HyperText Markup Language
Marking Up with XHTML Tags describe how a web page should look
Marking Up with XHTML Tags describe how a web page should look
Presentation transcript:

Introduction to HTML

Topics HTML –What is HTML –Parts of an HTML Document –HTML Tags

Hyper Text Markup Language The language that is used to develop web pages is called Hyper Text Markup Language (HTML). HTML is the language interpreted by the Browser. Web pages are also called HTML document. HTML is a set of special code that can be embedded in text to add formatting and linking information. HTML is specified as Tags in an HTML document.

HTML Used to create a Web page Made up of tags that specify the structure of the document (this section is a heading, this section is a paragraph, etc..) An extract from a sample HTML document: Web page This is my first Web page

HTML Tags Tags are instructions that are embedded directly into text of the document. An HTML tag is a signal to a Browser that it should do something. By convention all HTML tags begin with an open angle bracket ( ). HTML tags can be of two types Paired Tags Singular Tags

Paired Tags A tag is said to be a pair tag if it along with a companion tag.For example the tag is a paired tag. The tag with its companion tag causes the text contained between them to be Bold. The effect of the paired tag is applied only to the text they contain. In paired tags, the first tag ( ) is called opening tag and the second tag ( ) is called closing tag.

Singular Tags The second type of the tag is the Singular or Stand- alone tag. A stand-alone tag does not have a companion tag. For example tag will insert a line break. This tag does not require companion tag.

HTML Tags Most HTML tags work in pairs. There is an opening and a closing tag. For example: Some content here. The … tag displays a paragraph opens the paragraph (opening tag) closes the paragraph (closing tag) “Some content here.” will be displayed on the page

Self-closing/Singular Tags Some HTML tags are self closing. For example: The tag will display a line break.

Required Tags All HTML documents should have html, head and body tags. – … -- Surrounds the contents of the entire page – … -- Lists the identification information on the page, such as the title – … -- Gives the name of the page that appears in the top of the browser window – … -- Frames the content of the page to be displayed in the browser

Basic HTML Template CMSC104 HTML Template This is just a basic HTML template to be used in CMSC104. Example file: template.html

Basic HTML Template Screenshot

Attributes The body tag takes the following attributes. –BGCOLOR –BACKGROUND –TEXT ( To change the body text color)

TITLES AND FOOTERS Title: A web page could have a title that describes what the page is about. tag is used for this purpose. Text written b/w shows up in the title bar of browser window.

Some Common HTML Tags and Their Meanings … -- Creates a paragraph -- Adds a line break -- Separates sections with a horizontal rule … -- Displays a heading (h1-h6) -- Inserts a comment … -- Creates an ordered list … -- Creates an unordered list -- Inserts an image into the document … -- Inserts a link into the document

Paragraph Example The exam next week will consist of T/F, multiple choice, short answer and pseudocode questions. You cannot use a calculator. After the exam, we will learn JavaScript.

Paragraph Example Screenshot

Line Break Example Roses are Red. Violets are Blue. You should study for Exam 1. It will be good for you!

Line Break Example Screenshot

Horizontal Rule Example The exam next week will consist of T/F, multiple choice, short answer and pseudocode questions. You cannot use a calculator. After the exam, we will learn JavaScript. It should be fun!!

Horizontal Rule Example Screenshot

Heading Example This is heading 1 This is heading 2 This is heading 3 This is heading 4 This is heading 5 This is heading 6

Heading Example Screenshot

Comment Example Here is my paragraph.

Heading Example Screenshot

HTML – Lists Why lists are important: They are widely used on links pages They help in the organization of data They are quick and easy to create

Order Lists (Numbering) An order list start with the tags and ends with. Each list item starts with the tag. Attributes can be specified with tags.

Example There are different types of Input devices Mouse Keyboard Joystick

Ordered List Example Print Review Questions for Exam1. Work on Review Questions for Exam1.

Ordered List Screenshot

Unordered Lists An unordered list starts with tags and end with Each list item tag start with tag. –Attribute specified with tag is –Type: Specify the type of the bullet. It can be FILL ROUND Or SQUARE.

Unordered List Example country music monday mornings brussels sprouts

Unordered List Screenshot

Link Example CMSC104 Main page

Link Screenshot

Adding Graphics To HTML HTML allows to add static or animated images to an HTML Page. HTML accepts pictures file formats i.e..gif and.jpg /. jpeg. tag is used to add the images. This tag takes the image file as an attribute.

Image Example

Image Screenshot