HYPERTEXT MARKUP LANGUAGE (HTML) Vijaya K Pandey.

Slides:



Advertisements
Similar presentations
3.01C Multimedia Elements and Guidelines 3.01 Explore multimedia systems, elements and presentations.
Advertisements

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.
Computers: Tools for an Information Age Writing Your Own Web Page: Using HTML and Web Authoring Tools.
Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
Computer Fundamentals Multimedia MSCH 233 Lecture 10.
Web Design Vocab 3 PNG, JPG, GIF, MP3, MPEG.
Charmaine NormanCopyright What Is a Web Page Presented by Webpagemaker. Net Left click your mouse to view each frame, Web Page.
Sounds, Images & Other Objects Website Production.
3.02 Publishing Animations
HTML and Web Page Design Presented by Frank H. Osborne, Ph. D. © 2005 ID 2950 Technology and the Young Child.
Introduction to HTML CPS470 Software Engineering Fall 1998.
Introduction to HTML 2006 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
COMP101 – Exploring Multimedia and Internet Computing LA2 (Thu 14:00 – 16:50) TA: Jackie Lo.
Introduction to HTML 2004 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
IT-Academic Technology Services Using Microsoft PowerPoint 2010 for Digital Storytelling.
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.
CPSC 203: Introduction to Computers Tutorials 03 & 29 by Jie (Jeff) Gao.
© 2005 ComputerPREP, Inc. All rights reserved. HTML 4.0 and Web Page Design Module I.
HYPERTEXT MARKUP LANGUAGE (HTML)
Skill Area 212 Introduction to Multimedia Internet and MultiMedia for SC 2.
Chapter 14-Designing for the World Wide Web. Overview Introducing multimedia on the Web. Designing text for the Web. Creating images for the Web. Adding.
Section 2.1 Compare the Internet and the Web Identify Web browser components Compare Web sites and Web pages Describe types of Web sites Section 2.2 Identify.
Multimedia and Web Technology Prepared by: Asst. Prof. Maryam Eskandari.
Chapter 2 HTML (Hypertext Markup Language) Part I.
Sem 1 v2 Chapter 14: Layer 6 - The Presentation layer.
Multimedia and the Web Chapter Overview  This chapter covers:  What Web-based multimedia is  how it is used today  advantages and disadvantages.
1 Web Basics Section 1.1 Compare the Internet and the Web Compare Web sites and Web pages Identify Web browser components Describe types of Web sites Section.
Institute of Technology Sligo - Dept of Computing Sem 1 Chapter 14: Layer 6 - The Presentation layer.
WEB DESIGN USING DREAMWEAVER. The World Wide Web –A Web site is a group of related files organized around a common topic –A Web page is a single file.
CP2022 Multimedia Internet Communication1 HTML and Hypertext The workings of the web Lecture 7.
1 CSC 121 Computers and Scientific Thinking David Reed Creighton University HTML and Web Pages.
Chapter 4 (through page 110) Fluency with Information Technology 4 th edition by Lawrence Snyder (slides by Deborah Woodall : 1.
HTML 4 Foundation Level Course HyperText Markup Language Most common language used in creating Web documents. You can use HTML to create cross-platform.
Welcome to CMPE003 Personal Computer Concepts: Hardware and Software Winter 2003 UC Santa Cruz Instructor: Guy Cox.
Multimedia and The Web.
Chapter 13-Tools for the World Wide Web. Overview Web servers. Web browsers. Web page makers and site builders. Plug-ins and delivery vehicles. Beyond.
XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 1 Creating Effective Web Pages Creating HTML Documents Tutorial 8.
Exploring the Digital Domain HTML Basics. HTML Hypertext Markup Language Standard (ASCII) text with embedded format codes Most HTML tags are paired Tags.
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.
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.
Introduction to Web Design Web publishing HTML basics Web design principles Multimedia on the Web.
Hypertext Mark-Up Language Web Page Creation HTML.
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 1 Introduction to Computer Science بسم الله الرحمن الرحيم MULTIMEDIA LEVEL -9 King Khalid University Kingdom of Saudi Arabia Ministry of Higher Education.
GIF - Graphics Interchange Format JPEG - Joint Photographic Experts Group PNG - Portable Network Graphics GIF images are limited to the 8 bit palette which.
Multimedia From Greenlaw/Hepp, In-line/On-line: Fundamentals of the Internet and the World Wide Web 1 Introduction Important Multimedia Issues Audio Movies.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
HTML: Hyptertext Markup Language Doman’s Sections.
LEARNING HTML PowerPoint #1 Cyrus Saadat, Webmaster.
File Format. Graphics file Format GIF (Graphics Interchange Format) JPEG (Joint Photographic Experts Group) PNG (Portable Network Graphics) TIFF (Tag.
File Format. Graphic file Format GIF –cross-platform compatibility –developed by CompuServe as a common format for exchanging bitmapped images between.
Web Page Design Introduction. The ________________ is a large collection of pages stored on computers, or ______________ around the world. Hypertext ________.
File Analysis Dr. John P. Abraham Professor UTPA.
Chap 14 Presentation Layer Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
HTML Assoc. Prof. Rozinah Jamaludin 28 January 2010.
Writing Your Own Web Page: Using HTML and FrontPage Chapter 10.
Hypertext Markup Language.  Developed by Tim Berners-Lee in 1990  Stands for HyperText Markup Languange  A format that tells a computer how to display.
1 2/16/05CS120 The Information Era Chapter 4 Basic Web Page Construction TOPICS: Intro to HTML and Basic Web Page Design.
Layer 6 Presentation Layer. Overview Now that you have learned about Layer 5 of the OSI model, it is time to look at Layer 6, the presentation layer.
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
HTML Basics.
Creating a Home Page in HTML
HTML HYPERTEXT MARKUP LANGUAGE.
Web Design and Development
Introduction to HTML- Basics
Final Study Guide Arts & Communications.
(c) V/2-Com (Verhaart) Multimedia Elements & standards 4/15/2019 (c) V/2-Com (Verhaart)
An Introduction to HTML Pages
Presentation transcript:

HYPERTEXT MARKUP LANGUAGE (HTML) Vijaya K Pandey

HyperText Markup Language (HTML) HTML is used to create web documents including text, images, formatting, and hyperlinks to other documents. HTML documents consists of text and ‘markup’ tags which are used to define the structure, appearance, and function of the information. There are two types of markup tags: Container tags – Define a section of text using a start tag and an end tag. For example, text placed inside of these tags would appear in bold: Hello Empty tags – represent a single occurrence of an instruction.

Text Authoring Tools Any text editor can be used to create HTML documents. The most commonly used text editors are: Notepad (Windows) WordPad (Windows) Simpletext (Macintosh)

WYSIWYG Authoring Tools What You See is What You Get (WYSIWYG) authoring tools provide graphical user interfaces to simplify the creation of HTML documents. Examples of WYSIWYG authoring tools are: FrontPage by Microsoft Dreamweaver by Macromedia PageMill by Adobe

Structure of an HTML Document An HTML document is divided into two main sections: Heading - The HEADing contains information describing the document, such as its title. The heading section is indicated by the and tags. Body - The BODY section is where the Web document text, graphics, and other elements are placed. The body section is indicated by the and tags.

Example of an HTML Document Title of the document The content of the document......

Graphic Files HTML supports two main graphic file formats: —GIF - Graphics Interchange Format (pronounced GIF/JIF) —GIF files should be used for images such as logos, cartoons, and icons. —JPG – Joint Photographic Expert Group (A jpg encoded graphics file - pronounced JAY-PEG) —JPG files should be used for photographs and paintings. It also supports: —Portable Network Graphics (PNG) —PNG is an open standard. —is a raster graphics file format that supports lossless data compression

Multimedia File Formats Multimedia files are used to provide audio and video. Audio and video may be supplied in two ways: Streaming Non-Streaming Non-streaming files must be downloaded in their entirety to the hard disk drive of the user’s machine before playing can begin. Streaming technology was developed to overcome the issue of download time.

Multimedia File Formats AVI – Audio-Video Interleaved (A standard format for computers) MOV – QuickTime Video (Format developed by Apple Computer that displays video, audio, and animation on Mac and Windows) MIDI – Musical Instrument Digital Interface (Audio format used for synthesized music rather than recordings. Files are smaller than WAV files MPG/MP3 – MPEG (Moving Picture Experts Group) – High quality compressed format for audio and video WAV – Used for high quality recordings for both mono and stereo audio tracks. Creates relatively large files.

HTML Tags HTML –tags are enclosed in symbols and usually come in pairs. Examples: Opening tag is paired with closing tag

Attributes & Values Some tags have attributes that can be set Values for the attributes are enclosed by double quotes Here are two examples of attributes that can be set with the font tag: The attribute is size and the value is “5” The attribute is color and its value is “#FF0000”.

Some Common Tags...,... the header numbers are used to denote levels in a document (similar to headers found in word processors). h1 uses a very large font for the text h2 is large, but not as large as h1 h3 is smaller than h2, and so on - the paragraph tag is used to create a paragraph. The closing paragraph tag is required.

Some Common Tags.. Text formatting tags bold bold underline underline italic italic

Some Common Tags.. Alignment tags your text

Some Common Tags.. Ordered list (numbers) First row Second row Output 1. First row 2. Second row

Some Common Tags.. Unordered list (bullets) First row Second row Output  First row  Second row

References Chuan, Hu (2012). Introduction to HTML (Lecture Slides). en.wikipedia.org/wiki/HTML