SlideShare a Scribd company logo
WEBCOM INCORP
HTML 
Hyper Text Markup Language is a “markup language”. It is a 
set of instructions to your web browser to cause the text to 
be displayed in a certain way. 
HTML is not a programming language in that it doesn’t allow 
decisions (if statements) or loops. 
HTML is a subset of SGML, Standard Generalized Markup Language, 
which is a generic way of representing any document. “A philosophical 
rule was that HTML should convey the structure of a hypertext 
document, but not the details of its presentation.” 
Since then, HTML has evolved into a presentation language. 
SCO 114-115, 3rd Floor, Sector-34/A Chandigarh +919216242412 http://www.webcomincorp.com
HTML DOCUMENTS 
•HTML documents are text documents 
•We use simple ASCII text files 
•Html file extensions: .html or .htm 
•You can create html documents using: 
•Notepad in Windows and TextEdit (MAC OS X) 
•You can also use HTML Editors 
SCO 114-115, 3rd Floor, Sector-34/A Chandigarh +919216242412 http://www.webcomincorp.com
HTML EDITORS 
•HTML editors are called “WYSIWYG” 
•What You See Is What You Get! 
•Examples of HTML Editors: 
•Dreamweaver 
•Front Page 
•Go Live 
SCO 114-115, 3rd Floor, Sector-34/A Chandigarh +919216242412 http://www.webcomincorp.com
HTML TAGS 
Tags are the instructions or commands give to the browser. 
Example : if you write mohit.. It will display mohit. But if you 
write<b>mohit</b>..It will display mohit in bold... 
Most (but not all!) HTML tags have a start tag and an end tag 
There are two types of tags: 
i) Paired Tags. ii)Unpaired Tags. 
<html></html> <hr>,<img>,<br> 
SCO 114-115, 3rd Floor, Sector-34/A Chandigarh +919216242412 http://www.webcomincorp.com
HTML Documents Structure 
The HTML document is divided into two major parts: 
HEAD: Contains information about the documents: 
Title of the page( which appears at the top of the browser window) 
Meta tags: used to describe the content (used by Search engines) 
JavaScript and Style sheets generally require statements in the 
document head. 
BODY: Contains the actual content of the document 
This is the part that will be displayed in the browser window 
SCO 114-115, 3rd Floor, Sector-34/A Chandigarh +919216242412 http://www.webcomincorp.com
Sample HTML Documents 
<HTML> 
<HEAD> 
<TITLE> My web page </TITLE> 
</HEAD> 
<BODY> 
Content of the document 
</BODY> 
</HTML> 
SCO 114-115, 3rd Floor, Sector-34/A Chandigarh +919216242412 http://www.webcomincorp.com
In HTML Basic Topics 
Formatting Text: <b><i><u><strong><p><h1>to<h6><font><img> 
<sup><sub>&nbsp;<pre><hr> with all attributes 
Hyperlinks & Marquee Tags with all attributes 
Direction,behavior,onmouseover and onmouseout 
Listing 
Orderlist,Unorderlist,Defination List with all attributes 
Tables: cellpadding, cellspacing,rowspan,colspan,nested tables 
Forms: textbox,password,radio,checkbox,buttons, 
placeholder, value,name,dropdown,textarea 
SCO 114-115, 3rd Floor, Sector-34/A Chandigarh +919216242412 http://www.webcomincorp.com
Want To Learn More ? 
JOIN 
WEBCOM INCORP 
SCO 114-115, 3rd Floor, 
Sector-34/A Chandigarh 
+919216242412 
0172-6578448 
info@webcomincorp.com 
http://www.webcomincorp.com 
SCO 114-115, 3rd Floor, Sector-34/A Chandigarh +919216242412 http://www.webcomincorp.com
Like Us on Facebook 
https://www.facebook.com/webcomincorp 
Follow Us on Twitter 
https://twitter.com/webcomincorp 
SCO 114-115, 3rd Floor, Sector-34/A Chandigarh +919216242412 http://www.webcomincorp.com

More Related Content

What's hot

Creating WebPages using HTML
Creating WebPages using HTMLCreating WebPages using HTML
Creating WebPages using HTML
Mohammad Arshad
 
1 introduction to html
1 introduction to html1 introduction to html
1 introduction to htmlmyrajendra
 
Html and dhtml
Html and dhtmlHtml and dhtml
Html and dhtml
Laxmihhar Basti
 
1 introductin to HTML
1 introductin to HTML1 introductin to HTML
1 introductin to HTML
Javed Khan
 
What is html xml and xhtml
What is html xml and xhtmlWhat is html xml and xhtml
What is html xml and xhtml
FkdiMl
 
HTML5 Topic 1
HTML5 Topic 1HTML5 Topic 1
HTML5 Topic 1
Juvywen
 
An Introduction to HTML
An Introduction to HTMLAn Introduction to HTML
An Introduction to HTMLcrea8ivemoiz
 
Web Development - HTML, CSS, JavaScript
Web Development - HTML, CSS, JavaScriptWeb Development - HTML, CSS, JavaScript
Web Development - HTML, CSS, JavaScript
Mark John Lado, MIT
 
Hypertext markup language (html)
Hypertext markup language (html)Hypertext markup language (html)
Hypertext markup language (html)
Aksa Sahi
 
Html n CSS
Html n CSSHtml n CSS
Html n CSS
Sukrit Gupta
 
3. Web Technology Advanced HTML
3. Web Technology Advanced HTML3. Web Technology Advanced HTML
3. Web Technology Advanced HTML
Jyoti Yadav
 
Dhtml
DhtmlDhtml
Introduction to html5
Introduction to html5Introduction to html5
Introduction to html5
Manav Prasad
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
yht4ever
 
HTML5 and DHTML
HTML5 and DHTMLHTML5 and DHTML
HTML5 and DHTML
patelpriyank01
 

What's hot (20)

Creating WebPages using HTML
Creating WebPages using HTMLCreating WebPages using HTML
Creating WebPages using HTML
 
Xhtml
XhtmlXhtml
Xhtml
 
Html
HtmlHtml
Html
 
1 introduction to html
1 introduction to html1 introduction to html
1 introduction to html
 
Dhtml
DhtmlDhtml
Dhtml
 
Html and dhtml
Html and dhtmlHtml and dhtml
Html and dhtml
 
1 introductin to HTML
1 introductin to HTML1 introductin to HTML
1 introductin to HTML
 
What is html xml and xhtml
What is html xml and xhtmlWhat is html xml and xhtml
What is html xml and xhtml
 
HTML5 Topic 1
HTML5 Topic 1HTML5 Topic 1
HTML5 Topic 1
 
An Introduction to HTML
An Introduction to HTMLAn Introduction to HTML
An Introduction to HTML
 
Web Development - HTML, CSS, JavaScript
Web Development - HTML, CSS, JavaScriptWeb Development - HTML, CSS, JavaScript
Web Development - HTML, CSS, JavaScript
 
Hypertext markup language (html)
Hypertext markup language (html)Hypertext markup language (html)
Hypertext markup language (html)
 
Html n CSS
Html n CSSHtml n CSS
Html n CSS
 
Dhtml chapter2
Dhtml chapter2Dhtml chapter2
Dhtml chapter2
 
3. Web Technology Advanced HTML
3. Web Technology Advanced HTML3. Web Technology Advanced HTML
3. Web Technology Advanced HTML
 
Dhtml
DhtmlDhtml
Dhtml
 
Dhtml ppt (2)
Dhtml ppt (2)Dhtml ppt (2)
Dhtml ppt (2)
 
Introduction to html5
Introduction to html5Introduction to html5
Introduction to html5
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
 
HTML5 and DHTML
HTML5 and DHTMLHTML5 and DHTML
HTML5 and DHTML
 

Viewers also liked

Penilaian
PenilaianPenilaian
Penilaian
trisucihandayani
 
South Carolina Research Authority 2010 M2G Certification
South Carolina Research Authority 2010 M2G CertificationSouth Carolina Research Authority 2010 M2G Certification
South Carolina Research Authority 2010 M2G CertificationCharles Rice
 
Speech Presentation
Speech PresentationSpeech Presentation
Speech Presentation
Joyce Costa
 
Lawyers in jacksonville
Lawyers in jacksonvilleLawyers in jacksonville
Lawyers in jacksonville
Law Office of Karen Winston
 
OpenForest -portal and Case of Bark Bread
OpenForest -portal and Case of Bark Bread OpenForest -portal and Case of Bark Bread
OpenForest -portal and Case of Bark Bread
Anu Liljeström
 
Social media presentation
Social media presentationSocial media presentation
Social media presentation
amy348
 
A Brief About Roaming Photos
A Brief About Roaming PhotosA Brief About Roaming Photos
A Brief About Roaming Photos
Creative Event Service Inc.
 
Blog
BlogBlog
Blog
medu96
 
Blog
BlogBlog
Blog
medu96
 
Mezcla
MezclaMezcla
Mezcla
jakymarkezi
 
อ.จิตใส
อ.จิตใสอ.จิตใส
อ.จิตใส
maykai
 
Revisi pid klmpk 1
Revisi pid klmpk 1Revisi pid klmpk 1
Revisi pid klmpk 1
muhammadfaridfaizal
 
Cupcakes!
Cupcakes!Cupcakes!
Cupcakes!
AgatinaLeone
 
Kothari if you are what you eat
Kothari   if you are what you eatKothari   if you are what you eat
Kothari if you are what you eat
Rebah D'Agosta
 
Unidad Educativa Kasama
Unidad Educativa KasamaUnidad Educativa Kasama
Unidad Educativa Kasamatanylucio97
 
LA BATTAGLIA DELLE IDEE: QUEI GIOVANI IMPRENDITORI VERSO IL FUTURO - Retrò On...
LA BATTAGLIA DELLE IDEE: QUEI GIOVANI IMPRENDITORI VERSO IL FUTURO - Retrò On...LA BATTAGLIA DELLE IDEE: QUEI GIOVANI IMPRENDITORI VERSO IL FUTURO - Retrò On...
LA BATTAGLIA DELLE IDEE: QUEI GIOVANI IMPRENDITORI VERSO IL FUTURO - Retrò On...
Luca Bellardini
 
MIMA Monthly May 2015 - "Tactics in Twenty: Data + Tech"
MIMA Monthly May 2015 - "Tactics in Twenty: Data + Tech"MIMA Monthly May 2015 - "Tactics in Twenty: Data + Tech"
MIMA Monthly May 2015 - "Tactics in Twenty: Data + Tech"
Minnesota Interactive Marketing Association
 
L2 keyslides
L2 keyslidesL2 keyslides
L2 keyslidest7260678
 
Pitch new final
Pitch new    finalPitch new    final
Pitch new final
keeley1234
 

Viewers also liked (20)

Penilaian
PenilaianPenilaian
Penilaian
 
South Carolina Research Authority 2010 M2G Certification
South Carolina Research Authority 2010 M2G CertificationSouth Carolina Research Authority 2010 M2G Certification
South Carolina Research Authority 2010 M2G Certification
 
Speech Presentation
Speech PresentationSpeech Presentation
Speech Presentation
 
Lawyers in jacksonville
Lawyers in jacksonvilleLawyers in jacksonville
Lawyers in jacksonville
 
OpenForest -portal and Case of Bark Bread
OpenForest -portal and Case of Bark Bread OpenForest -portal and Case of Bark Bread
OpenForest -portal and Case of Bark Bread
 
Social media presentation
Social media presentationSocial media presentation
Social media presentation
 
A Brief About Roaming Photos
A Brief About Roaming PhotosA Brief About Roaming Photos
A Brief About Roaming Photos
 
Blog
BlogBlog
Blog
 
Blog
BlogBlog
Blog
 
Mezcla
MezclaMezcla
Mezcla
 
อ.จิตใส
อ.จิตใสอ.จิตใส
อ.จิตใส
 
Revisi pid klmpk 1
Revisi pid klmpk 1Revisi pid klmpk 1
Revisi pid klmpk 1
 
Cupcakes!
Cupcakes!Cupcakes!
Cupcakes!
 
Kothari if you are what you eat
Kothari   if you are what you eatKothari   if you are what you eat
Kothari if you are what you eat
 
Unidad Educativa Kasama
Unidad Educativa KasamaUnidad Educativa Kasama
Unidad Educativa Kasama
 
LA BATTAGLIA DELLE IDEE: QUEI GIOVANI IMPRENDITORI VERSO IL FUTURO - Retrò On...
LA BATTAGLIA DELLE IDEE: QUEI GIOVANI IMPRENDITORI VERSO IL FUTURO - Retrò On...LA BATTAGLIA DELLE IDEE: QUEI GIOVANI IMPRENDITORI VERSO IL FUTURO - Retrò On...
LA BATTAGLIA DELLE IDEE: QUEI GIOVANI IMPRENDITORI VERSO IL FUTURO - Retrò On...
 
MIMA Monthly May 2015 - "Tactics in Twenty: Data + Tech"
MIMA Monthly May 2015 - "Tactics in Twenty: Data + Tech"MIMA Monthly May 2015 - "Tactics in Twenty: Data + Tech"
MIMA Monthly May 2015 - "Tactics in Twenty: Data + Tech"
 
L2 keyslides
L2 keyslidesL2 keyslides
L2 keyslides
 
Saurabh
SaurabhSaurabh
Saurabh
 
Pitch new final
Pitch new    finalPitch new    final
Pitch new final
 

Similar to PHP Training in Chandigarh

Html basics
Html basicsHtml basics
Html basics
mcatahir947
 
Html b smart
Html b smartHtml b smart
Html b smart
NaumanShekh
 
introdution-to-html.ppt coding programming
introdution-to-html.ppt coding programmingintrodution-to-html.ppt coding programming
introdution-to-html.ppt coding programming
programizconsultancy
 
HTML Basics by software development company india
HTML Basics by software development company indiaHTML Basics by software development company india
HTML Basics by software development company india
iFour Institute - Sustainable Learning
 
introdution-to-html.ppt
introdution-to-html.pptintrodution-to-html.ppt
introdution-to-html.ppt
SanthoshReddy841587
 
introdution-to-html.ppt
introdution-to-html.pptintrodution-to-html.ppt
introdution-to-html.ppt
Sri Latha
 
summary html.ppt
summary html.pptsummary html.ppt
summary html.ppt
ramansingh911318
 
introdution-to-html.ppt
introdution-to-html.pptintrodution-to-html.ppt
introdution-to-html.ppt
SameerPrajapati18
 
introduction to html.ppt
introduction to html.pptintroduction to html.ppt
introduction to html.ppt
VincentAcapen
 
HTML is a markup language used by the browser to manipulate text, images, and...
HTML is a markup language used by the browser to manipulate text, images, and...HTML is a markup language used by the browser to manipulate text, images, and...
HTML is a markup language used by the browser to manipulate text, images, and...
ssuser6478a8
 
introdution-to-html programming and dhtml
introdution-to-html programming and dhtmlintrodution-to-html programming and dhtml
introdution-to-html programming and dhtml
santhosh sriprada
 
introdution-to-html (1).ppt 12345678909765432
introdution-to-html (1).ppt 12345678909765432introdution-to-html (1).ppt 12345678909765432
introdution-to-html (1).ppt 12345678909765432
RudraRathore6
 
introdution-to-html.ppt for bca ,bsc students
introdution-to-html.ppt for bca ,bsc studentsintrodution-to-html.ppt for bca ,bsc students
introdution-to-html.ppt for bca ,bsc students
MaheshMutnale1
 
introdution-to-html-introdution-to-html.ppt
introdution-to-html-introdution-to-html.pptintrodution-to-html-introdution-to-html.ppt
introdution-to-html-introdution-to-html.ppt
markgilvinson
 
introdution-to-html (1).ppt
introdution-to-html (1).pptintrodution-to-html (1).ppt
introdution-to-html (1).ppt
F3ZONE1
 
introdution-to-html.ppt NJBJGHGJHGGJGJG
introdution-to-html.ppt  NJBJGHGJHGGJGJGintrodution-to-html.ppt  NJBJGHGJHGGJGJG
introdution-to-html.ppt NJBJGHGJHGGJGJG
AMRITHA16
 
html.pptx
html.pptxhtml.pptx
html.pptx
ShivaPrabhakar2
 
introdution-to-html.ppt jahjdbsfhbdhdbjkgbe
introdution-to-html.ppt jahjdbsfhbdhdbjkgbeintrodution-to-html.ppt jahjdbsfhbdhdbjkgbe
introdution-to-html.ppt jahjdbsfhbdhdbjkgbe
JamaicaCabrales
 
introdution-to-html.ppt
introdution-to-html.pptintrodution-to-html.ppt
introdution-to-html.ppt
GezahegnHailu1
 

Similar to PHP Training in Chandigarh (20)

Html basics
Html basicsHtml basics
Html basics
 
Html b smart
Html b smartHtml b smart
Html b smart
 
introdution-to-html.ppt coding programming
introdution-to-html.ppt coding programmingintrodution-to-html.ppt coding programming
introdution-to-html.ppt coding programming
 
Iwt module 1
Iwt  module 1Iwt  module 1
Iwt module 1
 
HTML Basics by software development company india
HTML Basics by software development company indiaHTML Basics by software development company india
HTML Basics by software development company india
 
introdution-to-html.ppt
introdution-to-html.pptintrodution-to-html.ppt
introdution-to-html.ppt
 
introdution-to-html.ppt
introdution-to-html.pptintrodution-to-html.ppt
introdution-to-html.ppt
 
summary html.ppt
summary html.pptsummary html.ppt
summary html.ppt
 
introdution-to-html.ppt
introdution-to-html.pptintrodution-to-html.ppt
introdution-to-html.ppt
 
introduction to html.ppt
introduction to html.pptintroduction to html.ppt
introduction to html.ppt
 
HTML is a markup language used by the browser to manipulate text, images, and...
HTML is a markup language used by the browser to manipulate text, images, and...HTML is a markup language used by the browser to manipulate text, images, and...
HTML is a markup language used by the browser to manipulate text, images, and...
 
introdution-to-html programming and dhtml
introdution-to-html programming and dhtmlintrodution-to-html programming and dhtml
introdution-to-html programming and dhtml
 
introdution-to-html (1).ppt 12345678909765432
introdution-to-html (1).ppt 12345678909765432introdution-to-html (1).ppt 12345678909765432
introdution-to-html (1).ppt 12345678909765432
 
introdution-to-html.ppt for bca ,bsc students
introdution-to-html.ppt for bca ,bsc studentsintrodution-to-html.ppt for bca ,bsc students
introdution-to-html.ppt for bca ,bsc students
 
introdution-to-html-introdution-to-html.ppt
introdution-to-html-introdution-to-html.pptintrodution-to-html-introdution-to-html.ppt
introdution-to-html-introdution-to-html.ppt
 
introdution-to-html (1).ppt
introdution-to-html (1).pptintrodution-to-html (1).ppt
introdution-to-html (1).ppt
 
introdution-to-html.ppt NJBJGHGJHGGJGJG
introdution-to-html.ppt  NJBJGHGJHGGJGJGintrodution-to-html.ppt  NJBJGHGJHGGJGJG
introdution-to-html.ppt NJBJGHGJHGGJGJG
 
html.pptx
html.pptxhtml.pptx
html.pptx
 
introdution-to-html.ppt jahjdbsfhbdhdbjkgbe
introdution-to-html.ppt jahjdbsfhbdhdbjkgbeintrodution-to-html.ppt jahjdbsfhbdhdbjkgbe
introdution-to-html.ppt jahjdbsfhbdhdbjkgbe
 
introdution-to-html.ppt
introdution-to-html.pptintrodution-to-html.ppt
introdution-to-html.ppt
 

Recently uploaded

How to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERPHow to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERP
Celine George
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Vivekanand Anglo Vedic Academy
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
beazzy04
 
Introduction to Quality Improvement Essentials
Introduction to Quality Improvement EssentialsIntroduction to Quality Improvement Essentials
Introduction to Quality Improvement Essentials
Excellence Foundation for South Sudan
 
The Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonThe Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve Thomason
Steve Thomason
 
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdfESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
Fundacja Rozwoju Społeczeństwa Przedsiębiorczego
 
Sectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdfSectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdf
Vivekanand Anglo Vedic Academy
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
Anna Sz.
 
Fish and Chips - have they had their chips
Fish and Chips - have they had their chipsFish and Chips - have they had their chips
Fish and Chips - have they had their chips
GeoBlogs
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
siemaillard
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
Nguyen Thanh Tu Collection
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptxMARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
bennyroshan06
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
Jisc
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumers
PedroFerreira53928
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
Jheel Barad
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
 

Recently uploaded (20)

How to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERPHow to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERP
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
 
Introduction to Quality Improvement Essentials
Introduction to Quality Improvement EssentialsIntroduction to Quality Improvement Essentials
Introduction to Quality Improvement Essentials
 
The Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonThe Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve Thomason
 
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdfESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
 
Sectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdfSectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdf
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
 
Fish and Chips - have they had their chips
Fish and Chips - have they had their chipsFish and Chips - have they had their chips
Fish and Chips - have they had their chips
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptxMARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumers
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
 

PHP Training in Chandigarh

  • 2. HTML Hyper Text Markup Language is a “markup language”. It is a set of instructions to your web browser to cause the text to be displayed in a certain way. HTML is not a programming language in that it doesn’t allow decisions (if statements) or loops. HTML is a subset of SGML, Standard Generalized Markup Language, which is a generic way of representing any document. “A philosophical rule was that HTML should convey the structure of a hypertext document, but not the details of its presentation.” Since then, HTML has evolved into a presentation language. SCO 114-115, 3rd Floor, Sector-34/A Chandigarh +919216242412 http://www.webcomincorp.com
  • 3. HTML DOCUMENTS •HTML documents are text documents •We use simple ASCII text files •Html file extensions: .html or .htm •You can create html documents using: •Notepad in Windows and TextEdit (MAC OS X) •You can also use HTML Editors SCO 114-115, 3rd Floor, Sector-34/A Chandigarh +919216242412 http://www.webcomincorp.com
  • 4. HTML EDITORS •HTML editors are called “WYSIWYG” •What You See Is What You Get! •Examples of HTML Editors: •Dreamweaver •Front Page •Go Live SCO 114-115, 3rd Floor, Sector-34/A Chandigarh +919216242412 http://www.webcomincorp.com
  • 5. HTML TAGS Tags are the instructions or commands give to the browser. Example : if you write mohit.. It will display mohit. But if you write<b>mohit</b>..It will display mohit in bold... Most (but not all!) HTML tags have a start tag and an end tag There are two types of tags: i) Paired Tags. ii)Unpaired Tags. <html></html> <hr>,<img>,<br> SCO 114-115, 3rd Floor, Sector-34/A Chandigarh +919216242412 http://www.webcomincorp.com
  • 6. HTML Documents Structure The HTML document is divided into two major parts: HEAD: Contains information about the documents: Title of the page( which appears at the top of the browser window) Meta tags: used to describe the content (used by Search engines) JavaScript and Style sheets generally require statements in the document head. BODY: Contains the actual content of the document This is the part that will be displayed in the browser window SCO 114-115, 3rd Floor, Sector-34/A Chandigarh +919216242412 http://www.webcomincorp.com
  • 7. Sample HTML Documents <HTML> <HEAD> <TITLE> My web page </TITLE> </HEAD> <BODY> Content of the document </BODY> </HTML> SCO 114-115, 3rd Floor, Sector-34/A Chandigarh +919216242412 http://www.webcomincorp.com
  • 8. In HTML Basic Topics Formatting Text: <b><i><u><strong><p><h1>to<h6><font><img> <sup><sub>&nbsp;<pre><hr> with all attributes Hyperlinks & Marquee Tags with all attributes Direction,behavior,onmouseover and onmouseout Listing Orderlist,Unorderlist,Defination List with all attributes Tables: cellpadding, cellspacing,rowspan,colspan,nested tables Forms: textbox,password,radio,checkbox,buttons, placeholder, value,name,dropdown,textarea SCO 114-115, 3rd Floor, Sector-34/A Chandigarh +919216242412 http://www.webcomincorp.com
  • 9. Want To Learn More ? JOIN WEBCOM INCORP SCO 114-115, 3rd Floor, Sector-34/A Chandigarh +919216242412 0172-6578448 info@webcomincorp.com http://www.webcomincorp.com SCO 114-115, 3rd Floor, Sector-34/A Chandigarh +919216242412 http://www.webcomincorp.com
  • 10. Like Us on Facebook https://www.facebook.com/webcomincorp Follow Us on Twitter https://twitter.com/webcomincorp SCO 114-115, 3rd Floor, Sector-34/A Chandigarh +919216242412 http://www.webcomincorp.com