Learning HTML involves... Learning how these elements are used Learning a list of elements.

Slides:



Advertisements
Similar presentations
MA foundation Creating webpages using XHTML (part 1) Simon Mahony CCH
Advertisements

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.
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.
Creating a Web Page HTML: The Language of the WEB.
Unit 3 Day 4 FOCS – Web Design. No Journal Entry.
HTML: HyperText Markup Language Hello World Welcome to the world!
C HAPTER – 3 I NTRODUCTION TO H TML By :- Pinkesh H. Patel.
A guide to HTML. Slide 1 HTML: Hypertext Markup Language Pull down View, then Source, to see the HTML code. Slide 1.
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.
HTML Semantic Structure
The basic structure of any HTML The basic structure of any HTML page is: Your web page title here ** [all the HTML for display] ** : : CENG 449 Lecture.
HTML and Web Page Design Presented by Frank H. Osborne, Ph. D. © 2005 ID 2950 Technology and the Young Child.
XHTML1 Building Document Structure. XHTML2 Objectives In this chapter, you will: Learn how to create Extensible Hypertext Markup Language (XHTML) documents.
HTML FORMATTING. CONTENTS HTML Formatting Formatting Example Formatting Example Output Summary Exercise.
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.
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 1 GETTING STARTED WITH HTML. LEARNING OBJECTIVES How a Web browser downloads and processes an HTML page for display What is the purpose of a Web.
HTML Overview Part 2 – Paragraphs, Headings, and Lines 1.
MORE HTML REMEMBER TO SEARCH W3 SCHOOLS FOR MORE INFO.
Define html document byusing Example : Title of the document The content of the document......
Headings, Paragraphs, Formatting, Links, Head, CSS, Images
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 history, Tags, Element. HTML: HyperText Markup Language Hello World Welcome to the world!
XHTML1 Building Document Structure Chapter 2. XHTML2 Objectives In this chapter, you will: Learn how to create Extensible Hypertext Markup Language (XHTML)
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.
HTML Tags Basic Tags Doctype or HTML Head Title Body Use the website to find the definitions
>> 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 eVenzia Technologies Learning HTML, XHTML & CSS Chapter 2.
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.
1. Short History Of HTML HTML was invented in 1990 by a scientist called Tim Berners-Lee. The purpose was to make it easier for scientists at different.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
Just Enough HTML How to Create Basic HTML Documents.
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.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
HTML Darby Tien-Hao Chang Department of Electrical Engineering National Cheng Kung University.
Agenda Block-Level vs. Inline Elements (tags) Manipulating Text,  , Text Characteristics,,,,,,,,,,,,,,, Font Attributes: size, color, face Horizontal.
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 – Organizing Page Content. HTML Images img tag Required attribute: src
Styling in HTML PowerPoint How to style in HTML. Styling in HTML Styling tags can be added to HTML to place emphasis or add appeal – These tags must be.
HTML – Organizing Page Content. HTML Images img tag Required attribute: src
L. Anne Spencer (c) 2001 Basic Web Design Document, text, & layout formatting tags & attributes.
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.
INTRODUCTION TO HTML ENGL 307 March 28 th, Hyper Text Markup Language What is HTML?
Headings are defined with the to tags. defines the largest heading. defines the smallest heading. Note: Browsers automatically add an empty line before.
Text Building a Website Lesson 3. Headings,,,,, Headings,,,,, HTML has 6 levels of headings,,,,,,,,,, is used for main headings is used for main headings.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
HTML – Extras. HTML - Extras Centering – to center something, like a word or a sentence put before the word or words and at the end. Underline – to underline.
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
Basic Webpage Design Formatting tags.
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
HTML ELEMENTS THE SUPER BASICS. OPENING AND CLOSING If a tag is opened Then the tag must be closed.
01 – HTML (1) Informatics Department Parahyangan Catholic University.
Week-11 (Lecture-1) Introduction to HTML programming: A web based markup language for web. Ex.
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.
More HTML Tags CS 1150 Spring 2017.
Learning HTML involves... Learning a list of elements Learning how these elements are used Explain: Learning HTML means learning all of the elements.
More HTML Tags CS 1150 Fall 2016.
HTML: HyperText Markup Language
What is HTML? Structure of HTML Document HTML TAG HEAD TAG TITLE TAG
Coding, Testing and Valdating a Web Page
Introduction to Computing
HTML Intro.
What is HTML? Structure of HTML Document HTML TAG HEAD TAG TITLE TAG
HTML Formatting Text.
Presentation transcript:

Learning HTML involves...

Learning how these elements are used Learning a list of elements

TAGS DESCRIBE CONTENT Creating a page involves adding tags to content

TAGS DESCRIBE CONTENT These tags are known as "markup"

There are two types of markup...

SEMANTICSTRUCTURAL

HTML This is a Main Heading This is a level 2 heading This is a level 3 heading This is a level 4 heading This is a level 5 heading This is a level 6 heading HEADINGS

RESULT

HTML A paragraph consists of one or more sentences that form a self-contained unit of discourse. The start of a paragraph is indicated by a new line. Text is easier to understand when it is split up into units of text. For example, a book may have chapters. Chapters can have subheadings. Under each heading will be one or more paragraphs. PARAGRAPHS

RESULT

HTML This is how we make a word appear bold. This is how we make a word appear italic. BOLD & ITALIC

HTML This is how we make a word appear bold. This is how we make a word appear italic. BOLD & ITALIC

HTML This is how we make a word appear bold. This is how we make a word appear italic. BOLD & ITALIC

RESULT

HTML On the 4 th September you will learn about E=MC 2. The amount of C0 2 in the atmosphere grew by 2ppm in SUPERSCRIPT & SUBSCRIPT

HTML On the 4 th September you will learn about E=MC 2. The amount of C0 2 in the atmosphere grew by 2ppm in SUPERSCRIPT & SUBSCRIPT

HTML On the 4 th September you will learn about E=MC 2. The amount of C0 2 in the atmosphere grew by 2ppm in SUPERSCRIPT & SUBSCRIPT

RESULT

HTML The moon is drifting away from the earth. WHITESPACE IS COLLAPSED

RESULT

HTML The Earth gets one hundred tons heavier every day due to falling space dust. LINE BREAKS

HTML The Earth gets one hundred tons heavier every day due to falling space dust. LINE BREAKS

RESULT

HTML Venus is the only plant that rotates clockwise Jupiter is bigger than all the other planets combined. HORIZONTAL RULES

HTML Venus is the only plant that rotates clockwise Jupiter is bigger than all the other planets combined. HORIZONTAL RULES

RESULT

VISUAL EDITORS & THEIR CODE VIEWS

SEMANTIC MARKUP WHAT IS IT? Set of elements, for example: The tag adds emphasis contains a quote WHY USE IT? Provides extra information about your content Do NOT use it to alter presentation of those elements APPLICATION Screen readers can add emphasis to words in Search engines can find quotations in

HTML Beware pickpockets operate in this area. I think Ivy was the first. I think Ivy was the first. I think Ivy was the first. STRONG & EMPHASIS

HTML Beware pickpockets operate in this area. I think Ivy was the first. I think Ivy was the first. I think Ivy was the first. STRONG & EMPHASIS

HTML Beware pickpockets operate in this area. I think Ivy was the first. I think Ivy was the first. I think Ivy was the first. STRONG & EMPHASIS

HTML Beware pickpockets operate in this area. I think Ivy was the first. I think Ivy was the first. I think Ivy was the first. STRONG & EMPHASIS

HTML Beware pickpockets operate in this area. I think Ivy was the first. I think Ivy was the first. I think Ivy was the first. STRONG & EMPHASIS

RESULT

HTML Did you ever stop to think, and forget to start again? As A.A. Milne said, Some people talk to animals. Not many listen though. That's the problem. QUOTATIONS

HTML Did you ever stop to think, and forget to start again? As A.A. Milne said, Some people talk to animals. Not many listen though. That's the problem. QUOTATIONS

HTML Did you ever stop to think, and forget to start again? As A.A. Milne said, Some people talk to animals. Not many listen though. That's the problem. QUOTATIONS

HTML Did you ever stop to think, and forget to start again? As A.A. Milne said, Some people talk to animals. Not many listen though. That's the problem. QUOTATIONS

RESULT

HTML Prof Stephen Hawking is a theoretical physicist and cosmologist. NASA do some crazy space stuff. ABBREVIATIONS & ACRONYMS

HTML Prof Stephen Hawking is a theoretical physicist and cosmologist. NASA do some crazy space stuff. ABBREVIATIONS & ACRONYMS

HTML Prof Stephen Hawking is a theoretical physicist and cosmologist. NASA do some crazy space stuff. ABBREVIATIONS & ACRONYMS

RESULT

HTML A Brief History of Time by Stephen Hawking has sold over ten million copies worldwide. A black hole is a region of space from which nothing, note even light, can escape. CITATIONS & DEFINITIONS

HTML A Brief History of Time by Stephen Hawking has sold over ten million copies worldwide. A black hole is a region of space from which nothing, note even light, can escape. CITATIONS & DEFINITIONS

HTML A Brief History of Time by Stephen Hawking has sold over ten million copies worldwide. A black hole is a region of space from which nothing, note even light, can escape. CITATIONS & DEFINITIONS

RESULT

HTML 742 Evergreen Terrace, Springfield AUTHOR DETAILS

HTML 742 Evergreen Terrace, Springfield AUTHOR DETAILS

RESULT

HTML It was the worst best idea she had ever had. Laptop computer: Was $995 Now only $375 CHANGES TO CONTENT

HTML It was the worst best idea she had ever had. Laptop computer: Was $995 Now only $375 CHANGES TO CONTENT

HTML It was the worst best idea she had ever had. Laptop computer: Was $995 Now only $375 CHANGES TO CONTENT

HTML It was the worst best idea she had ever had. Laptop computer: Was $995 Now only $375 CHANGES TO CONTENT

RESULT

HTML elements are used to describe the structure of the page (e.g. headings, subheadings, paragraphs). SUMMARY

They also provide semantic information (e.g. where emphasis is placed, definitions of acronyms, when text is a quotation). SUMMARY