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.

Slides:



Advertisements
Similar presentations
Introduction to HTML
Advertisements

Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
Hyper Text Markup Language.  HTML is a language for describing web pages.  HTML stands for Hyper Text Markup Language  HTML is not a programming language,
WeB application development
ASHIMA KALRA.  WHAT IS HTML WHAT IS HTML  HTML TAGS HTML TAGS  FORMATTING TAGS FORMATTING TAGS.
Creating and Editing a Web Page Using Inline Styles
Basic HTML Tags.
How Tags are used to form your Web Page
1 eVenzia Technologies Learning HTML, XHTML & CSS Chapter 1.
INTRO TO THE WWW. What is the World Wide Web? The World Wide Web (WWW) is most often called the Web. The World Wide Web (WWW) is most often called the.
Hypertext Markup Language. Platform: - Independent  This means it can be interpreted on any computer regardless of the hardware or operating system.
Creating a Web Page HyperText Markup Language. HTML Documents  Created using any text editor  Notepad  Vi, Pico, or Emacs  If using word-processor,
HTML BASIC
 Definition of HTML Definition of HTML  Tags in HTML Tags in HTML  Creation of HTML document Creation of HTML document  Structure of HTML Structure.
Basic HTML The Magic Of Web Pages. Create an HTML folder  Make a folder in your H drive and name it “HTML”. We will save EVERYTHING for this unit here.
CPSC 203 Introduction to Computers Lab 39, 40 By Jie (Jeff) Gao.
CpSc 462/662: Database Management Systems (DBMS) (TEXNH Approach) HTML Basics James Wang.
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.
Basic XHTML Module 2: XHTML Basics LESSON 1. Module 2: XHTML Basics LESSON 1 Lesson Overview In this lesson, you will learn to:  Write XHTML code using.
HTML Overview Part 2 – Paragraphs, Headings, and Lines 1.
Define html document byusing Example : Title of the document The content of the document......
Headings, Paragraphs, Formatting, Links, Head, CSS, Images
Web Design Using HTML Codes. WHAT DO I NEED TO BEGIN DESIGNING A HOME PAGE? 1.YOU NEED A FOLDER (also called a DIRECTORY) You should set up a folder or.
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. WHAT IS HTML HTML stands for Hyper Text Markup Language HTML is not a programming language, it is a markup language A markup language is a set of.
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Extended Learning Module F Building a Web Page with HTML.
HTML Basic I IST2101. Keep In Mind Programming can be time consuming. Plan ahead!
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.
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.
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.
15.1 Fundamentals of HTML.
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.
Computer Information Technology – Section 3-4. HTML – The Language of the Internet Objectives: The Student will: 1. Look at HTML 2. Understand the basic.
Introduction to HTML. Slide 1 Hard-Coding What is hard-coding? –Creating the page in a text editor just using HTML A Web designer should know how to hard-
IS1811 Multimedia Development for Internet Applications Lecture 4: Introduction to HTML Rob Gleasure
HTML Basic IST2101. Keep In Mind Programming can be time consuming. Plan ahead!
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
Introduction to HTML Wah Yan College (Hong Kong) Mr. Li C.P.
HTML Structure & syntax. Introduction This presentation introduces the following: Doctype declaration HTML Tags, Elements and Attributes Sections of a.
HTML: Hyptertext Markup Language Doman’s Sections.
CPSC 203 Introduction to Computers Lab 33 By Jie Gao.
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.
Introducing the World Wide Web Internet- a structure made up of millions of interconnected computers whose users communicate with each other and share.
15.1 Fundamentals of HTML DeKalb County School System.
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.
COMP303 - Internet Based Programming
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
Headings are defined with the to tags. defines the largest heading. defines the smallest heading. Note: Browsers automatically add an empty line before.
Creating and Editing a Web Page
HTML HYPER TEXT MARKUP LANGUAGE. INTRODUCTION Normal text” surrounded by bracketed tags that tell browsers how to display web pages Pages end with “.htm”
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.
1 2/16/05CS120 The Information Era Chapter 4 Basic Web Page Construction TOPICS: Intro to HTML and Basic Web Page Design.
Creating and Editing a Web Page Using Inline Styles
HTML rev 01/09/2016 Hyper Text Markup Language. HTML -history  Hypertext Markup Language is the main language for creating web pages . It was first.
HTML-I Basic HTML Elements. HTML (Hyper Text Markup Language) HTML is a document layout and hyperlink- specification language. i.e. a language used to.
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. 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.
CITE303 - Internet Based Programming Lecture notes: Week 1 Instructor:Dr. Tolgay KARANFİLLER.
HTML Basic IST 210: Organization of Data IST2101.
HTML Introduction. Lecture 7 What we will cover…  Understanding the first html code…  Tags o two-sided tags o one-sided tags  Block level elements.
Introduction to HTML (Web Design) IT Fundamentals.
Online PD Basic HTML The Magic Of Web Pages
Introduction to HTML.
HTML Lesson 2.
HTML.
Presentation transcript:

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 tags  The markup tags tell the Web browser how to display the page  An HTML file must have an.htm or.html file extension  An HTML file can be created using a simple text editor

Do You Want to Try It?  If you are running Windows, start Notepad.  Type in the following text: Title of page This is my first homepage.

Saving your file  Please create a new folder in your Z: drive and call it HTML_Folder  Go back to your notepad document and select File \ Save as  Change the Save as type to All Files  Enter a File name: “mypage” followed by “.” and “htm”  Click Save

Opening your file in a Browser  Open your HTML_Folder  Right click on your mypage.htm file and select open with:  Select Internet Explorer  IE should now open and you should see an address in the dialog box: Z:\HTML_Folder\mypage.htm

Try this at Home!!! Opening your file in a Browser  Start your Internet browser.  Select "Open" (or "Open Page") in the File menu of your browser. A dialog box will appear.  Select "Browse" (or "Choose File") and locate the HTML file you just created - "mypage.htm" - select it and click "Open".  Now you should see an address in the dialog box, for example "C:\MyDocuments\mypage.htm".  Click OK, and the browser will display the page.

What do the tags mean.  The first tag in your HTML document is. This tag tells your browser that this is the start of an HTML document.  The last tag in your document is. This tag tells your browser that this is the end of the HTML document.

The tag  The text between the tag and the tag is header information.  The head element can contain information about the document.  The browser does not display the "head information" to the user.

The tag  This element defines the title of the document.  You will see the title on the top bar of your browser when you open the page.  The title will also be used as the name of the link in your favorites.

The tag  The text between the tags is the portion of your html document that will be displayed in your browser.  It contains all the contents of the document (like text, images, colors, graphics, etc.).

HTM or HTML Extension?  When you save an HTML file, you can use either the.htm or the.html extension.  I have used.htm in my examples.  The use of the.htm goes back to the 8.3 notation which was used in DOS.

The to tags  Headings are defined with the to tags.  defines the largest heading.  defines the smallest heading. This is a heading  HTML automatically adds an extra blank line before and after a heading.

The tag  Paragraphs are defined with the tag. This is a paragraph This is another paragraph  HTML automatically adds an extra blank line before and after a paragraph.

The tag  The line break tag is used when you want to end a line, but don't want to start a new paragraph. The tag forces a line break wherever you place it. This is a para graph with line breaks This is a para graph with line breaks  The tag is an empty tag. It has no closing tag.

The tag  The tag inserts a horizontal rule. ______________________________  The tag should be closed  Does this make sense  Try this instead

Comments in HTML  The comment tag is used to insert a comment in the HTML source code.  A comment will be ignored by the browser.  You can use comments to explain your code, which can help when you edit the source code at a later date.  Note that you need an exclamation point after the opening bracket, but not before the closing bracket.

Basic HTML Tags  TagDescription  Defines an HTML document  Defines the document's body  to Defines header 1 to header 6 to  Defines a paragraph  Inserts a single line break  Defines a horizontal rule  Defines a comment

How to View HTML Source  Have you ever seen a Web page and wondered "How do they do that?"  To find out, simply click on the VIEW option in your browsers toolbar and select SOURCE or PAGE SOURCE. This will open a window that shows you the actual HTML of the page.

Here are some Text Formatting Tags  TagDescription  Defines bold text  Defines big text  Defines emphasized text  Defines italic text  Defines small text  Defines strong text  Defines subscripted text  Defines superscripted text  Defines inserted text  Defines deleted text

Create your own web page  Set the file name as “FirstName.htm”  Set the title as “FirstName LastName First Web Site”  Use the following format for your page: Name Computer Tech Period ___ Use several horizontal rules on the page Write three short paragraphs about creating a web page. Use at least four of the Text Formatting Tags in your paragraphs. Include a list of tags using line breaks to separate them.