>> Introduction to HTML: Tags. Hyper - is the opposite of linear Text – words / sentences / paragraphs Mark-up – Marking the text Language – It is a language.

Slides:



Advertisements
Similar presentations
Introduction to HTML
Advertisements

HTML Basics Customizing your site using the basics of HTML.
HTML: HyperText Markup Language Hello World Welcome to the world!
Hyper Text Markup Language.  HTML is a language for describing web pages.  HTML stands for Hyper Text Markup Language  HTML is not a programming language,
1 eVenzia Technologies Learning HTML, XHTML & CSS Chapter 1.
HTML and Web Page Design Presented by Frank H. Osborne, Ph. D. © 2005 ID 2950 Technology and the Young Child.
Introduction to HTML CPS470 Software Engineering Fall 1998.
Made by: Dan Ye. Introduction Basic Last Page ☆ HTML stands for Hyper Text Markup Language; ☆ HTML is not a programming language, it is a markup language;
CM143 - Web Week 2 Basic HTML. Links and Image Tags.
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. We’ll learn … What HTML is What tags are What a basic web page looks like What 3 HTML tags are required What HTML comments look like How to title.
Creating a Simple Page: HTML Overview
Define html document byusing Example : Title of the document The content of the document......
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.
Tutorial 1 Developing a Basic Web Page. New Perspectives on HTML, XHTML, and XML, Comprehensive, 3rd Edition Objectives – Lesson 1 Introduction to the.
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.
Introduction to HTML5. History of HTML HTML first published – Tim Berners-Lee HTML 2.0 HTML 3.2 HTML 4.01 XHTML 1.0 XHTML 2.0.
HTML history, Tags, Element. HTML: HyperText Markup Language Hello World Welcome to the world!
Chapter 1 XHTML: Part I The Web Warrior Guide to Web Design Technologies.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 2 Key Concepts 1 Copyright © Terry Felke-Morris.
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.
HTML. WHAT IS HTML HTML stands for Hyper Text Markup Language HTML is not a programming language, it is a markup language A markup language is a set of.
XHTML. Introduction to XHTML What Is XHTML? – XHTML stands for EXtensible HyperText Markup Language – XHTML is almost identical to HTML 4.01 – XHTML is.
Title, meta, link, script.  The title looks like:  The tag defines the title of the document in the browser toolbar.  It also: ◦ Provides a title for.
Just Enough HTML How to Create Basic HTML Documents.
Basic HTML PowerPoint How Hyper Text Markup Language Works.
Introduction to HTML. Slide 1 Hard-Coding What is hard-coding? –Creating the page in a text editor just using HTML A Web designer should know how to hard-
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
Introduction to HTML Wah Yan College (Hong Kong) Mr. Li C.P.
HTML: Hyptertext Markup Language Doman’s Sections.
XHTML TAGS I Basic Tags. North Lake College 2 by Sean Griffin Sample XHTML Code.
1 Web Application Programming Presented by: Mehwish Shafiq.
Lecture: Web Design Assis. Prof. Freshta Hanif Ehsan Faculty of Computer Science Kabul Polytechnic University Spring Semester
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.
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. Hyper Text Markup Language Markup your text document The markup is the tag Hyper text means you can jump from place to place.
HTML Basic. 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.
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.
Web programming Part 1: HTML 由 NordriDesign 提供
Headings are defined with the to tags. defines the largest heading. defines the smallest heading. Note: Browsers automatically add an empty line before.
Introduction to HTML UWWD. Agenda What do you need? What do you need? What are HTML, CSS, and tags? What are HTML, CSS, and tags? html, head, and body.
Web Authoring with Dreamweaver. Unit Objectives  Be able to define keywords: HTML, HTTP (protocol), browser, web server, client/server, tag, attribute,
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.
Notes Test #2 will be held one week from this Thursday Check to see if you have a Vision account –Launch Netscape –Point & Click to location and type vision.
Web Technology (NCS-504) Prepared By Mr. Abhishek Kesharwani Assistant Professor,UCER Naini,Allahabad.
Introduction lab1. Suzanne J. Sultan 2 What is HTML? The definition of HTML is Hyper Text Markup Language. HTML is a computer language devised to allow.
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.
INT222 – Internet Fundamentals
HTML cancho. HTML HyperText Markup Language A set of HTML tags.
HTML. Hyper Text Markup Language Markup your text document The markup is the tag Hyper text means you can jump from place to place Programming language.
Tutorial #1 Using HTML to Create Web Pages. HTML, XHTML, and CSS HTML – HyperText Markup Language The tags the browser uses to define the content of the.
Command Innovative Technologies HTML (Hyper Tax Markup Language AND CSS(Cascading Style Sheet) 1.
HTML Help book. HTML HTML is the programming language used to make web pages for the Internet. HTML stands for Hyper Text Markup Language. HTML is made.
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.
Web Basics: HTML/CSS/JavaScript What are they?
Introduction to HTML:.
HTML basics
Essential Tags Web Design – Sec 3-3
Elements of HTML Web Design – Sec 3-2
Web Development & Design Foundations with HTML5 8th Edition
Essential Tags Web Design – Sec 3-3
Elements of HTML Web Design – Sec 3-2
Basic HTML and Embed Codes
Introduction to HTML5.
Pertemuan 1 Desain web Pertemuan 1
The Most Basic HTML Page
Getting Started with Marking Up Page Content
Presentation transcript:

>> Introduction to HTML: Tags

Hyper - is the opposite of linear Text – words / sentences / paragraphs Mark-up – Marking the text Language – It is a language It is used to display content you read and see on the web. Web-Based Systems - Misbhauddin 2 HTML - Definition

An HTML document is comprised of one word commands enclosed between the less than ( ) sign Determine how the page is handled Also called “TAGS” Tags nearly always come in pairs: – an opening tag – a closing tag Web-Based Systems - Misbhauddin 3 How to write HTML?

Web-Based Systems - Misbhauddin 4 My First HTML Class Element Start Tag Content End Tag Attribute Tag Structure HTML TAGS element = + content +

HTML Structure Web-Based Systems - Misbhauddin 5 5 Important HTML Tags you should know before coding an HTML document – DOCTYPE – HTML – HEAD – TITLE – BODY

Empty HTML Document Web-based Systems | Misbhauddin 6

Web-Based Systems - Misbhauddin 7 DOCument TYPE Should be placed at the start of each web page Shows which standard the page complies with DOCTYPE Tag HTML ver. 4.1 <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “ HTML ver. 5

Web-Based Systems - Misbhauddin 8 Root Element / Tag Contains all tags that will be used in an HTML document Necessary Attribute “lang” – define the language of the content within the document HTML Tag

Web-Based Systems - Misbhauddin 9 Provide information about the author, title and description of the page Also includes links to other scripting languages such as CSS and JavaScript meta tags (like keywords used by search engines) Includes the tag – Includes a descriptive title of your web page HEAD Tag

Web-Based Systems - Misbhauddin 10 Contains information that will be displayed on the web – Text, Images, Videos, Ads, Links etc. BODY Tag

Web-Based Systems - Misbhauddin 11 Create a new html file and call it “mypage.html” Add the five required tags – doctype, html, head, title and body Add the title text as “My Personal Page” TRY NOW

Web-Based Systems - Misbhauddin 12 Content wrapped within a comment will not be displayed on the web page Comments help keep our files organized Comments become especially useful when there are multiple people working on the same files Comments in HTML HTML comments start with EXAMPLE

TEXT-BASED ELEMENTS IN HTML Web-based Systems | Misbhauddin 13

Web-Based Systems - Misbhauddin 14 the biggest heading the second biggest heading ……… the smallest heading Heading Tags Create a sized heading in the body Make the heading as “My Contact Info (Just don't forget to close it) TRY NOW

Web-Based Systems - Misbhauddin 15 Enclosed between the and tags Paragraph Tag Create three paragraphs using tags Fill them with content Address Telephone Address TRY NOW

Web-Based Systems - Misbhauddin 16 – To make text bold and place a strong importance on it – Enclosed between the and tags Bold Tag For each of the added before Bold the titles Address Telephone Address TRY NOW

Web-Based Systems - Misbhauddin 17 – To italicize text, thereby placing emphasis on it – Enclosed between the and tags Italics Tag For each of the added before Italicize the content of each of them TRY NOW

Web-Based Systems - Misbhauddin 18 HTML Elements Paired ElementsVoid Elements Has both starting & ending tags Example Header Tags Paragraph Tags No End Tag No Content Self-Closes

Web-Based Systems - Misbhauddin 19 HTML is used to give websites structure. We open HTML files using a browser, and the browser renders(shows us) the file. HTML files have a and a (just like you!) In the head, we have the tags, and we use these to specify the webpage's name. How to make headings and paragraphs. How to bold and italicize text on the page Summary