HTML tags and attributes By: Dennis Champagne. List of tags.

Slides:



Advertisements
Similar presentations
HTML Basics Customizing your site using the basics of HTML.
Advertisements

HTML popo.
Introduction to HTML & CSS
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.
HTML. The World Wide Web Protocols Addresses HTML.
HTML Overview - Text Markups. Before We Begin Make a copy of your HTML file you created in the previous lesson Make a copy of your HTML file you created.
Hypertext markup language.  Client asks for an html file  Server returns the html file  Client parses and displays it  This display is what most people.
HTML / CSS – Basics Why the heck are we doing this?
INTRODUCTION TO HYPERTEXT MARKUP LANGUAGE 1. Outline  Introduction  Markup Languages  Editing HTML  Common Tags  Headers  Text Styling  Linking.
XHTML Basics Web pages used to be written exclusively in html
1 HTML Markup language – coded text is converted into formatted text by a web browser. Big chart on pg. 16—39. Tags usually come in pairs like – data Some.
Introduction to HTML CPS470 Software Engineering Fall 1998.
XHTML II DIGITAL MEDIA: COMMUNICATION AND DESIGN F2007.
Web Page Development Identify elements of a Web Page Start Notepad
CM143 - Web Week 2 Basic HTML. Links and Image Tags.
Glencoe Digital Communication Tools Create a Web Page with HTML Chapter Contents Lesson 4.1Lesson 4.1 Get Started with HTML (85) Lesson 4.2Lesson 4.2 Format.
HTML BASIC
HTML. Goals How to use the Komodo editor HTML coding and testing Basic HTML tags List and Images Tables and Links At least 2 pages and navigation
Tags through Forms. This element is required for all HTML pages It must be at the top of every page of every website We’ll see later on why it is important.
HTML Notes Chapters 1--6 Codes used in creating HTML documents are called tags. Tags are always enclosed in left ( ) angle brackets. Tags can be upper.
CpSc 462/662: Database Management Systems (DBMS) (TEXNH Approach) HTML Basics James Wang.
Creating a Simple Page: HTML Overview
Headings, Paragraphs, Formatting, Links, Head, CSS, Images
Creating a Basic Web Page
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 1 XHTML: Part I The Web Warrior Guide to Web Design Technologies.
Objectives: 1. Create a Skeleton HTML 2. View a Skeleton File Through a Server and Browser 3. Learn HTML Body Tags for the Display of Text and Graphics.
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.
>> Introduction to HTML: Tags. Hyper - is the opposite of linear Text – words / sentences / paragraphs Mark-up – Marking the text Language – It is a language.
CSCI 1101 Intro to Computers
Lesson 2 Adding more content to your web page. Thanks to Richard Hudnutt, Luella HS.
XP 1 HTML Committed to Shaping the Next Generation of IT Experts. 01: Introduction to HTML.
Introduction to HTML 1 Basharat Mahmood, Department of Computer Science, CIIT, Islamabad, Pakistan.
Just Enough HTML How to Create Basic HTML Documents.
Chapter 13. Applets and HTML HTML Applets Computer Programming with JAVA.
HTML Basic IST2101. Keep In Mind Programming can be time consuming. Plan ahead!
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
ECA 228 Internet/Intranet Design I Intro to Markup.
Copyright (c) 2004 Prentice-Hall. All rights reserved. 1 Committed to Shaping the Next Generation of IT Experts. Creating XHTML Documents Essentials for.
Ali Alshowaish. What is HTML? HTML stands for Hyper Text Markup Language Specifically created to make World Wide Web pages Web authoring software language.
INT222 - Internet Fundamentals Shi, Yue (Sunny) Office: T2095 SENECA COLLEGE.
CPT 499 Internet Skills for Educators Session Ten Class Notes.
1 Web Application Programming Presented by: Mehwish Shafiq.
HTML ( HYPER TEXT MARK UP LANGUAGE ). What is HTML HTML describes the content and format of web pages using tags. Ex. Title Tag: A title It’s the job.
HTML for ISD Brown Bag Presentation Session 2 What we will cover:  Basics of HTML  How to make your first page  Links  Text formatting.
HTML HyperText Markup Language ©Richard L. Goldman July 15, 2003.
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.
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.
Introduction into JavaScript Java 1 JavaScript JavaScript programs run from within an HTML document The statements that make up a program in an HTML.
Are You Smarter Than a 5 th Grader? 1,000,000 5th Grade HTML 5th Grade Syntax 4th Grade HTML 4th Grade Syntax 3rd Grade HTML 3rd Grade Syntax 2nd Grade.
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.
HTML HYPER TEXT MARKUP LANGUAGE. INTRODUCTION Normal text” surrounded by bracketed tags that tell browsers how to display web pages Pages end with “.htm”
XP Review 1 New Perspectives on JavaScript, Comprehensive1 Introducing HTML and XHTML Creating Web Pages with HTML.
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.
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
Project 02 Creating and Editing a Web Page Concept Map of Unit Creating and Editing a Web Page Key Learning Understand the elements to create a web page.
Hyper Text Markup Language.  My First Heading My first paragraph. Example Explained The DOCTYPE declaration defines the document type The text between.
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.
Tag Basics.
Website Design 3
Basic HTML and Embed Codes
Computer communications
WJEC GCSE Computer Science
Presentation transcript:

HTML tags and attributes By: Dennis Champagne

List of tags

(comment) Used to insert a comment into the code

Used to indicate if file is using html 5

(anchor) Used to mark a location in a page. Can be used to link to another page also.

DEPRECATED Used to insert java applets into a webpage Similar to and Used with Replaced by and in HTML 5

The tag is used to create a link on a section of an image

The tag is used to insert audio files into a HTML page

The tag is used to make text bold Suggested that CSS is used instead

The tag is used to define the base URL of the document

The big tag was used to make text larger Deprecated and removed in HTML 5

The blockquote tag is used to mark a quote from another cite

The body tag is used to create the body of the HTML document

Defines a break in the line

Used to create a button

Used to center text Deprecated and remove as of HTML 5

Used to mark computer code

Used to put a strikethrough on text

Defines a division in an HTML page

Used to emphasize text

Used to embed objects into a HTML document Similar to

Used to change font Deprecated and removed in HTML 5

Used to create an area for the client to enter text Should be used with and

Added frames to a HTML page Removed because of the severity of damage usually caused Went with and

Was used to define a set of frames Removed because of severity of damage caused by typical use Went with and

- Used to make text into a heading Six different sizes, denoted by the number Lowest number denotes highest importance

Used to add a head to the page The head is used mainly for,, and

Used to make a horizontal rule Similar to

THE essential tag Denotes a HTML page

Used to make text itialic

Used to add an inline frame Easier to use than frames Unlike frames, was NOT removed in html 5 Can display a different webpage inside

Used to add an image Added usage when used with and or with

Used to insert text

Defines a list item Used inside or

Used to map areas of an image Used with and

Used to store metadata (data about data) Used inside Can denote author, description, keywords, and much more

Was used to show text when a browser did not support frames Was used with Removed in HTML 5 Similar to

Used to show text when a browser does not support script Similar to Used with

Used to define an embedded object in a HTML page Similar to or the removed Works with, like did

Used to define an ordered list Similar to Used with

Used to define a paragraph

Was used with before html 5 Now used with and Used to define parameters for an embedded object

Was used to define preformated text Replaced with CSS scripting language Removed in HTML 5

Used to define a short quote Adds quotations around the text inside For long quotes, use

Used to put a strikethrough on text DEPRECATED in HTML 4 REMOVED in HTML 5 Use CSS scripting language instead

Used to define s