HTML Essentials Markup ( Part I ). Why Markup ? Markup gives meaning and structure to your web page Creates a relationship between the elements.

Slides:



Advertisements
Similar presentations
HTML popo.
Advertisements

Web Development & Design Foundations with XHTML
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.
Unit 3 Day 4 FOCS – Web Design. No Journal Entry.
Cascading Style Sheets
C HAPTER – 3 I NTRODUCTION TO H TML By :- Pinkesh H. Patel.
Chapter 2 HTML Basics Key Concepts
INTRODUCTION TO HYPERTEXT MARKUP LANGUAGE 1. Outline  Introduction  Markup Languages  Editing HTML  Common Tags  Headers  Text Styling  Linking.
OMT II Mam Saima Gul. * Static web page * a web page with contents that remain fixed and unchanged once it has been created by the author Web server Client.
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.
XHTML1 Tables and Lists. XHTML2 Objectives In this chapter, you will: Create basic tables Structure tables Format tables Create lists.
COS 125 Day 13. Agenda Capstone Projects Proposals Over Due Timing of deliverables is 10% of Grade Still missing two First Capstone Progress Report Due.
COS 125 Day 13. Agenda Capstone Progress Reports Due Quiz #2 Graded 7 A’s, 3 B’s, 3 C’s and 1 no-take Assignment #3 due this Friday We review some of.
COS 125 Internet Fundamentals and Web Page Design Day 12.
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.
Designing Web Pages Getting to know HTML... What is HTML? Hyper Text Markup Language HTML is the major language of the Internet’s World Wide Web. Web.
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.
ULI101: XHTML Basics (Part III) Introduction to XHTML / Continued … Block-Level vs. Inline Elements (tags) Manipulating Text,  , Text Characteristics,,,,,,,,,,,,,,,
HTML Overview Part 2 – Paragraphs, Headings, and Lines 1.
Headings, Paragraphs, Formatting, Links, Head, CSS, Images
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.
ACM 511 HTML Week -1 ACM 511 Course Notes. Books ACM 511 Course Notes.
Essential Tags Web Design – Sec 3-3 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course materials.
Chapter 4: Hypertext Markup Language Primer TECH Prof. Jeff Cheng.
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.
1.  Describe the anatomy of a web page  Format the body of a web page with block-level elements including headings, paragraphs, lists, and blockquotes.
Chapter 2 HTML Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D 1.
1 Web Developer Foundations: Using XHTML Chapter 2 Key Concepts.
1 CSC 121 Computers and Scientific Thinking David Reed Creighton University HTML and Web Pages.
DHTML AND JAVASCRIPT Genetic Computer School LESSON 2 HTML TAGS G H E F.
CSCI 1101 Intro to Computers
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.
Html Basic Codes Week Two. Start Your Text Editor Windows use 'Notepad’ Macintosh use 'Simple Text'
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.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
Creating Web Pages with Links, Images, and Formatted Text Information Presented by S. Cox.
Web Programming Basics of HTML. HTML stands for Hyper Text Mark-up Language A mark-up language is different than those that you have learned before in.
A Basic Web Page. Chapter 2 Objectives HTML tags and elements Create a simple Web Page XHTML Line breaks and Paragraph divisions Basic HTML elements.
Lesson 2: Basic HTML Code Basic HTML Code. HTML is an acronym for Hypertext Markup Language. Internet browsers translate the HTML code into texts and.
Unit 2, cont. September 12 More HTML. Attributes Some tags are modifiable with attributes This changes the way a tag behaves Modifying a tag requires.
HTML: Hyptertext Markup Language Doman’s Sections.
Agenda Block-Level vs. Inline Elements (tags) Manipulating Text,  , Text Characteristics,,,,,,,,,,,,,,, Font Attributes: size, color, face Horizontal.
CPT 499 Internet Skills for Educators Session Ten Class Notes.
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.
L. Anne Spencer (c) 2001 Basic Web Design Document, text, & layout formatting tags & attributes.
Web Development Lecture # 09 Text Formatting in HTML.
Formatting Text with HTML. Objectives: Students will be able to: Define the structure of the document with block elements Format numbered, bulleted, and.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 2- part 2 Key Concepts 1 Copyright © Terry Felke-Morris.
1 2/21/05CS120 The Information Era Chapter 4 Basic Web Page Construction TOPICS: Lists, Fonts, Links, and Preformatted Text.
The Web Wizard’s Guide to HTML Chapter Two Basic Text Formatting.
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
Creating Your 1 st Web Page. Tags Refers to anything between on a webpage Most appear in pairs surrounding content Some appear as empty tags (no closing.
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
Chapter 5 pp HTML Elements & Attributes Format Content Or Examples This Text Is A Hyperlink.
1 HTML. 2 Full forms WWW – world Wide Web HTTP – Hyper Text Transfer Protocol HTML – Hyper Text Markup Language.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 3 Introducing Cascading Style Sheets.
01 – HTML (1) Informatics Department Parahyangan Catholic University.
NOTEPAD++ Lab 1 1 Riham ALSmari. Why Notepad++ ?  Syntax highlighting  Tabbed document interface  Zooming  Indentation code  Find and replace over.
HTML Introduction. Lecture 7 What we will cover…  Understanding the first html code…  Tags o two-sided tags o one-sided tags  Block level elements.
Q.Nand1 HTML Creating an HTML Document Lesson 2. Q.Nand2 Overview Creating an HTML Document: –HTML syntax –Creating Basic Tags –Displaying Your HTML Files.
Using Cascading Style Sheets Module B: CSS Structure
Introduction to HTML.
Tag Basics.
COMPUTING FUNDAMENTALS
HTML Intro.
Lesson 2: HTML5 Coding.
Presentation transcript:

HTML Essentials Markup ( Part I )

Why Markup ? Markup gives meaning and structure to your web page Creates a relationship between the elements

Where Markup Occurs There are only two sections within a web page, the and the The section is quite restricted in what it holds The VAST MAJORITY of HTML is placed within the tags

Document Head This is NOT an element of html; it is a document type declaration It identifies the following document as an HTML 5 document It is the FIRST line in any HTML document

Document Structure Everything else Entire remaining document is contained within the tags Contains ALL remaining elements within the document May not be contained within any other element Used for both HTML and XHTML documents

Section Page title goes here element describes the character encoding used within the document While not required, this tag is highly suggested as it specifies the character set used by the page element provides the name of the page currently being displayed. REQD by HTML 5 Other items that may occur within the section will be discussed later in the course

Section....All Remaining Tags ( for the moment ).... All tags to be discussed during the next few weeks will be contained within the tag

Definition of Element Types Some elements are block elements Create a new line / section on the page Browsers treat block elements as if there were little rectangular elements stacked on a page Some space is usually added at the top / bottom of the entire element Some elements are inline elements Do not start new lines Just adjust with the flow of characters to the screen

Heading: Block Element Used by the browser to create a document outline for the page Assistive reading devices use the headings to help users quickly scan the page Search engines can use headings as part of their algorithm in determining the rank of the page Code is … thru … Progress from largest to smallest with standard-sized text occurring at

Paragraph: Block Element Used by the browser to create a document block for a page A blank line will separate paragraph tags from one another Code is … For current browsers, it is okay to omit the closing element ( ) BUT Future revisions of HTML may make it required ( XHTML already requires it ) For the sake of consistency and clarity, it is highly encouragedText will occur normally within the paragraph Will wrap at line ( screen width ) end

Important Text: Inline Element There are two tags which will result in bolded text … is used to indicate the text is to be bolded and flagged as being of added importance … is used to indicate only that the text is to be bolded Some screen readers may use a different voice when encountering However, very little difference between the two tags but may be differentiated more as browsers progress

Emphasized Text: Inline Element There are two tags which will result in emphasized text … is used to indicate the text is to be emphasized and flagged as being of added importance … is used to indicate only that the text is to be emphasized Some screen readers may use a different voice when encountering However, very little difference between the two tags but may be differentiated more as browsers progress

Underlined Text: Inline Element … is used to indicate the text is to be underlined In today’s world with differing fonts, italics, and bold tags, there is very little need to have underlined text occur on a web page Also, because hyperlinks tend to be underlined ( and blue ) underlining text on a web page is discouraged

Big & Small Text: Inline Elements These two tags which will result in varying the font size a minor amount … is used to indicate the text is to be made slightly larger than normal Not used very often … is used to indicate the text is to be made slightly smaller than normal Small print used for items such as a copyright or legal notice

Sub & Superscript Text: Inline Elements These two tags which will result in changing the font size and location … is used to indicate the text is to be made into a subscript … is used to indicate the text is to be made into a superscript

Quotations: Inline Elements While current HTML has little problem when encountering quote marks ( " " ) within lines of text, most browsers will recognize the HTML equivalent Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep. – Scott Adams

Blockquote: Block Element A long quotation, a testimonial, or a section of copy from another source may use a … A indents the text contained therein on both sides

Center: Block Element To center text horizontally on a page, the … code is used

Horizontal Rules ( lines ): Block Element The tag normally defines a thematic break in an HTML page (e.g. a shift of topic) In HTML, the tag has no end tag In XHTML, the tag must be properly closed, like this: The tag has the following attributes align: left, center, right noshade: used on non-colored tags size: height of the line in pixels width: width of the line as a percentage ( % ) or in pixels

Font: Inline Element The font tag is used allow designers to change the size, typeface, and color of text Default font is serif. Other possibilities are: sans-serif, monospace, fantasy, and cursive The font tag has the following attributes size: values are 1 – 7 ( default is 3 ). Can also use: +1, -1, etc. color: values are any valid color code face: HTML fonts or any valid font on the system

The End