Using Symbols on your pages

Slides:



Advertisements
Similar presentations
HTML Basics 1450 Technology Seminar Copyright 2003, Matthew Hottell.
Advertisements

HTML: HyperText Markup Language Hello World Welcome to the world!
Chapter 2 HTML Basics Key Concepts
HTML/XML XHTML Authoring. Creating Tables  Table: An arrangement of horizontal rows and vertical columns. The intersection of a row and a column is called.
Business Correspondence
How Tags are used to form your Web Page
Macromedia Dreamweaver 4 Foundation Level Course.
MCT260-Operating Systems I Operating Systems I Routine File Management Part One.
Computing Concepts Advanced HTML: Tables and Forms.
Exploring the Internet Creating web pages with 2-d layout Instructor: Michael Krolak Instructor: Patrick Krolak See also
Hot Potatoes Tutorial Jamie Fowler Mathematics Teacher
Computer Applications I Unit 3 Study Guide 1 Introduction to Formatting, Alignment and Page Setup.
CpSc 462/662: Database Management Systems (DBMS) (TEXNH Approach) HTML Basics James Wang.
Presenting Information on WWW using HTML. Presenting Information on the Web with HTML How Web sites are organized and implemented A brief introduction.
ULI101 – XHTML Basics (Part II) What is Markup Language? XHTML vs. HTML General XHTML Rules Block Level XHTML Tags XHTML Validation.
HTML history, Tags, Element. HTML: HyperText Markup Language Hello World Welcome to the world!
Dreamweaver Basics Dayton High School Mr. Martin.
CPT 123 Internet Skills Class Notes Publishing to the Web Session B.
Creating Links – Lesson 31 Creating Links Lesson 3.
IS1811 Multimedia Development for Internet Applications Lecture 4: Introduction to HTML Rob Gleasure
Web Technologies COMP6115 Session 2: Planning, Designing, Constructing and Testing Static Web Sites Dr. Paul Walcott Department of Computer Science, Mathematics.
CIS 285 Winter Quarter 2005 Robinson Web Design CIS 285 January 2005.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
XHTML1-1 Extensible HyperText Markup Language (XHTML) Part 2 Xingquan (Hill) Zhu
Create Your Own Webpage. Today’s Class Internet Safety & Privacy Tables Embedding music and video Frames.
Copyright (c) 2004 Prentice-Hall. All rights reserved. 1 Committed to Shaping the Next Generation of IT Experts. Creating XHTML Documents Essentials for.
HTML Hyper Text Markup Language. Create TABLE in an HTML Tables are defined with the tag. A table is divided into rows (with the tag), and each row is.
How to make tables in HTML By Daniel Arze. How do they do this?
HTML Concepts and Techniques Fourth Edition Project 5 Creating an Image Map.
Suzanne Sultan1 Line Breaks, Paragraphs, lists Lab3.
Special Characters. Special Characters in XHTML: Some common characters cannot be written directly into our code as the XHTML processor (browser) would.
start The first step in the word application Add the word linked between the words or and information in the first line of the text. Add the word linked.
1 After completing this lesson, you will be able to: Understand the basics of HTML coding. Use HTML tags. Plan an HTML site. Create a table with HTML.
Douglas M. Smith x31905 Entering Special Characters - Excel Insert ¢, £, ¥, ®, and other characters that are not on the keyboard On the Windows Start menu,
PYP002 Intro.to Computer Science Microsoft Word1 Lab 04 - a Microsoft Windows Applications Common Features.
Introducing Dreamweaver. Dreamweaver The web development application used to create web pages Part of the Adobe creative suite.
DESIGNING A WEB PAGE Introducing the… &TAGS.
Building a Website: Layout Fall Overall Structure: Home Page Title Section Title Frame Picture UNCP Math Menu Content Footer Contact Information.
Basics of Web Design 1 Copyright © 2016 Pearson Education, Inc., Hoboken NJ.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 2 Key Concepts 1 Copyright © Terry Felke-Morris.
Course created by Sarah Phillips BBCD Melbourne BAPDCOM Version 1 – April 2013.
What you will learn today … Define the term element Make observations of some elements List the names of some common elements and their symbols Attempt.
HTML HyperText Markup Language. 1.Introduction  HTML is used to describe web pages.  HTML stands for Hyper Text Markup Language.  Tim Berners-Lee and.
Lord of the Flies Mind Map Assignment.
TinyMCE Editor.
Special Characters.
Web Development & Design Foundations with HTML5 8th Edition
Creating Links – Lesson 3
N100 Building a Simple Web Page
Dreamweaver – Project #1
Introduction to HTML.
Installing R and R Studio
HTML Vocabulary.
Special Characters.
Warm-Up: Study this cover of Gatsby
Left Click to view the next slide.
HTML HYPERTEXT MARKUP LANGUAGE.
3.02D HTML Overview 3.02 Develop webpages.
Embedding Graphics in Web Pages
Marking Up with XHTML Tags describe how a web page should look
Web Development & Design Foundations with H T M L 5
Structuring Content in a Web Document
Response to Literature
Objectives Examine the main characters based on what they say and do.
CAII 4.01 Web Page Design Terms List 2.
Unit 10 The Web Book Test.
Table of contents The Journal for Nurse Practitioners
Constants, Variables and Data Types
Creating Web Documents
Presentation transcript:

Using Symbols on your pages Special Characters Using Symbols on your pages

HTML or not HTML… Reminder: If you type HTML in your pages you will confuse the browser: & & < > " “ (right or left quote)

Copyrights Etc. © © © ® ® ® ™ ™ many others

Symbols in Imaging Programs Paste them from the Character Map in Windows: Start, Programs, Accessories, System Tools, Character Map. May not be installed on all computers.

  Non-breaking space HTML only recognizes one regular space.   can be used to show several.   can be used to fill an empty table cell.

Keep Your Reference books Handy!