SlideShare a Scribd company logo
WEB DEVELOPMENT
(HTML&CSS)
PRESENTED BY:
SYED ABDULLAH HASSAN
M.ZAKRIYA
Internet
• Internet can be defined as the
worldwide network where
machines like computers, servers,
and smart devices are connected
together for communication and
data exchange purposes.
• Internet is the network of
networks interconnecting
computing devices located
throughout the world. These
networks use some
communication protocols to link
the network devices with each
other.
World Wide Web
• The World Wide Web (WWW) is a network of
online content that is formatted in HTML and
accessed via HTTP.
• The term refers to all the interlinked HTML pages
that can be accessed over the Internet.
• The World Wide Web was originally designed in
1991 by Tim Berners-Lee while he was a
contractor at CERN.
• The World Wide Web is most
often referred to simply as
"the Web."
Internet vs Web
• The internet is an enormous network of billions of
connected computers and other hardware devices. Each
device can connect with any other device as long as they're
both connected to the internet with valid IP addresses.
• Web, on the other hand, consists of all the web pages you
can view when you access the internet.
• The internet — not the web — is also used for email,
instant messages, newsgroups, and file transfers.
• In other words, the web is just a large portion of the
internet, but it isn't all of it.
Domain Name vs IP Address
• A domain name is your website name. A domain name is the
address where Internet users can access your website. A
domain name is used for finding and identifying computers on
the Internet.
• Computers use IP addresses, which are a series of number.
However, it is difficult for humans to remember strings of
numbers. Because of this, domain names were developed and
used to identify entities on the Internet rather than using IP
addresses.
Domain Name Server
Inter Service Provider
• An Internet Service Provider (ISP) is the
industry term for the company that is able to
provide you with access to the Internet,
typically from a computer.
• An ISP is your gateway to the Internet and
everything else you can do online. The second
your connection is activated and set up, you'll
be able to send emails, go shopping, do
research and more.
Website MindMap
 Structure
 Content
 Layout
HTML
Importance of HTML
• HTML is easy to use and
understand
• All browsers support HTML
• HTML is free
• Most development tools support
HTML
• HTML is most search engine
friendly
• In most cases, HTML is all you
need
• Everything is eventually translated
to HTML on internet.
HTML is the
"mother tongue"
of your browser.
HTML was invented in 1990 by a scientist called Tim Berners-Lee.
HTML: What is it?
• HTML stands for Hyper Text Markup Language
• An HTML file is a text file containing small markup tags
<HTML> </HMTL>
• The markup tags tell the Web browser how to display the
page
• An HTML file can be created using a simple text editor or a
WYSIWYG editor
Anatomy of a Website
Your Content + HTML: Structure + CSS: Presentation = Your Website
 A website is a way to
present your content to
the world, using HTML
and CSS to present that
content & make it look
good
HTML TAG SYNTAX
• An HTML element starts with a start tag /
opening tag
• An HTML element ends with an end tag /
closing tag
• The element content is everything
between the start and the end tag
• Some HTML elements have empty content
• Empty elements are closed in the start tag
• Most HTML elements can have attributes
HTML Page Structure
<!DOCTYPE html>
<html>
<head>
<title>
Title of the document
</title>
<link rel=“stylesheet” type=“text/css”
href=“main.css” />
</head>
<body>
<h1>
HTML Document
</h1>
<p>
This is a sample HTML document to
understand basic structure.
</p>
</body>
</html>
Tag Description
<html> Defines an HTML document
<title> Defines a title for the document
<body> Defines the document's body
<h1> to <h6> Defines HTML headings
<p> Defines a paragraph
<br> Inserts a single line break
<a> Defines a hyperlink
<!--...--> Defines a comment
<strong> Defines important text
<img> Defines an image
Tag Description
<form> Defines an HTML form for user input
<input> Defines an input control
<textarea> Defines a multiline input control (text area)
<button> Defines a clickable button
<select> Defines a drop-down list
<optgroup> Defines a group of related options in a drop-down list
<option> Defines an option in a drop-down list
<label> Defines a label for an <input> element
<fieldset> Groups related elements in a form
HTML Code with Output
What is CSS ?
• CSS stands
for Cascading Style Sheets
• Styles define how to
display HTML elements
• Styles were added to HTML
4.0 to solve a problem
• External Style Sheets can
save a lot of work
• External Style Sheets are
stored in CSS files
CSS Syntax
Selector
• all elements of a specific type, e.g. the second
level headers h2
• to elements specified by attribute, in
particular:
– id: is used to specify a style for a single, unique
element.
– Class : is used to specify a style for a group of
elements. Unlike the id selector, the class
selector is most often used on several elements..
Declaration Block
A declaration block consists of a list
of declarations in braces. Each declaration itself
consists of a property, a colon (:), and a value. If
there are multiple declarations in a block, a
semi-colon (;) must be inserted to separate
each declaration.
3 Ways to Insert CSS
• External style sheet
• Internal style sheet
• Inline style
Thank you
Site Builders
Content Management Systems
• A content management system (CMS) is a
software application or set of related
programs that are used to create and
manage digital content.
– Better Content Management System
– Consistency in Look and Feel of Website
– Complete control over the Website
– Updatable Anytime with Simple
Customizations
Easy web development
• Wordpress.com
• Site123.com

More Related Content

Similar to Introduction To HTML

Module 5 and 6
Module 5 and 6Module 5 and 6
Module 5 and 6
Mitali Chugh
 
Html and css presentation
Html and css presentationHtml and css presentation
Html and css presentation
umesh patil
 
HTML & CSS.ppt
HTML & CSS.pptHTML & CSS.ppt
HTML & CSS.ppt
vaseemshaik21
 
Web Concepts - an introduction - introduction
Web Concepts - an introduction - introductionWeb Concepts - an introduction - introduction
Web Concepts - an introduction - introduction
clement swarnappa
 
BITM3730Week1.pptx
BITM3730Week1.pptxBITM3730Week1.pptx
BITM3730Week1.pptx
MattMarino13
 
Web Technology.pptx
Web Technology.pptxWeb Technology.pptx
Web Technology.pptx
VishalJaishwar
 
9781285852645_CH01 research and analysis of data.pptx
9781285852645_CH01 research and analysis of data.pptx9781285852645_CH01 research and analysis of data.pptx
9781285852645_CH01 research and analysis of data.pptx
clement swarnappa
 
Web forms and html (lect 1)
Web forms and html (lect 1)Web forms and html (lect 1)
Web forms and html (lect 1)
Salman Memon
 
Developing Website.pptx
Developing Website.pptxDeveloping Website.pptx
Developing Website.pptx
ssuser8efb33
 
Html
HtmlHtml
mst_unit1.pptx
mst_unit1.pptxmst_unit1.pptx
mst_unit1.pptx
michaelaaron25322
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
ZainudinGenso
 
Web design - HTML (Hypertext Markup Language) introduction
Web design - HTML (Hypertext Markup Language) introductionWeb design - HTML (Hypertext Markup Language) introduction
Web design - HTML (Hypertext Markup Language) introduction
Mustafa Kamel Mohammadi
 
Pm shandilya-s-wcodew-web-methodology
Pm shandilya-s-wcodew-web-methodologyPm shandilya-s-wcodew-web-methodology
Pm shandilya-s-wcodew-web-methodology
prashant mishra
 
Lab1_HTML.pptx
Lab1_HTML.pptxLab1_HTML.pptx
Lab1_HTML.pptx
IslamGhonimi1
 
Introduction web tech
Introduction web techIntroduction web tech
Introduction web tech
Liaquat Rahoo
 
Website/Web Applications / Static vs Dynamic Website / Web Browser /
Website/Web Applications  / Static vs Dynamic Website / Web Browser / Website/Web Applications  / Static vs Dynamic Website / Web Browser /
Website/Web Applications / Static vs Dynamic Website / Web Browser /
Sachin Yadav
 

Similar to Introduction To HTML (20)

web development process WT
web development process WTweb development process WT
web development process WT
 
Module 5 and 6
Module 5 and 6Module 5 and 6
Module 5 and 6
 
Html and css presentation
Html and css presentationHtml and css presentation
Html and css presentation
 
HTML & CSS.ppt
HTML & CSS.pptHTML & CSS.ppt
HTML & CSS.ppt
 
Web Concepts - an introduction - introduction
Web Concepts - an introduction - introductionWeb Concepts - an introduction - introduction
Web Concepts - an introduction - introduction
 
Iwt module 1
Iwt  module 1Iwt  module 1
Iwt module 1
 
BITM3730Week1.pptx
BITM3730Week1.pptxBITM3730Week1.pptx
BITM3730Week1.pptx
 
Web Technology.pptx
Web Technology.pptxWeb Technology.pptx
Web Technology.pptx
 
9781285852645_CH01 research and analysis of data.pptx
9781285852645_CH01 research and analysis of data.pptx9781285852645_CH01 research and analysis of data.pptx
9781285852645_CH01 research and analysis of data.pptx
 
Web forms and html (lect 1)
Web forms and html (lect 1)Web forms and html (lect 1)
Web forms and html (lect 1)
 
Developing Website.pptx
Developing Website.pptxDeveloping Website.pptx
Developing Website.pptx
 
Html
HtmlHtml
Html
 
mst_unit1.pptx
mst_unit1.pptxmst_unit1.pptx
mst_unit1.pptx
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
 
Web design - HTML (Hypertext Markup Language) introduction
Web design - HTML (Hypertext Markup Language) introductionWeb design - HTML (Hypertext Markup Language) introduction
Web design - HTML (Hypertext Markup Language) introduction
 
Pm shandilya-s-wcodew-web-methodology
Pm shandilya-s-wcodew-web-methodologyPm shandilya-s-wcodew-web-methodology
Pm shandilya-s-wcodew-web-methodology
 
Lab1_HTML.pptx
Lab1_HTML.pptxLab1_HTML.pptx
Lab1_HTML.pptx
 
Introduction web tech
Introduction web techIntroduction web tech
Introduction web tech
 
Website/Web Applications / Static vs Dynamic Website / Web Browser /
Website/Web Applications  / Static vs Dynamic Website / Web Browser / Website/Web Applications  / Static vs Dynamic Website / Web Browser /
Website/Web Applications / Static vs Dynamic Website / Web Browser /
 
Html
HtmlHtml
Html
 

Recently uploaded

2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Thiyagu K
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
EduSkills OECD
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
thanhdowork
 
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
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
David Douglas School District
 
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
TechSoup
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
Special education needs
 
Normal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of LabourNormal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of Labour
Wasim Ak
 
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBCSTRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
kimdan468
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
DeeptiGupta154
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
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
 
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
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
Peter Windle
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
Nguyen Thanh Tu Collection
 

Recently uploaded (20)

2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.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
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
 
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
 
Normal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of LabourNormal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of Labour
 
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBCSTRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
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
 
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
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
 

Introduction To HTML

  • 2.
  • 3. Internet • Internet can be defined as the worldwide network where machines like computers, servers, and smart devices are connected together for communication and data exchange purposes. • Internet is the network of networks interconnecting computing devices located throughout the world. These networks use some communication protocols to link the network devices with each other.
  • 4. World Wide Web • The World Wide Web (WWW) is a network of online content that is formatted in HTML and accessed via HTTP. • The term refers to all the interlinked HTML pages that can be accessed over the Internet. • The World Wide Web was originally designed in 1991 by Tim Berners-Lee while he was a contractor at CERN. • The World Wide Web is most often referred to simply as "the Web."
  • 5. Internet vs Web • The internet is an enormous network of billions of connected computers and other hardware devices. Each device can connect with any other device as long as they're both connected to the internet with valid IP addresses. • Web, on the other hand, consists of all the web pages you can view when you access the internet. • The internet — not the web — is also used for email, instant messages, newsgroups, and file transfers. • In other words, the web is just a large portion of the internet, but it isn't all of it.
  • 6. Domain Name vs IP Address • A domain name is your website name. A domain name is the address where Internet users can access your website. A domain name is used for finding and identifying computers on the Internet. • Computers use IP addresses, which are a series of number. However, it is difficult for humans to remember strings of numbers. Because of this, domain names were developed and used to identify entities on the Internet rather than using IP addresses.
  • 8.
  • 9. Inter Service Provider • An Internet Service Provider (ISP) is the industry term for the company that is able to provide you with access to the Internet, typically from a computer. • An ISP is your gateway to the Internet and everything else you can do online. The second your connection is activated and set up, you'll be able to send emails, go shopping, do research and more.
  • 10.
  • 11.
  • 12. Website MindMap  Structure  Content  Layout
  • 13. HTML
  • 14. Importance of HTML • HTML is easy to use and understand • All browsers support HTML • HTML is free • Most development tools support HTML • HTML is most search engine friendly • In most cases, HTML is all you need • Everything is eventually translated to HTML on internet. HTML is the "mother tongue" of your browser. HTML was invented in 1990 by a scientist called Tim Berners-Lee.
  • 15. HTML: What is it? • HTML stands for Hyper Text Markup Language • An HTML file is a text file containing small markup tags <HTML> </HMTL> • The markup tags tell the Web browser how to display the page • An HTML file can be created using a simple text editor or a WYSIWYG editor
  • 16. Anatomy of a Website Your Content + HTML: Structure + CSS: Presentation = Your Website  A website is a way to present your content to the world, using HTML and CSS to present that content & make it look good
  • 17. HTML TAG SYNTAX • An HTML element starts with a start tag / opening tag • An HTML element ends with an end tag / closing tag • The element content is everything between the start and the end tag • Some HTML elements have empty content • Empty elements are closed in the start tag • Most HTML elements can have attributes
  • 18. HTML Page Structure <!DOCTYPE html> <html> <head> <title> Title of the document </title> <link rel=“stylesheet” type=“text/css” href=“main.css” /> </head> <body> <h1> HTML Document </h1> <p> This is a sample HTML document to understand basic structure. </p> </body> </html>
  • 19. Tag Description <html> Defines an HTML document <title> Defines a title for the document <body> Defines the document's body <h1> to <h6> Defines HTML headings <p> Defines a paragraph <br> Inserts a single line break <a> Defines a hyperlink <!--...--> Defines a comment <strong> Defines important text <img> Defines an image
  • 20. Tag Description <form> Defines an HTML form for user input <input> Defines an input control <textarea> Defines a multiline input control (text area) <button> Defines a clickable button <select> Defines a drop-down list <optgroup> Defines a group of related options in a drop-down list <option> Defines an option in a drop-down list <label> Defines a label for an <input> element <fieldset> Groups related elements in a form
  • 21. HTML Code with Output
  • 22.
  • 23. What is CSS ? • CSS stands for Cascading Style Sheets • Styles define how to display HTML elements • Styles were added to HTML 4.0 to solve a problem • External Style Sheets can save a lot of work • External Style Sheets are stored in CSS files
  • 24. CSS Syntax Selector • all elements of a specific type, e.g. the second level headers h2 • to elements specified by attribute, in particular: – id: is used to specify a style for a single, unique element. – Class : is used to specify a style for a group of elements. Unlike the id selector, the class selector is most often used on several elements.. Declaration Block A declaration block consists of a list of declarations in braces. Each declaration itself consists of a property, a colon (:), and a value. If there are multiple declarations in a block, a semi-colon (;) must be inserted to separate each declaration.
  • 25. 3 Ways to Insert CSS • External style sheet • Internal style sheet • Inline style
  • 28. Content Management Systems • A content management system (CMS) is a software application or set of related programs that are used to create and manage digital content. – Better Content Management System – Consistency in Look and Feel of Website – Complete control over the Website – Updatable Anytime with Simple Customizations
  • 29. Easy web development • Wordpress.com • Site123.com

Editor's Notes

  1. http://www.vtech-seo.com/web-design-articles/advantages-of-html.html
  2. That is the language that makes it possible for various computers to communicate with each other. These computers may be on different networks, in different countries, different platforms, different operating systems, desktops, mobiles, tablets, et cetera.HTML is the common tongue. It's what makes all of this possible. HTML stands for Hypertext Markup Language. Hypertext refers to the ability to create links to other pages and other web resources. Markup means that it's used for creating pages of formatted text along with images and other resources embedded in the page.  The ability to create hyperlinks is a fundamental capability in HTML.
  3. The doctype isn't an actual tag, but it needs to be at start at every HTML page to tell browser which version of HTML you're using (HTML5, in example below). The html tag is always the first tag in the page. <!DOCTYPE html> <html> </html>
  4. https://www.youtube.com/watch?v=cNN_tTXABUA