HTML - basic tags - How to learn more. What is HTML? HyperText Markup Language HTML5: – Recommended by the W3C.

Slides:



Advertisements
Similar presentations
HTML popo.
Advertisements

HTML: HyperText Markup Language Hello World Welcome to the world!
MMDE5011 – INTERACTIVE MEDIA PRACTICE 1 WEEK 1: INTRODUCTION TO HTML5
Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 3: XHTML Coding © 2007 Prosoft Learning Corporation All rights reserved ITD 110 Web Page.
HTML and Web Page Design Presented by Frank H. Osborne, Ph. D. © 2005 ID 2950 Technology and the Young Child.
HTML and XHTML Controlling the Display Of Web Content.
Introduction to HTML CPS470 Software Engineering Fall 1998.
23-Jun-15 HTML. 2 Web pages are HTML HTML stands for HyperText Markup Language Web pages are plain text files, written in HTML Browsers display web pages.
F DIGITAL MEDIA: COMMUNICATION AND DESIGN INTRODUCTION TO XML AND XHTML.
XP 1 New Perspectives on Creating Web Pages with HTML Tutorial 1: Developing a Basic Web Page.
Developing a Basic Web Page with HTML
Introducing XHTML: Module B: HTML to XHTML. Goals Understand how XHTML evolved as a language for Web delivery Understand the importance of DTDs Understand.
Chapter 2 Introduction to HTML5 Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
Introduction to HTML. What is a Web site? A collection of "pages" or files linked together and available on the World Wide Web What do you need to create.
CpSc 462/662: Database Management Systems (DBMS) (TEXNH Approach) HTML Basics James Wang.
_ HTML, XHTML & CSS Sami Niemelä | Module 1: Introduction to digital media: Day 02.
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)
Week 1 Understanding the Web Design Environment. 1-2 HTML: Then and Now HTML is an application of the Standard Generalized Markup Language Intended to.
 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.
HTML history, Tags, Element. HTML: HyperText Markup Language Hello World Welcome to the world!
Using Html Basics, Text and Links. Objectives  Develop a web page using HTML codes according to specifications and verify that it works prior to submitting.
Learning Web Design: Chapter 4. HTML  Hypertext Markup Language (HTML)  Uses tags to tell the browser the start and end of a certain kind of formatting.
CP2022 Multimedia Internet Communication1 HTML and Hypertext The workings of the web Lecture 7.
1 Web Developer Foundations: Using XHTML Chapter 2 Key Concepts.
>> Introduction to HTML: Tags. Hyper - is the opposite of linear Text – words / sentences / paragraphs Mark-up – Marking the text Language – It is a language.
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.
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.
Copyright © 2013 MyGraphicsLab / Pearson Education STRUCTURE AND HTML TAGS MyGraphicsLab: Adobe Dreamweaver CS6 ACA Certification Preparation for Web Communication.
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.
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.
IS1811 Multimedia Development for Internet Applications Lecture 4: Introduction to HTML Rob Gleasure
XP 1 New Perspectives on Creating Web Pages with HTML Tutorial 1: Developing a Basic Web Page.
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
HTML: Hyptertext Markup Language Doman’s Sections.
XHTML 1.1  Derived from Standard Generalized Markup Language (SGML) of ISO  XHTML concerned primary with content rather than presentation and style 
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.
ECA 228 Internet/Intranet Design I Intro to Markup.
COP 3813 Intro to Internet Computing Prof. Roy Levow Lecture 2.
4 Chapter Four Introduction to HTML. 4 Chapter Objectives Learn basic HTML commands Discover how to display graphic image objects in Web pages Create.
Introduction to HTML Xiangming Mu 9/23/ Learning Objectives Understand basic HTML tags and their attributes Learn to create a simple HTML page.
Web Development & Design Foundations with XHTML Chapter 2 HTML/XHTML Basics.
CIS234A- Lecture 7 Instructor Greg D’Andrea. Tables A table can be displayed on a Web page either in a text or graphical format. A text table: – contains.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 2 Key Concepts 1 Copyright © Terry Felke-Morris.
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.
COP 3813 Intro to Internet Computing Prof. Roy Levow Lecture 2.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
Asstt. Prof Sonia Sharma Computer Dept 1 HTML ( Hypertext MarkUP Language ) HTML is the lingua franca for publishing hypertext on the World Wide Web.
HTML World Wide Web Consortium What does HTML stand for? – – –
XP Review 1 New Perspectives on JavaScript, Comprehensive1 Introducing HTML and XHTML Creating Web Pages with HTML.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
Introduction to Web Authoring Ellen Cushman /wra210.htm Class mtg. #2.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
XP 1 HTML Tutorial 1: Developing a Basic Web Page.
HTML Tags BTT1O. HTML  Documents written in hypertext markup language can be interpreted by all web browsers.  This language lets the web page developer.
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
INT222 – Internet Fundamentals
Tutorial #1 Using HTML to Create Web Pages. HTML, XHTML, and CSS HTML – HyperText Markup Language The tags the browser uses to define the content of the.
1 HTML. 2 Full forms WWW – world Wide Web HTTP – Hyper Text Transfer Protocol HTML – Hyper Text Markup Language.
Chapter 4 HTML Tags. HTML is written in something called tags. Tags come in pairs, an opening one and a closing one. The first pair of tags we'll write.
Introduction to Web Authoring Bill Hart-Davidson AIM: billhd30 Session 2
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 1 Using HTML to Create Web Pages.
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
AN INTRODUCTORY LESSON TO MAKING A SIMPLE WEB PAGE By: RC Emily Solis
Introduction to XHTML.
Introduction to HTML- Basics
Lesson 2: HTML5 Coding.
Presentation transcript:

HTML - basic tags - How to learn more

What is HTML? HyperText Markup Language HTML5: – Recommended by the W3C

HTML “ HTML is the lingua franca for publishing hypertext on the World Wide Web ” Structure and format of documents defined by. Enables connections between documents through hyperlinks

HTML Earlier version of HTML (HTML 4.1) offered : – text – multimedia – hyperlink features – scripting languages – style sheets

HTML 4 Strengths: Standard (ISO 8879) Text-based => interoperability Issues: Consequences of popularity and flexibility (sloppy syntax) Explosion of device types (Mobile phones, PDAs, appliances, etc)

HTML – conceptually Attractive proposition: Basic set of HTML tags Extension framework

HTML5 – In practice Today ’ s standard for web development Backwards compatible with earlier versions Good browser compatibility Extensions developed for non-standard devices Makes programming for accessibility easier Allows separation of content and style (e.g.for mobile delivery) Easy to learn – Countless resources available – –

Historical summary SGML XML HTML XHTML

Basic example Hello World!

Hello World

Another basic example

Hello world 2 Some formatted text This is a paragraph. Text can be formatted easily: italic, Bold, underlined, italic and underlined (note that underlining isn't a good stylistic choice on the web, guess why?). A bullet list Apples Pears Bananas Oranges Author: Grégory Leplâtre

Hello world 2 – (1) (…) Some formatted text (…)

Hello world 2 – (2) (…) This is a paragraph. Text can be formatted easily: italic, Bold, underlined, italic and underlined (note that underlining isn't a good stylistic choice on the web, guess why?). (…)

Hello world 2 – (3) (…) Apples Pears Bananas Oranges (…)

(…) Author: Grégory Leplâtre (…)

What we have learnt Links: – (not yet) Structural tags: –,,,,, Formatting tags: –,, Graphical elements: – Special characters: – é â

HTML components 1.A DOCTYPE: 2. The tag (must be the first tag of the document, after 1) 3. and tags. 4.The head must contain a character set definition and a.

5. tag The title appears at the top of the browser. Can be used by search engines. Literally: information about (the page). A typical page will contain several of these tags. Works with name/content pairs: specifies the style sheet to be used (more on this in the CSS lecture)

Title My first web page

Character set definition

5. tag The content of the page must be included within the tag.

Proper HTML Hello World!

HTML5 Hello World! Hello World! page Hello World!

HTML tags

Headings,, … (h1 largest font, h6, smallest font) Example: Some Basic Examples Example 1: formatting

Spacing – non-breaking space: forces the browser to display a white space. starts a new paragraph (which must be concluded with a ). - line break: starts a new line.

Text formatting Bold: or Italics: or Underline: Preformatted text:

Lists There are three types of lists: Ordered lists – numbered Unordered lists – bullet Definition lists

Ordered lists Apples Bananas Oranges Pears

Unordered lists Apples Bananas Oranges Pears

Nested lists 1.Starters Sea food chowder Soupe du jour Goats cheese salad 2.Main courses Haggis Sea bass Risotto 3.Sweets – Chocolate mousse – Carrot cake – Apple tart

Tables 2-dimensional representation of data: tag to create a table, contains … tag for each line, which contains … tag for each column In addition: table headings Formatting: Tag attributes

Table example

Tables – Important attributes border: border width (0 used frequently) cellspacing: space between cells cellpadding: space between the cell walls and content width: width of the table (% or pixels)

Links One tag, four types of links: 1.Link to a location on the same page 2.Link to a document relative to the current document 3.Absolute link to a document 4. link General format: Text to display The above HTML code will look like: Text to display

1. Link within document HTML codeOutcome of HTML in your browser ……. 1. Introduction 2. Discussion …… Introduction ……. Discussion ……. 1. Introduction 2. Discussion Introduction …… Discussion

1. Link within document Two steps: 1. defines a hypertext link that specifies where you want to go within a document Go to part 1 2. defines the place where you will jump to with a document when you click on the above link Part 1 is here The # sign indicates a location within a document and must be included.

2. Relative link Link to a document on the same server: link text Example: teaching main page

3. Absolute link Link to a document on the same server: link text Example: teaching main page

Images Images are added using the tag: Pictures can be used as links:

Audio and Video? HTML doesn ’ t support these. Links to audio or video files are possible. Ways to embed media in web pages involves plugins … For multimedia students next year …

Final Exercise My Web Page My name is: Xxxxxx Xxxxxxx My characteristics are: Height180 cm Weight65 Kg Age22

Summary eXtensible Learning Process – Simple basic principle (tags) – Expand your tag knowledge (w3schools) Practice – Next practical – At home

Next week Laboratory exercise – HTML Lecture – Styling (CSS+ design issues)