L. Anne Spencer (c) 2001 Basic Web Design Document, text, & layout formatting tags & attributes.

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

Session 2 Introduction to HyperText Markup Language 4 (HTML 4) Matakuliah: M0114/Web Based Programming Tahun: 2005 Versi: 5.
HTML popo.
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.
C HAPTER – 3 I NTRODUCTION TO H TML By :- Pinkesh H. Patel.
ASHIMA KALRA.  WHAT IS HTML WHAT IS HTML  HTML TAGS HTML TAGS  FORMATTING TAGS FORMATTING TAGS.
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.
HTML5 and CSS3 Illustrated Unit B: Getting Started with HTML
Chapter 4 Marking Up With Html: A Hypertext Markup Language Primer.
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.
Marking Up With Html: A Hypertext Markup Language Primer
Database-Driven Web Sites, Second Edition1 Chapter 2 INTRODUCTION TO HTML.
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.
Basics of HTML.
ULI101: XHTML Basics (Part III) Introduction to XHTML / Continued … Block-Level vs. Inline Elements (tags) Manipulating Text,  , Text Characteristics,,,,,,,,,,,,,,,
CpSc 462/662: Database Management Systems (DBMS) (TEXNH Approach) HTML Basics James Wang.
Chapter 4 Fluency with Information Technology L. Snyder Marking Up With HTML: A Hypertext Markup Language Primer.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Fluency with Information Technology Third Edition by Lawrence Snyder Chapter.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
HTML Overview Part 2 – Paragraphs, Headings, and Lines 1.
Define html document byusing Example : Title of the document The content of the document......
DAT602 Database Application Development Lecture 14 HTML.
HTML Essentials Markup ( Part I ). Why Markup ? Markup gives meaning and structure to your web page Creates a relationship between the elements.
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.
Chapter 4: Hypertext Markup Language Primer TECH Prof. Jeff Cheng.
Chapter 2 HTML Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D 1.
>> 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.
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'
HTML 4 Foundation Level Course HyperText Markup Language Most common language used in creating Web documents. You can use HTML to create cross-platform.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
Introduction to HTML. What is HTML? Hyper Text Markup Language (HTML) is a language for describing web pages. HTML is not a programming language, it is.
Exploring the Digital Domain HTML Basics. HTML Hypertext Markup Language Standard (ASCII) text with embedded format codes Most HTML tags are paired Tags.
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.
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.
Just Enough HTML How to Create Basic HTML Documents.
Chapter 2 Introduction to HTML. Learning Outcomes Describe Hypertext Markup Language (HTML). Introduce HTML syntax. Recognize basic structure of 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,
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.
Agenda Block-Level vs. Inline Elements (tags) Manipulating Text,  , Text Characteristics,,,,,,,,,,,,,,, Font Attributes: size, color, face Horizontal.
4 Chapter Four Introduction to HTML. 4 Chapter Objectives Learn basic HTML commands Discover how to display graphic image objects in Web pages Create.
Ali Alshowaish. What is HTML? HTML stands for Hyper Text Markup Language Specifically created to make World Wide Web pages Web authoring software language.
Introduction to HTML Xiangming Mu 9/23/ Learning Objectives Understand basic HTML tags and their attributes Learn to create a simple HTML page.
CPT 499 Internet Skills for Educators Session Ten Class Notes.
HTML Basics. HTML Introduction Stands for HyperText Markup Language. HTML files are plain text files with mark ups. Some characteristics of HTML: –No.
CS 111 – Oct. 4 Web design –HTML –Javascript Commitment: –This week, read sections 4.3 – 4.5.
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.
Web Development Lecture # 09 Text Formatting in HTML.
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.
 The formatting applied to a document can affect: › How the reader interprets the document › How easily the document is read › The overall impression.
What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a programming language, it is a markup.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
HTML5 and CSS3 Illustrated Unit B: Getting Started with HTML.
NOTEPAD++ Lab 1 1 Riham ALSmari. Why Notepad++ ?  Syntax highlighting  Tabbed document interface  Zooming  Indentation code  Find and replace over.
HTML Programming Basic HTML text formatting.
Computers and Scientific Thinking David Reed, Creighton University
Getting Started with Marking Up Page Content
HTML5 and CSS3 Illustrated Unit B: Getting Started with HTML
Presentation transcript:

L. Anne Spencer (c) 2001 Basic Web Design Document, text, & layout formatting tags & attributes

L. Anne Spencer (c) 2001 HTML Features Hyper Text Markup Language Syntax or rules for display of documents For use with Web browsers Code in text-only documents (using an “editor”) Linked pages Cross platform Browser display controlled by use of document “tags”

L. Anne Spencer (c) 2001 HTML Tags Usually come in pairs that enclose the text to be formatted Control all aspects of the visible page Document formatting tags Layout formatting tags Text formatting tags Navigation tags Graphics and multimedia tags Input tags

L. Anne Spencer (c) 2001 HTML Tags Usually come in pairs that enclose the text to be formatted Control all aspects of the visible page Document formatting tags Layout formatting tags Text formatting tags Navigation tags Graphics and multimedia tags Input tags We’ll start with these

L. Anne Spencer (c) 2001 Document Formatting Tags Set up the overall document structure Identify the file as a Web browser file Establish the sections of the document (much like the header, footer, and margins of a Word document)

L. Anne Spencer (c) 2001 Document Formatting Tags … Identifies the beginning & ending of the Web page … Housekeeping stuff that includes Title bar for window (required) Meta keywords for search bots JavaScript functions

L. Anne Spencer (c) 2001 Document Formatting Tags … Specifies the text for the window’s title bar … The visible page itself

L. Anne Spencer (c) 2001 Layout Formatting Tags Define how the text on the page is organized Paragraph separators Paragraph indentations Line spacing Horizontal line dividers

L. Anne Spencer (c) 2001 Layout Formatting Tags … Specifies beginning & ending of paragraph text Allows for extra room between paragraphs … Sets off long quotes or citations. Usually rendered as indented on both sides.

L. Anne Spencer (c) 2001 Layout Formatting Tags Forces a single-line break in the text instead of adding extra spacing between paragraphs Does not have a closing tag Creates a horizontal line divider between lines of text Does not have a closing tag

L. Anne Spencer (c) 2001 Text Formatting Tags Define how the text looks on the page Bold, italic, underlined … Predefined styles (such as text used for headings, footnotes, bibliography)

L. Anne Spencer (c) 2001 Text Formatting Tags … … (etc.) Specifies style, size, or weight of font … Creates graduated headings from h1 to h6

L. Anne Spencer (c) 2001 Text Formatting Tags … Used for addresses, authorship, etc. Usually rendered as small italics … Used for short quotes or citations Usually rendered as italics

L. Anne Spencer (c) 2001 Text Formatting Tags … Displays text as superscript in smaller font … Preserves monospacing of text – especially useful for material in tabbed columns

L. Anne Spencer (c) 2001 Text Formatting Tags … Specifies face, size, color of font This text formatting tag has no effect on the format of text unless attributes are specified

L. Anne Spencer (c) 2001 Tag Attributes Many tags have attributes which are specified in the “on” tag. Common attributes are Color Size Width Align

L. Anne Spencer (c) 2001 Tag Attributes Observe the partial page displayed below. Horizontal lines Font specification

L. Anne Spencer (c) 2001 Tag Attributes The attribute is in quotation marks. Mary Student Baker University Colors are frequently designated as hexadecimal numbers preceded by a # sign

L. Anne Spencer (c) 2001 Special Characters & Followed by code name or number of special characters Examples &nbsp (one blank space) &#169 (copyright symbol)

L. Anne Spencer (c) 2001 Comment Tags Non-printing explanation about what the HTML code does These tags are especially helpful when dealing with input forms and JavaScript elements