CP2022 Multimedia Internet Communication1 HTML and Hypertext The workings of the web Lecture 7.

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

Basic HTML Workshop LIS Web Team Spring 2007.
HTML popo.
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.
HTML. The World Wide Web Protocols Addresses HTML.
WeB application development
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.
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.
CIS101 Introduction to Computing
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.
HTML Introduction HTML
Basic HTML Workshop LIS Web Team Fall What is HTML? Stands for Hyper Text Markup Language Computer language used to create web pages HTML file =
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.
CIS101 Introduction to Computing Week 06. Agenda Your questions Excel Exam during second hour Our status after the snow day Introduction to the Internet.
 Definition of HTML Definition of HTML  Tags in HTML Tags in HTML  Creation of HTML document Creation of HTML document  Structure of HTML Structure.
HYPERTEXT MARKUP LANGUAGE (HTML) Vijaya K Pandey.
Basics of HTML.
© 2012 Adobe Systems Incorporated. All Rights Reserved. LEARNING THE LANGUAGE OF THE WEB INTRODUCTION TO HTML AND CSS.
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.
Web Design I Spring 2009 Kevin Cole Gallaudet University
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.
 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.
Objectives: 1. Create a Skeleton HTML 2. View a Skeleton File Through a Server and Browser 3. Learn HTML Body Tags for the Display of Text and Graphics.
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.
XP Mohammad Moizuddin Creating Web Pages with HTML Tutorial 1 1 New Perspectives on Creating Web Pages With HTML Tutorial 1: Developing a Basic Web Page.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
Course Content - Chapter 2 Introduction to HTML Introduction to a Text Editor as a web authoring tool Instructional Activity: Creating a webpage using.
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.
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.
Basic HTML PowerPoint How Hyper Text Markup Language Works
Creating Webpage Using HTML
IS1811 Multimedia Development for Internet Applications Lecture 4: Introduction to HTML Rob Gleasure
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 web development and HTML MGMT 230 LAB.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
Web software. Two types of web software Browser software – used to search for and view websites. Web development software – used to create webpages/websites.
HTML: Hyptertext Markup Language Doman’s Sections.
Introduction to HTML Xiangming Mu 9/23/ Learning Objectives Understand basic HTML tags and their attributes Learn to create a simple HTML page.
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 BTEC National in Computing Section5. Create Information “HTML: defining HTML, discussing HTML uses and demonstrating HTML basics, HTML structure…..
HTML GUIDE Press F5 and then Click on the links on the left to get to the section you want Section 1: Getting Started Section 2: Moving Banner Section.
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.
2.1 XHTML. Motto High thoughts must have high language. –Aristophanes.
HTML HyperText Markup Language. Text Files An array of bytes stored on disk Each element of the array is a text character A text editor is a user program.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
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.
University of South Asia Course Name: Web Application Prepared By: Md Rezaul Huda Reza
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
CHAPTER TWO HTML TAGS. 1.Basic HTML Tags 1.1 HTML: Hypertext Markup Language  HTML stands for Hypertext Markup Language.  It is the markup language.
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.
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
CIS 228 The Internet Day 2, 9/1/11 Hypertext. The Course Instructor: Bowen Alpern Office hour: GI 137-I, 4-5pm Tu.
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.
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.
INTRODUCTION TO HTML AND CSS
Introduction to XHTML.
INTRODUCTION TO HTML AND CSS
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
Basic HTML Workshop.
Presentation transcript:

CP2022 Multimedia Internet Communication1 HTML and Hypertext The workings of the web Lecture 7

CP2022 Multimedia Internet Communication2 HTML : Hypertext mark-up language HTML is the most widely used method of structuring a hypertext document Web pages are written in HTML and use URL’s (universal/uniform resource locators) to form links to documents and/or files e.g HTML document A simple text based document with tags Can be created with simple text editors Notepad in Windows via tools which generate HTML Word, Dreamweaver, etc

CP2022 Multimedia Internet Communication3 Document Structure Simple HTML documents can start with and finish with In between and is where the document title /main heading info is placed the main detail content of the page is placed in between and

CP2022 Multimedia Internet Communication4 A Simple Document Simple HTML document: This is my home page! It will appear on screen as This is my home page! HTML can specify graphics, video, and audio content as well as simple text for the web page

CP2022 Multimedia Internet Communication5 HTML Tags HTML tags are always in angled brackets and usually tag the start and finish of a section of text - to specify attributes e.g.: Hello tags the word hello so that it will appear onscreen as bold The bold italic tags are illustrated in this example I am very interested in HTML. To give: I am very interested in HTML.

CP2022 Multimedia Internet Communication6 More about Tags …. Apart from the bold and italic tags there are tags to change the font size and colour as well as to underline your text When Web browsers read HTML files they always ignore ‘usual’ paragraphs and line endings in the document You have to use special tags to declare paragraphs The tag signifies the start of a new paragraph (and denotes end of paragraph)

CP2022 Multimedia Internet Communication7 Paragraphs and lists There are special tags which operate on whole paragraphs at a time These tags allow you to give instructions for displaying paragraphs, such as whether they should be centred, left justified or right justified HTML has a range of special tags to allow you to set up lists The list styles include numbered lists and bulleted lists …….. experiment !

CP2022 Multimedia Internet Communication8 HTML tags TagDescriptionNNIE Defines a comment Defines the document type Defines an anchor Defines an abbreviation6.2 Defines an acronym Defines an address element Defines an applet Defines an area inside an image map Defines bold text Defines a base URL for all the links in a page Defines a base font Defines the direction of text display Defines big text Defines a long quotation Defines the body element3.03.0

CP2022 Multimedia Internet Communication9 HTML Tags - sources There are good examples/tutorials at Full definitions at HTML 4 is now given as XHTML 1.0

CP2022 Multimedia Internet Communication10 Pictures Pictures can be included in web pages - using the tag Important - the pictures themselves are not stored in the HTML document ; just the mark-up language image is stored in separate file e.g. this displays the ‘logo’ graphic or the text:- ‘logo image’ (if image not accessible)

CP2022 Multimedia Internet Communication11 Hyperlinks You can include links in your document (formed using tags) Links are words or pictures which when ‘clicked on’ take you to another web page or open up a file (audio/video for example) There is a special tag text or picture the text / picture is now defined as a link (to the location specified by ‘xyz’ - usually a URL address of a page/file)

CP2022 Multimedia Internet Communication12 Hyperlink example Using text as the clickable link e.g. Lecture 7 - HTML and hypertext Using an image as the clickable link e.g.

CP2022 Multimedia Internet Communication13 Using style An internal stylesheet example code { color: green; font-family: monospace; font- weight: bold; } This is text that uses our internal stylesheet.

CP2022 Multimedia Internet Communication14 Style example – Screen output

CP2022 Multimedia Internet Communication15 Cascading Style Sheets Often used by software to create web pages Allows full control of page display Definitions available from

CP2022 Multimedia Internet Communication16 Evolving techniques The Web is evolving…… Research into semantic web Intelligent use of web-based resources allowing Re-use of information by different applications organisations and users Uses resource description framework (RDF)

CP2022 Multimedia Internet Communication17 Summary Basic HTML is used to specify the content and layout of web pages HTML documents contain text plus tags to tell the web browser how to format the text The documents can also contain tags for links to other pages and files (such as audio/video), and to display still images as part of the page Web page creation and management techniques are evolving rapidly