SlideShare une entreprise Scribd logo
1  sur  16
HTML Basic Tags
Prepared By: Aditya Roy
Anil Bhatt
Rajkiya Pratibha Vikas Vidyalaya Tyagraj Nagar Lodi road New Delhi:110003Rajkiya Pratibha Vikas Vidyalaya Tyagraj Nagar Lodi road New Delhi:110003
What you need for website
What the following term mean:
Web server: a system on the internet containg one or more web
site
Web site: a collection of one or more web pages
Web pages: single disk file with a single file name
Home pages: first page in website
Think about the followings before working your Web pages.
Think about the sort of information(content) you want to put on
the Web.
Set the goals for the Web site.
Organize your content into main topics.
Come up with a general structure for pages and topics.
What is HTML?
 HTML is a markup language for describing web documents (web pages).
 HTML stands for Hyper Text Markup Language
 A markup language is a set of markup tags
 HTML documents are described by HTML tags
 Each HTML tag describes different document content
HTML Documents
 All HTML documents must start with a type declaration: <!DOCTYPE html>.
 The HTML document itself begins with <html> and ends with </html>.
 The visible part of the HTML document is between <body> and </body>
HTML Editors
Write HTML Using Notepad or TextEdit
HTML can be edited by using professional HTML editors like:
Microsoft WebMatrix
Sublime Text
However, for learning HTML we recommend a text editor like Notepad (PC) or
TextEdit (Mac).
We believe using a simple text editor is a good way to learn HTML.
HTML DOCUMENT FORMAT
HTML Tags
HTML markup tags are usually called HTML tags
Tags are ;
surrounded with angle brackets like this
<B> or <I>.
Most tags come in pairs
exceptions: <P>, <br>, <li> tags …
The first tag turns the action on, and the second turns it off.
 NOTE:NOTE:Some browsers don't support the some tags and some attributes.Some browsers don't support the some tags and some attributes.
HTML Elements
 HTML Elements
 HTML elements are written with a start tag, with an end tag, with
the content in between:
 <tagname>content</tagname>
 The HTML element is everything from the start tag to the end tag:
 <p>My first HTML paragraph.</p>

Basic About HTML Tags
We will study all the header and body tags In other Slide, but for now let's see what is <!doctype…> tag.
The <!DOCTYPE> Declaration
 The <!DOCTYPE> declaration helps the browser to display a web page
correctly.
Heading Tags
 You can use different sizes for your headings. HTML also has six levels of
headings, which use the elements <h1>, <h2>, <h3>, <h4>, <h5>, and <h6>
Paragraph Tag
 The HTML <p> element defines a paragraph.
 Example
<p>This is a paragraph</p>
<p>This is another paragraph</p>
 Don't Forget the End Tag
 Most browsers will display HTML correctly even if you forget the end tag
HTML Line Breaks
 The HTML <br> element defines a line break.
 Use <br> if you want a line break (a new line) without starting a new
paragraph
 Example
<p>This is<br>a para<br>graph with line breaks</p>
 The <br> element is an empty HTML element.
Empty HTML Elements:HTML elements with no content are called empty
elements.
<br> is an empty element without a closing tag (the <br> tag defines a line
break).
HTML Attributes
 Attributes provide additional information about HTML elements.
 HTML elements can have attributes
 Attributes are always specified in the start tag
FOR EXAMPLE:The lang Attribute
 The document language can be declared in the <html> tag.
 The language is declared in the lang attribute.
<html lang="en-US">
Web Browsers
The purpose of a web browser (Chrome, IE, Firefox, Safari) is to read HTML documents and display them.
The browser does not display the HTML tags, but uses them to determine how to display the document:
End Of HTML Tour

Contenu connexe

Tendances

HTML Introduction
HTML IntroductionHTML Introduction
HTML Introduction
c525600
 

Tendances (14)

Html tutorial
Html tutorialHtml tutorial
Html tutorial
 
Html basics NOTE
Html basics NOTEHtml basics NOTE
Html basics NOTE
 
HTML Introduction
HTML IntroductionHTML Introduction
HTML Introduction
 
Lecture 2 introduction to html basics
Lecture 2 introduction to html basicsLecture 2 introduction to html basics
Lecture 2 introduction to html basics
 
Intro To HTML
Intro To HTMLIntro To HTML
Intro To HTML
 
Computer fundamentals-internet p2
Computer fundamentals-internet p2Computer fundamentals-internet p2
Computer fundamentals-internet p2
 
Basic knowledge on html and dhtml
 Basic knowledge on html and dhtml Basic knowledge on html and dhtml
Basic knowledge on html and dhtml
 
basic introduction of html tags
basic introduction  of html tagsbasic introduction  of html tags
basic introduction of html tags
 
INTRODUCTION TO HTML
INTRODUCTION TO HTMLINTRODUCTION TO HTML
INTRODUCTION TO HTML
 
HTML and DHTML
HTML and DHTMLHTML and DHTML
HTML and DHTML
 
HTML5 Topic 1
HTML5 Topic 1HTML5 Topic 1
HTML5 Topic 1
 
HTML- Hyper Text Markup Language
HTML- Hyper Text Markup LanguageHTML- Hyper Text Markup Language
HTML- Hyper Text Markup Language
 
Html basics
Html basicsHtml basics
Html basics
 
Html basics
Html basicsHtml basics
Html basics
 

Similaire à Html presantation

Similaire à Html presantation (20)

Introduction to HTML.pptx
Introduction to HTML.pptxIntroduction to HTML.pptx
Introduction to HTML.pptx
 
Html presentation
Html presentationHtml presentation
Html presentation
 
Html tutorial
Html tutorialHtml tutorial
Html tutorial
 
Html tutorial
Html tutorialHtml tutorial
Html tutorial
 
Learn html from www
Learn html from wwwLearn html from www
Learn html from www
 
Html_Day_One (W3Schools)
Html_Day_One (W3Schools)Html_Day_One (W3Schools)
Html_Day_One (W3Schools)
 
Htmlnotes 150323102005-conversion-gate01
Htmlnotes 150323102005-conversion-gate01Htmlnotes 150323102005-conversion-gate01
Htmlnotes 150323102005-conversion-gate01
 
Tm 1st quarter - 1st meeting
Tm   1st quarter - 1st meetingTm   1st quarter - 1st meeting
Tm 1st quarter - 1st meeting
 
Html example
Html exampleHtml example
Html example
 
Html
HtmlHtml
Html
 
Html basics
Html basicsHtml basics
Html basics
 
HTML_Basics.pdf
HTML_Basics.pdfHTML_Basics.pdf
HTML_Basics.pdf
 
Html basics
Html basicsHtml basics
Html basics
 
Html basics
Html basicsHtml basics
Html basics
 
Html basics
Html basicsHtml basics
Html basics
 
Html basic file
Html basic fileHtml basic file
Html basic file
 
Html basics
Html basicsHtml basics
Html basics
 
Html BASICS
Html BASICSHtml BASICS
Html BASICS
 
Html basics 1
Html basics 1Html basics 1
Html basics 1
 
Appdev appdev appdev app devAPPDEV 1.2.pptx
Appdev appdev appdev app devAPPDEV 1.2.pptxAppdev appdev appdev app devAPPDEV 1.2.pptx
Appdev appdev appdev app devAPPDEV 1.2.pptx
 

Plus de Adityaroy110

Ulike science SAMPLE PAPER (BIOLOGY)LIFE PROCESS
Ulike science SAMPLE PAPER (BIOLOGY)LIFE PROCESSUlike science SAMPLE PAPER (BIOLOGY)LIFE PROCESS
Ulike science SAMPLE PAPER (BIOLOGY)LIFE PROCESS
Adityaroy110
 

Plus de Adityaroy110 (18)

Web Application Class XI (BOOK 1)
Web Application Class XI (BOOK 1)Web Application Class XI (BOOK 1)
Web Application Class XI (BOOK 1)
 
I.T Tool Class XI (Book-2)
I.T Tool Class XI (Book-2)I.T Tool Class XI (Book-2)
I.T Tool Class XI (Book-2)
 
I.T Class XI Syllabus
I.T Class XI SyllabusI.T Class XI Syllabus
I.T Class XI Syllabus
 
Human eye
Human eyeHuman eye
Human eye
 
Maths 2016 paper with solution
Maths 2016 paper with solutionMaths 2016 paper with solution
Maths 2016 paper with solution
 
पद परिचय
पद परिचयपद परिचय
पद परिचय
 
पद परिचय
पद परिचयपद परिचय
पद परिचय
 
Colours of some common salts compounds
Colours of some common salts  compoundsColours of some common salts  compounds
Colours of some common salts compounds
 
Command line
Command lineCommand line
Command line
 
C language in hindi
C language in hindiC language in hindi
C language in hindi
 
2013 class 10 paper(first term)
2013 class 10  paper(first term)2013 class 10  paper(first term)
2013 class 10 paper(first term)
 
Information Technology (IX CLASS FIRST TERM)
Information Technology (IX CLASS FIRST TERM) Information Technology (IX CLASS FIRST TERM)
Information Technology (IX CLASS FIRST TERM)
 
Evolution of computer_networks
Evolution of computer_networksEvolution of computer_networks
Evolution of computer_networks
 
Ulike science SAMPLE PAPER (BIOLOGY)LIFE PROCESS
Ulike science SAMPLE PAPER (BIOLOGY)LIFE PROCESSUlike science SAMPLE PAPER (BIOLOGY)LIFE PROCESS
Ulike science SAMPLE PAPER (BIOLOGY)LIFE PROCESS
 
Resistance 2
Resistance 2Resistance 2
Resistance 2
 
Math MCQ FOR CLASS 9
Math MCQ FOR CLASS 9Math MCQ FOR CLASS 9
Math MCQ FOR CLASS 9
 
Math mcq
Math mcqMath mcq
Math mcq
 
Math mcq
Math mcqMath mcq
Math mcq
 

Dernier

Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
ciinovamais
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
KarakKing
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
AnaAcapella
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 

Dernier (20)

2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 

Html presantation

  • 1. HTML Basic Tags Prepared By: Aditya Roy Anil Bhatt Rajkiya Pratibha Vikas Vidyalaya Tyagraj Nagar Lodi road New Delhi:110003Rajkiya Pratibha Vikas Vidyalaya Tyagraj Nagar Lodi road New Delhi:110003
  • 2. What you need for website What the following term mean: Web server: a system on the internet containg one or more web site Web site: a collection of one or more web pages Web pages: single disk file with a single file name Home pages: first page in website Think about the followings before working your Web pages. Think about the sort of information(content) you want to put on the Web. Set the goals for the Web site. Organize your content into main topics. Come up with a general structure for pages and topics.
  • 3. What is HTML?  HTML is a markup language for describing web documents (web pages).  HTML stands for Hyper Text Markup Language  A markup language is a set of markup tags  HTML documents are described by HTML tags  Each HTML tag describes different document content
  • 4. HTML Documents  All HTML documents must start with a type declaration: <!DOCTYPE html>.  The HTML document itself begins with <html> and ends with </html>.  The visible part of the HTML document is between <body> and </body>
  • 5. HTML Editors Write HTML Using Notepad or TextEdit HTML can be edited by using professional HTML editors like: Microsoft WebMatrix Sublime Text However, for learning HTML we recommend a text editor like Notepad (PC) or TextEdit (Mac). We believe using a simple text editor is a good way to learn HTML.
  • 7. HTML Tags HTML markup tags are usually called HTML tags Tags are ; surrounded with angle brackets like this <B> or <I>. Most tags come in pairs exceptions: <P>, <br>, <li> tags … The first tag turns the action on, and the second turns it off.  NOTE:NOTE:Some browsers don't support the some tags and some attributes.Some browsers don't support the some tags and some attributes.
  • 8. HTML Elements  HTML Elements  HTML elements are written with a start tag, with an end tag, with the content in between:  <tagname>content</tagname>  The HTML element is everything from the start tag to the end tag:  <p>My first HTML paragraph.</p> 
  • 9. Basic About HTML Tags We will study all the header and body tags In other Slide, but for now let's see what is <!doctype…> tag.
  • 10. The <!DOCTYPE> Declaration  The <!DOCTYPE> declaration helps the browser to display a web page correctly.
  • 11. Heading Tags  You can use different sizes for your headings. HTML also has six levels of headings, which use the elements <h1>, <h2>, <h3>, <h4>, <h5>, and <h6>
  • 12. Paragraph Tag  The HTML <p> element defines a paragraph.  Example <p>This is a paragraph</p> <p>This is another paragraph</p>  Don't Forget the End Tag  Most browsers will display HTML correctly even if you forget the end tag
  • 13. HTML Line Breaks  The HTML <br> element defines a line break.  Use <br> if you want a line break (a new line) without starting a new paragraph  Example <p>This is<br>a para<br>graph with line breaks</p>  The <br> element is an empty HTML element. Empty HTML Elements:HTML elements with no content are called empty elements. <br> is an empty element without a closing tag (the <br> tag defines a line break).
  • 14. HTML Attributes  Attributes provide additional information about HTML elements.  HTML elements can have attributes  Attributes are always specified in the start tag FOR EXAMPLE:The lang Attribute  The document language can be declared in the <html> tag.  The language is declared in the lang attribute. <html lang="en-US">
  • 15. Web Browsers The purpose of a web browser (Chrome, IE, Firefox, Safari) is to read HTML documents and display them. The browser does not display the HTML tags, but uses them to determine how to display the document:
  • 16. End Of HTML Tour