際際滷

際際滷Share a Scribd company logo
Representing By: Aamir Sohail
Class: RIA
Semester: 6th
Html and cssHtml and css
Department Of Computer ScienceDepartment Of Computer Science
Govt Post Graduate College Dargai MalakandGovt Post Graduate College Dargai Malakand
Page  2
HTMLHTML
Hypertext Markup Language
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
Page  3
Markup LanguageMarkup Language
Markup油languages are designed for the
processing,油definition油and presentation of text.
The language specifies code for formatting, both the layout
and style, within a text file.
The code used to specify the formatting are called油tags.
HTML is an example of a widely known and used油markup油language.
Page  4
HTMLHTML
HTML documents are described by油HTML tags
Each HTML tag油describes油different document content
Page  5
A small HTML document:A small HTML document:
<!DOCTYPE油html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>
Page  6
Example Explained
 The油DOCTYPE油declaration defines the document type to be
HTML
 The text between油<html>油and油</html>油describes an HTML
document
 The text between油<head>油and油</head>油provides information
about the document
 The text between油<title>油and油</title>油provides a title for the
document
 The text between油<body>油and油</body>油describes the visible
page content
 The text between油<h1>油 and油 </h1>油 describes a heading
 The text between油<p>油 and油 </p> 油describes a paragraph
Page  7
HTML Tags
HTML tags are油keywords油(tag names) surrounded by油angle
brackets:
<tag name>content</tag name>
HTML tags normally come油in pairs油like <p> and </p>
The first tag in a pair is the油start tag,油the second tag is
the油end tag
The end tag is written like the start tag, but with
a油slash油before the tag name
Page  8
HTML Page Structure
Page  9
HTML Versions
Since the early days of the web, there have been many
versions of HTML:
Page  10
Example:
Open Notepad
Write the below code
<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>
Page  11
Page  12
Save the HTML PageSave the HTML Page
Save the file on your computer.
Name the file "index.html" or any other name ending with html
or htm.
You can use either .htm or .html as file extension. There is no
difference, it is up to you.
Page  13
View HTML Page in Your BrowserView HTML Page in Your Browser
Open the saved HTML file in your favorite browser.
To open a file in a browser, double click on the file, or right-
click, and choose open with.
The result will look much like this:
Page  14
Page  15
CSSCSS
Page  16
CSS
Cascading油Style油Sheets
CSS is a simple design language intended to simplify the
process of making web pages presentable.
CSS handles the look of a web page.
Page  17
CSSCSS
Using CSS, you can control the color of the text,
the style of fonts,
the spacing between paragraphs,
how columns are sized and laid out,
what background images or colors are used,
layout designs,
variations in display for different devices and screen sizes as
well as a variety of other effects.
Page  18
CSS is easy to learn and understand but it provides
powerful control over the presentation of an HTML
document.
Most commonly, CSS is combined with the markup
languages HTML or XHTML.
Page  19
Types of Cascading Style SheetTypes of Cascading Style Sheet
There are three ways of inserting a style sheet:
i. Inline style
ii. Internal style sheet
iii.External style sheet
Page  20
Inline Styles/Inline CSSInline Styles/Inline CSS
An inline style may be used to apply a unique style for a single
element.
To use inline styles, add the style attribute to the relevant
element. The style attribute can contain any CSS property.
The example below shows how to change the color and the left
margin of a <h1> element:
<h1油style="color:blue;margin-left:30px;">This油 is油
a油heading.</h1>
Page  21
Internal Style SheetInternal Style Sheet
An internal style sheet may be used if one single page has a
unique style.
Internal styles are defined within the <style> element, inside
the <head> section of an HTML page:
Example of Internal Style sheet is on the next slide
Page  22
<head>
<style>
body油{
油油油油background-color:油linen;
}
h1油{
油油油油color:油maroon;
油油油油margin-left:油40px;
}油
</style>
</head>
Page  23
External Style SheetExternal Style Sheet
With an external style sheet, you can change the look of an
entire website by changing just one file!
Each page must include a reference to the external style
sheet file inside the <link> element. The <link> element goes
inside the <head> section:
<head>
<link rel=stylesheet type=text/css href=style.css />
</head>
24
Thank You !!!

More Related Content

What's hot (20)

Basic Details of HTML and CSS.pdf
Basic Details of HTML and CSS.pdfBasic Details of HTML and CSS.pdf
Basic Details of HTML and CSS.pdf
Kalyani Government Engineering College
Learning Html
Learning HtmlLearning Html
Learning Html
Damian Gonz
Html
HtmlHtml
Html
Nandakumar Ganapathy
Eye catching HTML BASICS tips: Learn easily
Eye catching HTML BASICS tips: Learn easilyEye catching HTML BASICS tips: Learn easily
Eye catching HTML BASICS tips: Learn easily
shabab shihan
html-css
html-csshtml-css
html-css
Dhirendra Chauhan
Html n CSS
Html n CSSHtml n CSS
Html n CSS
Sukrit Gupta
Intro to HTML and CSS basics
Intro to HTML and CSS basicsIntro to HTML and CSS basics
Intro to HTML and CSS basics
Eliran Eliassy
Images and Tables in HTML
Images and Tables in HTMLImages and Tables in HTML
Images and Tables in HTML
Aarti P
Html,javascript & css
Html,javascript & cssHtml,javascript & css
Html,javascript & css
Predhin Sapru
(Fast) Introduction to HTML & CSS
(Fast) Introduction to HTML & CSS (Fast) Introduction to HTML & CSS
(Fast) Introduction to HTML & CSS
Dave Kelly
Introduction to css
Introduction to cssIntroduction to css
Introduction to css
Evolution Network
HTML presentation for beginners
HTML presentation for beginnersHTML presentation for beginners
HTML presentation for beginners
jeroenvdmeer
Introduction to HTML5
Introduction to HTML5Introduction to HTML5
Introduction to HTML5
IT Geeks
Basic Html Knowledge for students
Basic Html Knowledge for studentsBasic Html Knowledge for students
Basic Html Knowledge for students
vethics
Introduction to HTML and CSS
Introduction to HTML and CSSIntroduction to HTML and CSS
Introduction to HTML and CSS
Mario Hernandez
Basic Html Notes
Basic Html NotesBasic Html Notes
Basic Html Notes
NextGenr
HTML, CSS and Java Scripts Basics
HTML, CSS and Java Scripts BasicsHTML, CSS and Java Scripts Basics
HTML, CSS and Java Scripts Basics
Sun Technlogies
Introduction to HTML and CSS
Introduction to HTML and CSSIntroduction to HTML and CSS
Introduction to HTML and CSS
Ferdous Mahmud Shaon
Html
HtmlHtml
Html
Nisa Soomro
Intro Html
Intro HtmlIntro Html
Intro Html
Chidanand Byahatti
Learning Html
Learning HtmlLearning Html
Learning Html
Damian Gonz
Eye catching HTML BASICS tips: Learn easily
Eye catching HTML BASICS tips: Learn easilyEye catching HTML BASICS tips: Learn easily
Eye catching HTML BASICS tips: Learn easily
shabab shihan
Intro to HTML and CSS basics
Intro to HTML and CSS basicsIntro to HTML and CSS basics
Intro to HTML and CSS basics
Eliran Eliassy
Images and Tables in HTML
Images and Tables in HTMLImages and Tables in HTML
Images and Tables in HTML
Aarti P
Html,javascript & css
Html,javascript & cssHtml,javascript & css
Html,javascript & css
Predhin Sapru
(Fast) Introduction to HTML & CSS
(Fast) Introduction to HTML & CSS (Fast) Introduction to HTML & CSS
(Fast) Introduction to HTML & CSS
Dave Kelly
HTML presentation for beginners
HTML presentation for beginnersHTML presentation for beginners
HTML presentation for beginners
jeroenvdmeer
Introduction to HTML5
Introduction to HTML5Introduction to HTML5
Introduction to HTML5
IT Geeks
Basic Html Knowledge for students
Basic Html Knowledge for studentsBasic Html Knowledge for students
Basic Html Knowledge for students
vethics
Introduction to HTML and CSS
Introduction to HTML and CSSIntroduction to HTML and CSS
Introduction to HTML and CSS
Mario Hernandez
Basic Html Notes
Basic Html NotesBasic Html Notes
Basic Html Notes
NextGenr
HTML, CSS and Java Scripts Basics
HTML, CSS and Java Scripts BasicsHTML, CSS and Java Scripts Basics
HTML, CSS and Java Scripts Basics
Sun Technlogies

Similar to Presentation on html, css (20)

Html - Tutorial
Html - TutorialHtml - Tutorial
Html - Tutorial
adelaticleanu
WEB TECHNOLOGY SLIDE 2 coe35mgfdggdh.pptx
WEB TECHNOLOGY SLIDE 2 coe35mgfdggdh.pptxWEB TECHNOLOGY SLIDE 2 coe35mgfdggdh.pptx
WEB TECHNOLOGY SLIDE 2 coe35mgfdggdh.pptx
simukondasankananji8
Html BASICS
Html BASICSHtml BASICS
Html BASICS
International College of Security Studies
Html basics
Html basicsHtml basics
Html basics
Adityaroy110
Html basics 1
Html basics 1Html basics 1
Html basics 1
google
Html basics
Html basicsHtml basics
Html basics
Vivek Khandelwal
HTML_Basics.pdf
HTML_Basics.pdfHTML_Basics.pdf
HTML_Basics.pdf
Bhavani Testone
Html basics
Html basicsHtml basics
Html basics
Yernur Kassymbayev
Html basics
Html basicsHtml basics
Html basics
Zewaqar Khan
Html basics
Html basicsHtml basics
Html basics
Adityaroy110
Html basic file
Html basic fileHtml basic file
Html basic file
Md Mozaddidul Karim
Html basics
Html basicsHtml basics
Html basics
Ashutosh Srivasatava
Html basics
Html basicsHtml basics
Html basics
Vjay Vijju
Html tutorial
Html tutorialHtml tutorial
Html tutorial
Hassan Nasir
Html tutorial
Html tutorialHtml tutorial
Html tutorial
Vinay Vinnu
Html tutorial
Html tutorialHtml tutorial
Html tutorial
FLYMAN TECHNOLOGY LIMITED
HTML, CSS BASICS OF HTML AND CSS USED IN WEBSITE.pptx
HTML, CSS BASICS OF HTML AND CSS USED IN WEBSITE.pptxHTML, CSS BASICS OF HTML AND CSS USED IN WEBSITE.pptx
HTML, CSS BASICS OF HTML AND CSS USED IN WEBSITE.pptx
shahmirmirza30
WEB PROGRAMMING bharathiar university bca unitII
WEB PROGRAMMING  bharathiar university bca unitIIWEB PROGRAMMING  bharathiar university bca unitII
WEB PROGRAMMING bharathiar university bca unitII
VinodhiniRavi2
html -Hyper Text Markup Languagejjjjjjjjjjjjjjjjjjjjjjjjj
html -Hyper Text Markup Languagejjjjjjjjjjjjjjjjjjjjjjjjjhtml -Hyper Text Markup Languagejjjjjjjjjjjjjjjjjjjjjjjjj
html -Hyper Text Markup Languagejjjjjjjjjjjjjjjjjjjjjjjjj
NetajiGandi1
HSC INFORMATION TECHNOLOGY CHAPTER 1 ADVANCED WEB DESIGNING PART I.pdf
HSC INFORMATION TECHNOLOGY CHAPTER 1 ADVANCED WEB DESIGNING PART I.pdfHSC INFORMATION TECHNOLOGY CHAPTER 1 ADVANCED WEB DESIGNING PART I.pdf
HSC INFORMATION TECHNOLOGY CHAPTER 1 ADVANCED WEB DESIGNING PART I.pdf
AAFREEN SHAIKH
WEB TECHNOLOGY SLIDE 2 coe35mgfdggdh.pptx
WEB TECHNOLOGY SLIDE 2 coe35mgfdggdh.pptxWEB TECHNOLOGY SLIDE 2 coe35mgfdggdh.pptx
WEB TECHNOLOGY SLIDE 2 coe35mgfdggdh.pptx
simukondasankananji8
Html basics 1
Html basics 1Html basics 1
Html basics 1
google
Html basics
Html basicsHtml basics
Html basics
Vjay Vijju
Html tutorial
Html tutorialHtml tutorial
Html tutorial
Vinay Vinnu
HTML, CSS BASICS OF HTML AND CSS USED IN WEBSITE.pptx
HTML, CSS BASICS OF HTML AND CSS USED IN WEBSITE.pptxHTML, CSS BASICS OF HTML AND CSS USED IN WEBSITE.pptx
HTML, CSS BASICS OF HTML AND CSS USED IN WEBSITE.pptx
shahmirmirza30
WEB PROGRAMMING bharathiar university bca unitII
WEB PROGRAMMING  bharathiar university bca unitIIWEB PROGRAMMING  bharathiar university bca unitII
WEB PROGRAMMING bharathiar university bca unitII
VinodhiniRavi2
html -Hyper Text Markup Languagejjjjjjjjjjjjjjjjjjjjjjjjj
html -Hyper Text Markup Languagejjjjjjjjjjjjjjjjjjjjjjjjjhtml -Hyper Text Markup Languagejjjjjjjjjjjjjjjjjjjjjjjjj
html -Hyper Text Markup Languagejjjjjjjjjjjjjjjjjjjjjjjjj
NetajiGandi1
HSC INFORMATION TECHNOLOGY CHAPTER 1 ADVANCED WEB DESIGNING PART I.pdf
HSC INFORMATION TECHNOLOGY CHAPTER 1 ADVANCED WEB DESIGNING PART I.pdfHSC INFORMATION TECHNOLOGY CHAPTER 1 ADVANCED WEB DESIGNING PART I.pdf
HSC INFORMATION TECHNOLOGY CHAPTER 1 ADVANCED WEB DESIGNING PART I.pdf
AAFREEN SHAIKH

More from Aamir Sohail (7)

Presentation on java servlets
Presentation on java servletsPresentation on java servlets
Presentation on java servlets
Aamir Sohail
Line clipping algorithm (Detailed)
Line clipping algorithm (Detailed)Line clipping algorithm (Detailed)
Line clipping algorithm (Detailed)
Aamir Sohail
Hash table in data structure and algorithm
Hash table in data structure and algorithmHash table in data structure and algorithm
Hash table in data structure and algorithm
Aamir Sohail
Vb script
Vb scriptVb script
Vb script
Aamir Sohail
Infromation securiity
Infromation securiityInfromation securiity
Infromation securiity
Aamir Sohail
Network Security Policies
Network Security PoliciesNetwork Security Policies
Network Security Policies
Aamir Sohail
Scheduling and scheduling personnel
Scheduling and scheduling personnelScheduling and scheduling personnel
Scheduling and scheduling personnel
Aamir Sohail
Presentation on java servlets
Presentation on java servletsPresentation on java servlets
Presentation on java servlets
Aamir Sohail
Line clipping algorithm (Detailed)
Line clipping algorithm (Detailed)Line clipping algorithm (Detailed)
Line clipping algorithm (Detailed)
Aamir Sohail
Hash table in data structure and algorithm
Hash table in data structure and algorithmHash table in data structure and algorithm
Hash table in data structure and algorithm
Aamir Sohail
Infromation securiity
Infromation securiityInfromation securiity
Infromation securiity
Aamir Sohail
Network Security Policies
Network Security PoliciesNetwork Security Policies
Network Security Policies
Aamir Sohail
Scheduling and scheduling personnel
Scheduling and scheduling personnelScheduling and scheduling personnel
Scheduling and scheduling personnel
Aamir Sohail

Recently uploaded (20)

payroll management system for msme, a ux case study
payroll management system for msme, a ux case studypayroll management system for msme, a ux case study
payroll management system for msme, a ux case study
Roopal Gupta
Introduction_to_Verilog (1).pptxzhdYfzhfzy
Introduction_to_Verilog (1).pptxzhdYfzhfzyIntroduction_to_Verilog (1).pptxzhdYfzhfzy
Introduction_to_Verilog (1).pptxzhdYfzhfzy
hereshmurugan007
fingggggggggggggggggggggggggggggggga.pptx
fingggggggggggggggggggggggggggggggga.pptxfingggggggggggggggggggggggggggggggga.pptx
fingggggggggggggggggggggggggggggggga.pptx
PrajjwalTank
Assignment (Group 8).pdf bnkhh hkkj gjkj
Assignment (Group 8).pdf bnkhh hkkj gjkjAssignment (Group 8).pdf bnkhh hkkj gjkj
Assignment (Group 8).pdf bnkhh hkkj gjkj
zrao70544
Production Technology Of Cut Flowers Rose Gerbera Tuberose.pptx
Production Technology Of Cut Flowers Rose Gerbera Tuberose.pptxProduction Technology Of Cut Flowers Rose Gerbera Tuberose.pptx
Production Technology Of Cut Flowers Rose Gerbera Tuberose.pptx
balledasrisatya
Greenery-Palette Pitch Deck by 際際滷sgo.pptx
Greenery-Palette Pitch Deck by 際際滷sgo.pptxGreenery-Palette Pitch Deck by 際際滷sgo.pptx
Greenery-Palette Pitch Deck by 際際滷sgo.pptx
rsaldanach0
TAIPAN99 | SITUS PERMAINAN KARTU DIGITAL TEPERCAYA DENGAN WINRATE 98% WIN JAC...
TAIPAN99 | SITUS PERMAINAN KARTU DIGITAL TEPERCAYA DENGAN WINRATE 98% WIN JAC...TAIPAN99 | SITUS PERMAINAN KARTU DIGITAL TEPERCAYA DENGAN WINRATE 98% WIN JAC...
TAIPAN99 | SITUS PERMAINAN KARTU DIGITAL TEPERCAYA DENGAN WINRATE 98% WIN JAC...
TAIPAN 99
tabel kuma pneumoniiiiiiiiiiiiiiiiiiiiiiiii.pptx
tabel kuma pneumoniiiiiiiiiiiiiiiiiiiiiiiii.pptxtabel kuma pneumoniiiiiiiiiiiiiiiiiiiiiiiii.pptx
tabel kuma pneumoniiiiiiiiiiiiiiiiiiiiiiiii.pptx
GitaWardhani1
Colorful Clean Project Planning Concept Map Graph.pptx
Colorful Clean Project Planning Concept Map Graph.pptxColorful Clean Project Planning Concept Map Graph.pptx
Colorful Clean Project Planning Concept Map Graph.pptx
JamAmbros
234.ppt 糸庄壊艶単看 caracterisiticas y tecnicas diferentes espacios
234.ppt 糸庄壊艶単看 caracterisiticas y tecnicas diferentes espacios234.ppt 糸庄壊艶単看 caracterisiticas y tecnicas diferentes espacios
234.ppt 糸庄壊艶単看 caracterisiticas y tecnicas diferentes espacios
mabel perez
cookie-templaterrrrrrrrrrrrrrrrrrrrrrrrr
cookie-templaterrrrrrrrrrrrrrrrrrrrrrrrrcookie-templaterrrrrrrrrrrrrrrrrrrrrrrrr
cookie-templaterrrrrrrrrrrrrrrrrrrrrrrrr
mahojav906
Romeo C. Reroma Jr. Portfolio (2d and 3d)
Romeo C. Reroma Jr. Portfolio (2d and 3d)Romeo C. Reroma Jr. Portfolio (2d and 3d)
Romeo C. Reroma Jr. Portfolio (2d and 3d)
romeoreromajr
Dropbox Sharing Methods: Real-World Applications
Dropbox Sharing Methods: Real-World ApplicationsDropbox Sharing Methods: Real-World Applications
Dropbox Sharing Methods: Real-World Applications
jpopulimroch
Classical Music Month _ by 際際滷sgo.pptx
Classical Music Month _ by 際際滷sgo.pptxClassical Music Month _ by 際際滷sgo.pptx
Classical Music Month _ by 際際滷sgo.pptx
perretta2426
citiesyouhavetotravelandmeettobctheyare11.pdf
citiesyouhavetotravelandmeettobctheyare11.pdfcitiesyouhavetotravelandmeettobctheyare11.pdf
citiesyouhavetotravelandmeettobctheyare11.pdf
ItzelPuente6
Python_Full_Course_Presentaerertionpptxsre
Python_Full_Course_PresentaerertionpptxsrePython_Full_Course_Presentaerertionpptxsre
Python_Full_Course_Presentaerertionpptxsre
sivayadav2204
Chapter 3 Biological Molecules google classroom (1).pptx
Chapter 3 Biological Molecules google classroom (1).pptxChapter 3 Biological Molecules google classroom (1).pptx
Chapter 3 Biological Molecules google classroom (1).pptx
KohthamYuXinSummerSa
Rapid tooling and Prototyping for Manufacturing Applications
Rapid tooling and Prototyping for Manufacturing ApplicationsRapid tooling and Prototyping for Manufacturing Applications
Rapid tooling and Prototyping for Manufacturing Applications
bt21109007AtulyaShar
PROPOSED DESIGN FOR MR. ASHSIH SIR 21-03-2025.pptx
PROPOSED DESIGN FOR MR. ASHSIH SIR 21-03-2025.pptxPROPOSED DESIGN FOR MR. ASHSIH SIR 21-03-2025.pptx
PROPOSED DESIGN FOR MR. ASHSIH SIR 21-03-2025.pptx
SanketSanghavi5
OLADIMEJI FAKOREDE DESIGN REALISATION REPORT.pdf
OLADIMEJI FAKOREDE DESIGN REALISATION REPORT.pdfOLADIMEJI FAKOREDE DESIGN REALISATION REPORT.pdf
OLADIMEJI FAKOREDE DESIGN REALISATION REPORT.pdf
DimejiFakorede
payroll management system for msme, a ux case study
payroll management system for msme, a ux case studypayroll management system for msme, a ux case study
payroll management system for msme, a ux case study
Roopal Gupta
Introduction_to_Verilog (1).pptxzhdYfzhfzy
Introduction_to_Verilog (1).pptxzhdYfzhfzyIntroduction_to_Verilog (1).pptxzhdYfzhfzy
Introduction_to_Verilog (1).pptxzhdYfzhfzy
hereshmurugan007
fingggggggggggggggggggggggggggggggga.pptx
fingggggggggggggggggggggggggggggggga.pptxfingggggggggggggggggggggggggggggggga.pptx
fingggggggggggggggggggggggggggggggga.pptx
PrajjwalTank
Assignment (Group 8).pdf bnkhh hkkj gjkj
Assignment (Group 8).pdf bnkhh hkkj gjkjAssignment (Group 8).pdf bnkhh hkkj gjkj
Assignment (Group 8).pdf bnkhh hkkj gjkj
zrao70544
Production Technology Of Cut Flowers Rose Gerbera Tuberose.pptx
Production Technology Of Cut Flowers Rose Gerbera Tuberose.pptxProduction Technology Of Cut Flowers Rose Gerbera Tuberose.pptx
Production Technology Of Cut Flowers Rose Gerbera Tuberose.pptx
balledasrisatya
Greenery-Palette Pitch Deck by 際際滷sgo.pptx
Greenery-Palette Pitch Deck by 際際滷sgo.pptxGreenery-Palette Pitch Deck by 際際滷sgo.pptx
Greenery-Palette Pitch Deck by 際際滷sgo.pptx
rsaldanach0
TAIPAN99 | SITUS PERMAINAN KARTU DIGITAL TEPERCAYA DENGAN WINRATE 98% WIN JAC...
TAIPAN99 | SITUS PERMAINAN KARTU DIGITAL TEPERCAYA DENGAN WINRATE 98% WIN JAC...TAIPAN99 | SITUS PERMAINAN KARTU DIGITAL TEPERCAYA DENGAN WINRATE 98% WIN JAC...
TAIPAN99 | SITUS PERMAINAN KARTU DIGITAL TEPERCAYA DENGAN WINRATE 98% WIN JAC...
TAIPAN 99
tabel kuma pneumoniiiiiiiiiiiiiiiiiiiiiiiii.pptx
tabel kuma pneumoniiiiiiiiiiiiiiiiiiiiiiiii.pptxtabel kuma pneumoniiiiiiiiiiiiiiiiiiiiiiiii.pptx
tabel kuma pneumoniiiiiiiiiiiiiiiiiiiiiiiii.pptx
GitaWardhani1
Colorful Clean Project Planning Concept Map Graph.pptx
Colorful Clean Project Planning Concept Map Graph.pptxColorful Clean Project Planning Concept Map Graph.pptx
Colorful Clean Project Planning Concept Map Graph.pptx
JamAmbros
234.ppt 糸庄壊艶単看 caracterisiticas y tecnicas diferentes espacios
234.ppt 糸庄壊艶単看 caracterisiticas y tecnicas diferentes espacios234.ppt 糸庄壊艶単看 caracterisiticas y tecnicas diferentes espacios
234.ppt 糸庄壊艶単看 caracterisiticas y tecnicas diferentes espacios
mabel perez
cookie-templaterrrrrrrrrrrrrrrrrrrrrrrrr
cookie-templaterrrrrrrrrrrrrrrrrrrrrrrrrcookie-templaterrrrrrrrrrrrrrrrrrrrrrrrr
cookie-templaterrrrrrrrrrrrrrrrrrrrrrrrr
mahojav906
Romeo C. Reroma Jr. Portfolio (2d and 3d)
Romeo C. Reroma Jr. Portfolio (2d and 3d)Romeo C. Reroma Jr. Portfolio (2d and 3d)
Romeo C. Reroma Jr. Portfolio (2d and 3d)
romeoreromajr
Dropbox Sharing Methods: Real-World Applications
Dropbox Sharing Methods: Real-World ApplicationsDropbox Sharing Methods: Real-World Applications
Dropbox Sharing Methods: Real-World Applications
jpopulimroch
Classical Music Month _ by 際際滷sgo.pptx
Classical Music Month _ by 際際滷sgo.pptxClassical Music Month _ by 際際滷sgo.pptx
Classical Music Month _ by 際際滷sgo.pptx
perretta2426
citiesyouhavetotravelandmeettobctheyare11.pdf
citiesyouhavetotravelandmeettobctheyare11.pdfcitiesyouhavetotravelandmeettobctheyare11.pdf
citiesyouhavetotravelandmeettobctheyare11.pdf
ItzelPuente6
Python_Full_Course_Presentaerertionpptxsre
Python_Full_Course_PresentaerertionpptxsrePython_Full_Course_Presentaerertionpptxsre
Python_Full_Course_Presentaerertionpptxsre
sivayadav2204
Chapter 3 Biological Molecules google classroom (1).pptx
Chapter 3 Biological Molecules google classroom (1).pptxChapter 3 Biological Molecules google classroom (1).pptx
Chapter 3 Biological Molecules google classroom (1).pptx
KohthamYuXinSummerSa
Rapid tooling and Prototyping for Manufacturing Applications
Rapid tooling and Prototyping for Manufacturing ApplicationsRapid tooling and Prototyping for Manufacturing Applications
Rapid tooling and Prototyping for Manufacturing Applications
bt21109007AtulyaShar
PROPOSED DESIGN FOR MR. ASHSIH SIR 21-03-2025.pptx
PROPOSED DESIGN FOR MR. ASHSIH SIR 21-03-2025.pptxPROPOSED DESIGN FOR MR. ASHSIH SIR 21-03-2025.pptx
PROPOSED DESIGN FOR MR. ASHSIH SIR 21-03-2025.pptx
SanketSanghavi5
OLADIMEJI FAKOREDE DESIGN REALISATION REPORT.pdf
OLADIMEJI FAKOREDE DESIGN REALISATION REPORT.pdfOLADIMEJI FAKOREDE DESIGN REALISATION REPORT.pdf
OLADIMEJI FAKOREDE DESIGN REALISATION REPORT.pdf
DimejiFakorede

Presentation on html, css

  • 1. Representing By: Aamir Sohail Class: RIA Semester: 6th Html and cssHtml and css Department Of Computer ScienceDepartment Of Computer Science Govt Post Graduate College Dargai MalakandGovt Post Graduate College Dargai Malakand
  • 2. Page 2 HTMLHTML Hypertext Markup Language 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
  • 3. Page 3 Markup LanguageMarkup Language Markup油languages are designed for the processing,油definition油and presentation of text. The language specifies code for formatting, both the layout and style, within a text file. The code used to specify the formatting are called油tags. HTML is an example of a widely known and used油markup油language.
  • 4. Page 4 HTMLHTML HTML documents are described by油HTML tags Each HTML tag油describes油different document content
  • 5. Page 5 A small HTML document:A small HTML document: <!DOCTYPE油html> <html> <head> <title>Page Title</title> </head> <body> <h1>My First Heading</h1> <p>My first paragraph.</p> </body> </html>
  • 6. Page 6 Example Explained The油DOCTYPE油declaration defines the document type to be HTML The text between油<html>油and油</html>油describes an HTML document The text between油<head>油and油</head>油provides information about the document The text between油<title>油and油</title>油provides a title for the document The text between油<body>油and油</body>油describes the visible page content The text between油<h1>油 and油 </h1>油 describes a heading The text between油<p>油 and油 </p> 油describes a paragraph
  • 7. Page 7 HTML Tags HTML tags are油keywords油(tag names) surrounded by油angle brackets: <tag name>content</tag name> HTML tags normally come油in pairs油like <p> and </p> The first tag in a pair is the油start tag,油the second tag is the油end tag The end tag is written like the start tag, but with a油slash油before the tag name
  • 8. Page 8 HTML Page Structure
  • 9. Page 9 HTML Versions Since the early days of the web, there have been many versions of HTML:
  • 10. Page 10 Example: Open Notepad Write the below code <html> <body> <h1>My First Heading</h1> <p>My first paragraph.</p> </body> </html>
  • 12. Page 12 Save the HTML PageSave the HTML Page Save the file on your computer. Name the file "index.html" or any other name ending with html or htm. You can use either .htm or .html as file extension. There is no difference, it is up to you.
  • 13. Page 13 View HTML Page in Your BrowserView HTML Page in Your Browser Open the saved HTML file in your favorite browser. To open a file in a browser, double click on the file, or right- click, and choose open with. The result will look much like this:
  • 16. Page 16 CSS Cascading油Style油Sheets CSS is a simple design language intended to simplify the process of making web pages presentable. CSS handles the look of a web page.
  • 17. Page 17 CSSCSS Using CSS, you can control the color of the text, the style of fonts, the spacing between paragraphs, how columns are sized and laid out, what background images or colors are used, layout designs, variations in display for different devices and screen sizes as well as a variety of other effects.
  • 18. Page 18 CSS is easy to learn and understand but it provides powerful control over the presentation of an HTML document. Most commonly, CSS is combined with the markup languages HTML or XHTML.
  • 19. Page 19 Types of Cascading Style SheetTypes of Cascading Style Sheet There are three ways of inserting a style sheet: i. Inline style ii. Internal style sheet iii.External style sheet
  • 20. Page 20 Inline Styles/Inline CSSInline Styles/Inline CSS An inline style may be used to apply a unique style for a single element. To use inline styles, add the style attribute to the relevant element. The style attribute can contain any CSS property. The example below shows how to change the color and the left margin of a <h1> element: <h1油style="color:blue;margin-left:30px;">This油 is油 a油heading.</h1>
  • 21. Page 21 Internal Style SheetInternal Style Sheet An internal style sheet may be used if one single page has a unique style. Internal styles are defined within the <style> element, inside the <head> section of an HTML page: Example of Internal Style sheet is on the next slide
  • 23. Page 23 External Style SheetExternal Style Sheet With an external style sheet, you can change the look of an entire website by changing just one file! Each page must include a reference to the external style sheet file inside the <link> element. The <link> element goes inside the <head> section: <head> <link rel=stylesheet type=text/css href=style.css /> </head>