< REVIEW > How HTML looks like (Overview)? Page title here Main page content comes here.

Slides:



Advertisements
Similar presentations
Web Development & Design Foundations with XHTML
Advertisements

Chapter 2 HTML Basics Key Concepts
INTRODUCTION TO HYPERTEXT MARKUP LANGUAGE 1. Outline  Introduction  Markup Languages  Editing HTML  Common Tags  Headers  Text Styling  Linking.
Cascading Style Sheets. CSS stands for Cascading Style Sheets and is a simple styling language which allows attaching style to HTML elements. CSS is a.
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.
13 February Building a Web Page. HTML Files Two types of information Text Instructions on how to display Instructions are in the form of tags Tags are.
Web Page Development Identify elements of a Web Page Start Notepad
Basic HTML UCR Webmasters Support Group Derk Adams.
HTML: PART ONE. Creating an HTML Document  It is a good idea to plan out a web page before you start coding  Draw a planning sketch or create a sample.
Session: 3. © Aptech Ltd. 2Formatting Text using Tags / Session 3  Explain the Heading tag  Explain the different tags related to formatting  Explain.
HTML Tags. Objectives Know the commonly used HTML tags Create a simple webpage using the HTML tags that will be discussed.
Basics of HTML Shashanka Rao. Learning Objectives 1. HTML Overview 2. Head, Body, Title and Meta Elements 3.Heading, Paragraph Elements and Special Characters.
Chapter 2: The Client Side: HTML CIS 275—Web Application Development for Business I.
Define html document byusing Example : Title of the document The content of the document......
Learning HTML. HTML Attributes HTML elements can have attributes Attributes provide additional information about an element Class – specifies a class.
ACM 511 HTML Week -1 ACM 511 Course Notes. Books ACM 511 Course Notes.
HTML H yper T ext M arkup L anguage. HTML HTML is NOT case sensitive However, proper coding etiquette if for all to be in ALL CAPS and for text to be.
Chapter 4: Hypertext Markup Language Primer TECH Prof. Jeff Cheng.
 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.
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.
Chapter 2 HTML Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D 1.
Exploring Office 2003 – Grauer and Barber Enhancing the Web Page Chapter 3 BCIS 1405 Session 15.
1 Introduction to HTML Joshua S. Simon Collective Technologies.
Unit 1 Changing the Appearance of Text. TITLE CORNELL NOTES TOPIC: NOTES: Summary: HTML Hypertext Markup Language 1 st and last tag on a page Tags Tags.
HTML Basic I IST2101. Keep In Mind Programming can be time consuming. Plan ahead!
Introduction to Programming the WWW I CMSC Winter 2003 Lecture 3.
HTML (continued). Assignment 3 Creating a web page with:  Images  Hyperlinks to some websites  Hyperlinks to your  Information about a company,
Exploring the Digital Domain HTML Basics. HTML Hypertext Markup Language Standard (ASCII) text with embedded format codes Most HTML tags are paired Tags.
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.
All you ever needed to know…and more!. H.T.M.L. HyperText Mark-up Language Web’s programming language All web browsers Set of instructions Written with.
HTML Basic IST2101. Keep In Mind Programming can be time consuming. Plan ahead!
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
HTML: Hyptertext Markup Language Doman’s Sections.
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.
INT222 - Internet Fundamentals Shi, Yue (Sunny) Office: T2095 SENECA COLLEGE.
Web Development & Design Foundations with XHTML Chapter 2 HTML/XHTML Basics.
HTML— More Tags, Formatting, and Lists. Formatting Tags  Bold  Italics  Underline  Big text  Small text  Subscript (H 2 O)  Superscript (10 3 )
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 2 Key Concepts 1 Copyright © Terry Felke-Morris.
CSE 409 – Advanced Internet Technology 1 DISCUSSION OF BASIC HTML TAGS.
Formatting Text with HTML. Objectives: Students will be able to: Define the structure of the document with block elements Format numbered, bulleted, and.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
HTML BASIC IST 210: Organization of Data IST210 1.
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.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 2- part 2 Key Concepts 1 Copyright © Terry Felke-Morris.
HTML Comprehensive Concepts and Techniques Second Edition Project 2 Creating a Web Site with Links.
Basic HTML Programming Technology Education Ellsworth Community Middle School Communication Systems.
ECA 228 Internet/Intranet Design I HTML Tags. ECA 228 Internet/Intranet Design I anchor tags Adds a link to the web page Anything placed between the anchor.
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.
CS 100 Introduction to Web Page Construction and HTML.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 2 Key Concepts 1 Copyright © Terry Felke-Morris.
1 HTML. 2 Full forms WWW – world Wide Web HTTP – Hyper Text Transfer Protocol HTML – Hyper Text Markup Language.
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.
Create Your Own Web Page: An Introduction to HTML Instructor: Corey Johnson Assisted by: tba.
Week-11 (Lecture-1) Introduction to HTML programming: A web based markup language for web. Ex.
HTML Basic IST 210: Organization of Data IST2101.
Basic Web Publishing M. Scott Gartner 7/15/98.
Introduction to Web Authoring Bill Hart-Davidson AIM: billhd30 Session 2
Lesson 5. XHTML Tags, Attributes and Structure XHTML Basic Structure head and body titles Paragraph headings comments Document Presentation Manipulating.
HTML Basics.
LAB Work 01 MBA 61062: E-Commerce
What is HTML? Structure of HTML Document HTML TAG HEAD TAG TITLE TAG
Dreamweaver – Project #1
Tag Basics.
What is HTML? Structure of HTML Document HTML TAG HEAD TAG TITLE TAG
What is HTML? Structure of HTML Document HTML TAG HEAD TAG TITLE TAG
Html.
Presentation transcript:

< REVIEW >

How HTML looks like (Overview)? Page title here Main page content comes here.

Specify Page title Page title here Main page content comes here.

Meta tags (charset) Page title here متن فارسی در این جا Note: utf-8 is equal to utf8

Paragraphs and line breaks This is paragraph1 This is paragraph 2 with a line break. This is another paragraph which is longer than a line. It will be automatically breaked. This is paragraph1 This is paragraph2 with a line break. This is another paragraph which is longer than a line. It will be automatically breaked.

Horizontal line This is a paragraph This is another paragraph

RTL Page عنوان صفحه این متن است. Note: Save file using UTF-8 Encoding Note: Save file using UTF-8 Encoding

</ REVIEW >

CHAPTER THREE Formatting text by using tags Formatting text by using tags Learn some other HTML Tags One by One Learn some other HTML Tags One by One Headings Headings Formatting (bold, italic) Formatting (bold, italic) Superscript and subscripts Superscript and subscripts Monospace and preformatted Monospace and preformatted Block quotation Block quotation Note: Most HTML Tags are semantic (based on function not on formatting)

Headings Heading 1 normal text Heading 2 Heading 3 Heading 4 Heading 5 Heading 6

Bold and italic text Bold text Bold text Italic text

Subscripts and superscripts 1 st 3 rd H 2 SO 4

Monospace font Please type premium This is some program code Sample code

Pre-Formatted text This is some text which contains line breaks and spaces. HTML by default, trims blank spaces.

Block Quotation William Shakespeare: Love all, trust a few, do wrong to none. William Shakespeare: A fool thinks himself to be wise, but a wise man knows himself to be a fool.

CHAPTER FOUR Using Lists and Backgrounds Using Lists and Backgrounds Create bulleted and numbered lists. Create bulleted and numbered lists. Create definition Lists. Create definition Lists. Insert special characters (using XML Entities) Insert special characters (using XML Entities) Choose Background and foreground colors Choose Background and foreground colors Specify a background image file Specify a background image file By CSS }

Unordered List Item 1 Item 2 Contains sub items Sub item 1 Sub item 2

Ordered List Item 1 Item 2 Contains sub items Sub item 1 Sub item 2

Changing the Bullet or Number Character <ol style=“list-style-type: upper-roman”> Item 1 Item 2 Item 1 Item 2

Common List Style Type Attribute Values

Specifying the Start of a Numbered List Item 1 Item 2 Item 1 Item 2

See In action TODO: Open browser and IDE and see lists in action

Creating Definition Lists Acid Soil Soil that is lower than 7.0 pH. Acidity is measured by the amount of calcium in the soil. The opposite of acidic soil is alkaline soil. Deciduous A tree or plant that loses its leaves at the end of the growing season, such as a maple tree.

Inserting Special Characters (entities) &entityname; &

Entities

Useful entities & < > © &amp; & < > © &

Specifying Colors using color name

Specifying Colors using RGB RGB Red Green Blue

Specifying Colors using RGB Red = #FF0000

Specifying Colors using RGB Green = #00FF00

Specifying Colors using RGB Blue = #0000FF

Specifying Colors using RGB Black = #000000

Specifying Colors using RGB White = #FFFFFF

Specifying Colors using RGB #FFFFFF rgb(255, 255,255)

Applying a Background Color hello Hello

Applying a Foreground Color hello Hello

Specifying a Background Image File Hello background-image: url(image.png)

CHAPTER FIVE Creating Hyperlinks and anchors Creating Hyperlinks and anchors Hyperlink to a Web page Hyperlink to a Web page Hyperlink to an address Hyperlink to an address Create and hyperlink to anchors Create and hyperlink to anchors Hyperlink to other content Hyperlink to other content

Text

Hyperlinking to a Web Page Go to Microsoft.com For more information

URL Parts  What is a URL?

URL Parts  What is a URL?  What is Protocol?

URL Parts  What is a URL?  What is Protocol?  What is hostname?

URL Parts  What is a URL?  What is Protocol?  What is hostname?  What is path?

URL Parts  What is a URL?  What is Protocol?  What is hostname?  What is path?  What is Query String?

URL Parts  What is a URL?  What is Protocol?  What is hostname?  What is path?  What is Query String?  What is marker?

Absolute versus relative URLs

Absolute versus relative URLs Go back

Open Link in a new window Go back

Hyperlinking to an Address Contact Us

Hyperlinking to an Address <a ?subject=Question"> Contact Us

Creating and Hyperlinking to Anchors... Conclusion Conclution... View the Conclusion

Exercise  Create a page with all discussed tags

ANY QUESTIONS???