What is Markup and Markup Languages? What is HTML? A Basic HTML Document Basic HTML Tags Tag Attributes and Text Formatting Tags Insert Hyperlinks Add.

Slides:



Advertisements
Similar presentations
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.
Advertisements

HTML Basics Customizing your site using the basics of HTML.
Computers: Tools for an Information Age Writing Your Own Web Page: Using HTML and Web Authoring Tools.
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.
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: HyperText Markup Language Hello World Welcome to the world!
WeB application development
INTRODUCTION TO HYPERTEXT MARKUP LANGUAGE 1. Outline  Introduction  Markup Languages  Editing HTML  Common Tags  Headers  Text Styling  Linking.
HTML Minute University Richard Fisher 10/1/2001 HTML FSA Training2 HTML Overview  HTML  HyperText Markup Language.
1 Outline 9.1Introduction 9.2Markup Languages 9.3Editing HTML 9.4Common Tags 9.5Headers 9.6Text Styling 9.7Linking 9.8Images 9.9Formatting Text With 9.10Special.
 2001 Deitel & Associates, Inc. All rights reserved. 1 Outline 9.1Introduction 9.2Markup Languages 9.3Editing HTML 9.4Common Tags 9.5Headers 9.6Text Styling.
Introduction to HTML CPS470 Software Engineering Fall 1998.
 2008 Pearson Education, Inc. All rights reserved. 1 Introduction to HTML.
COMP101 – Exploring Multimedia and Internet Computing LA2 (Thu 14:00 – 16:50) TA: Jackie Lo.
Creating a Web Page HyperText Markup Language. HTML Documents  Created using any text editor  Notepad  Vi, Pico, or Emacs  If using word-processor,
HTML Introduction HTML
ETT 429 Spring 2007 Web Design I.
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.
Multimedia and Web Technology Prepared by: Asst. Prof. Maryam Eskandari.
Chapter 2: The Client Side: HTML CIS 275—Web Application Development for Business I.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
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 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.
HTML HyperText Markup Language Constantly evolving - extra facilities being added regularly Java applets and JavaScript used to increase functionality.
4 HTML Basics 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.
Understanding HTML Code
HTML history, Tags, Element. HTML: HyperText Markup Language Hello World Welcome to the world!
CP2022 Multimedia Internet Communication1 HTML and Hypertext The workings of the web Lecture 7.
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Extended Learning Module F Building a Web Page with HTML.
1 CSC 121 Computers and Scientific Thinking David Reed Creighton University HTML and Web Pages.
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.
Chapter 4 (through page 110) Fluency with Information Technology 4 th edition by Lawrence Snyder (slides by Deborah Woodall : 1.
Html Basic Codes Week Two. Start Your Text Editor Windows use 'Notepad’ Macintosh use 'Simple Text'
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
Copyright 2006 South-Western/Thomson Learning Chapter 17 Creating and Linking Web Pages.
XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 1 Creating Effective Web Pages Creating HTML Documents Tutorial 8.
XP 1 HTML Committed to Shaping the Next Generation of IT Experts. 01: Introduction to HTML.
Web Page Creation Part I ST: Introduction to Web Interface Design Prof. Angela Guercio.
Just Enough HTML How to Create Basic HTML Documents.
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,
Introduction to HTML Wah Yan College (Hong Kong) Mr. Li C.P.
HTML: Hyptertext Markup Language Doman’s Sections.
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.
HTML for ISD Brown Bag Presentation Session 2 What we will cover:  Basics of HTML  How to make your first page  Links  Text formatting.
4 HTML Basics 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.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
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.
Writing Your Own Web Page: Using HTML and FrontPage Chapter 10.
REEM ALMOTIRI Information Technology Department Majmaah University.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
1 HTML. 2 Full forms WWW – world Wide Web HTTP – Hyper Text Transfer Protocol HTML – Hyper Text Markup Language.
HTML And the Internet. HTML and the Internet ► HTML: HyperText Markup Language  Language in which all pages on the web are written  Not Really a Programming.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 1 Using HTML to Create Web Pages.
HTML Basics.
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
LAB Work 01 MBA 61062: E-Commerce
Introduction to XHTML.
COMPUTING FUNDAMENTALS
Computers and Scientific Thinking David Reed, Creighton University
Creating a Web Page Using HTML
Cheat Sheet CSCI 100 JW Ryder
Introduction to HTML.
Presentation transcript:

What is Markup and Markup Languages? What is HTML? A Basic HTML Document Basic HTML Tags Tag Attributes and Text Formatting Tags Insert Hyperlinks Add Images 7Understanding HTML

Markup (p.4) Originally refers to the handwritten indicators on an author’s manuscripts 7.1 What is Markup and Markup Languages? The idea of markup Notify a typesetter the layout of a document and the typeface to use

Markup languages 7.1 What is Markup and Markup Languages? Instruct web browsers how to display documents by adding different ‘tags’ of a markup language. Different markup languages include HTML XHTML MathML

Hypertext Markup language 7.2 What is HTML? Father of the WWW -- Tim Berners-Lee Invented by Tim Berners-Lee in 1991 One of the most common markup languages

Hypertext Markup language Web page editing programs include Window Notepad Macromedia Dreamweaver Microsoft FrontPage Markup tags are always enclosed in angle- brackets ( <> ) HTML Markup tags (tags in pairs) 7.2 What is HTML?

Basic Structure of an HTML Document 7.3 A Basic HTML Document The basic structure of HTML tags

Activity: Use notepad to build a web page :multimeda 1. Create a folder “html” in desktop. 2.Open notepad to create the html file. 3.Add the title “multimedia” 4.Save the page as “mm.htm” in the folder “html” 5.Watch it in browser.

Balanced and Nested Structure 7.3 A Basic HTML Document Balanced and unbalanced structure of an HTML document A pair of tags enclosed within another pair of tags are regarded as a nested structure They CANNOT cross over each other.

Heading Tags 7.4Basic HTML Tags The heading tags display : defines the larges heading : defines the smallest heading An extra blank line is always inserted after each heading

Font Style: Bold, Italic, Underline 7.5Tag Attributes and Text Formatting Tags … : Bold … : Italic … : Underline

Activity: Use notepad to build a web page :multimeda 1. Use H3, bold text to add a title: “My Multimedia files”

Paragraph Tags 7.4Basic HTML Tags : defines a new paragraph An extra blank line is always inserted after each paragraph The end tag is optional Do M.C. Q.4

Line Break Tag 7.4Basic HTML Tags The line break tag display : forces a line break without starting a new paragraph No end tag is needed

Font Size and Font Type 7.5Tag Attributes and Text Formatting Tags : defines the typeface and size of the font used Scale from size 1 (smallest) to size 7 Font size defined by the size attribute

Font Size and Font Type 7.5Tag Attributes and Text Formatting Tags Font type defined by the face attribute

7.7Add Images : defines an image to be displayed on a web page Add src attribute specifying the location of the image <IMG src= images/tree.jpgimages/tree.jpg>

The ALT Attribute 7.7Add Images The alt attribute alt attribute: defines the alternate text for an image. Especially useful when an image cannot be properly displayed alternate text

Activity: Use notepad to build a web page :multimeda 1. Put an image file to the folder “html”. 2.Center align the title. 3.Add the following sentence under the title using different font typefaces and left align: “My image file” 4.Add an image file with ALT attribute.

Extra: adding multimedia files: Audio: Video: Animation:

Activity: Use notepad to build a web page :multimeda 1. Put an audio file, video file and animation file to the folder “html”. 2.Insert an audio file, video file and animation file to your web page with suitable description.

Ordered and Unordered Lists 7.5Tag Attributes and Text Formatting Tags … : displays information in an ordered list format (point form) … : added to each listed text An ordered list

Ordered and Unordered Lists 7.5Tag Attributes and Text Formatting Tags An unordered list … : displays information in an unordered list format (bullet points)

The Anchor Tags … : defines a hyperlink to a resource on the Web The resource could be HTML document Image Audio Animation The resource is specified in the href attribute. 7.6Insert Hyperlinks

The Anchor Tags 7.6Insert Hyperlinks If both web pages are stored in the same folder (html/), only the filename of the web page is needed to be included in the href attribute

The Target Attribute 7.6Insert Hyperlinks …target=“_blank” : instructs the browser to open the specified resource in a new browser window

The Mailto Link 7.6Insert Hyperlinks mailto : links web page to a mail message The default software will be launched after clicking the mailto link.