SlideShare a Scribd company logo
Introduction to HTML




                       1
HTML


ORGANISERS:
     Ram Dutt Shukla
     Rakesh Dwivedi
     Rohtash
Contents
• History
• What is HTML?
• How to create and View an HTML document?
• Basic HTML Document Format
• The HTML Basic tags




                                         3
History
• Ted Nelson in 1960’s
  – First use Hypertext
• Tim Berners-Lee in 1990’s
  – Came with HTML
• Dan Connolly
  – Includes <head>,<body>,<title>
• David Raggett
  – Includes images &<form>
                                     4
What is HTML?
    Telling the browser what to do, and what props to use.
    A series of tags that are integrated into a text document.


  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.



                        1999 Asian Women's Network        5
                             Training Workshop
The second tag(off switch) starts with a forward slash.
     For example ,B text /B

can embedded, for instance, to do this:
     HEADTITLE Your text /HEAD/TITLE it won't work.
     The correct order is HEADTITLE Your text /TITLE/HEAD

not case sensitivity.
Many tags have attributes.
     For example, P ALIGN=CENTER centers the paragraph following it.

Some browsers don't support the some tags and some
attributes.




                                                                          6
Basic HTML Document Format




                         See what it
HTML                   looks like:
HEAD
TITLEWENT'99/TITLE
/HEAD
BODY
  Went'99
/BODY
/HTML




                                        7
Tags in head
HEAD.../HEAD-- contains information about the
  document
TITLE.../TITLE-- puts text on the browser's title
  bar.




                                                        8
Tags in Body
Let's talk Text
b)Heading: H1 /H1
c)Center:Center /Center
d)Line Break P ,Br
e)Phrase Markups: I/I ,B/B

Create a List
  a) Unordered list : ULli
  b)Ordered list: OLli
  c)Nested                           9
How to make colors changes?
  a) Hexadecimal number :
  b) Color names : Font color=white
  c) Changing the Background color
         BODY BGCOLOR=#19378a
     d) Changing Text color
      BODY BGCOLOR=#19378a TEXT=#ffffff LINK=#ffff66
     VLINK=#66ffff
     a) Spot color
     FONT COLOR=#66ffccWENT'99/FONT
     a) Image Background
d)      BODY BACKGROUND=bgimg.gif 
                                                        10
Add Images
  a) Use IMG SRC=imagefilename tags
  b) How to specify Relative pathnames
  c) Attributes of IMG SRC tag
     i. -width,height
     ii.-Alt
     iii.
        -Align
     iv.-Img src=my.gif width=50 height=50
        align=right
     v. alt=“My image”


                                              11
Add some Link
  Use A href=filename|URL/atags
  How to specify Relative pathnames
  Kinds of URLs
     -http://www.women.or.kr
     - ftp://ftp.foo.com/home/foo
     - gopher://gopher.myhost.com/
     - news://news.nuri.net
     - mailto:skrhee@women.or.kr
How to Create and View an HTML document?
  1.Use an text editor such as Editpad to write the
    document.
  2.Save the file as filename.html on a PC. This is called
    the Document Source.
  3.Open Netscape (or any browser) Off-Line
  4.Switch to Netscape
  5.Click on File, Open File and select the filename.html
    document that you just created.
  6.Your HTML page should now appear just like any
    other Web page in Netscape.



                                                        13
7.You may now switch back and forth between the
  Source and the HTML Document
   switch to Notepad with the Document Source
   make changes
   save the document again
   switch back to Netscape
   click on RELOAD and view the new HTML
    Document
   switch to Notepad with the Document
    Source......



                                                  14

More Related Content

What's hot (20)

1. html introduction
1. html introduction1. html introduction
1. html introduction
Muhammad Toqeer
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
Meghan Frisco
 
Basics tags for HTML
Basics tags for HTMLBasics tags for HTML
Basics tags for HTML
vidyamittal
 
Html
HtmlHtml
Html
Alisha Kalidhar
 
Coding
CodingCoding
Coding
jgalliher24
 
How to create basic webpage
How to create basic webpageHow to create basic webpage
How to create basic webpage
James Erro
 
[Basic HTML/CSS] 0. introduction
[Basic HTML/CSS] 0. introduction[Basic HTML/CSS] 0. introduction
[Basic HTML/CSS] 0. introduction
Hyejin Oh
 
Introducing HTML
Introducing HTMLIntroducing HTML
Introducing HTML
ritaester
 
Media wiki
Media wikiMedia wiki
Media wiki
Mohamed Gamel
 
HTML_Slideshow1
HTML_Slideshow1HTML_Slideshow1
HTML_Slideshow1
ldehn
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
selcukca84
 
Html tags
Html tagsHtml tags
Html tags
sotero66
 
What is HTML - An Introduction to HTML (Hypertext Markup Language)
What is HTML - An Introduction to HTML (Hypertext Markup Language)What is HTML - An Introduction to HTML (Hypertext Markup Language)
What is HTML - An Introduction to HTML (Hypertext Markup Language)
Ahsan Rahim
 
Citation Managment Case Study: Zotero
Citation Managment Case Study: ZoteroCitation Managment Case Study: Zotero
Citation Managment Case Study: Zotero
John Pell
 
Very basic intro to HTML
Very basic intro to HTMLVery basic intro to HTML
Very basic intro to HTML
kmcintyre3
 
H T M L Tutorial
H T M L TutorialH T M L Tutorial
H T M L Tutorial
Gargee Chatterjee
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
Ann Alcid
 
Twitter Bootstrap Comprehensive Overview
Twitter Bootstrap Comprehensive OverviewTwitter Bootstrap Comprehensive Overview
Twitter Bootstrap Comprehensive Overview
Mohamed Loey
 
Zoho vs google doc[1]
Zoho vs google doc[1]Zoho vs google doc[1]
Zoho vs google doc[1]
ecol9445
 
Creating your first web page
Creating your first web pageCreating your first web page
Creating your first web page
cachs_computing
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
Meghan Frisco
 
Basics tags for HTML
Basics tags for HTMLBasics tags for HTML
Basics tags for HTML
vidyamittal
 
How to create basic webpage
How to create basic webpageHow to create basic webpage
How to create basic webpage
James Erro
 
[Basic HTML/CSS] 0. introduction
[Basic HTML/CSS] 0. introduction[Basic HTML/CSS] 0. introduction
[Basic HTML/CSS] 0. introduction
Hyejin Oh
 
Introducing HTML
Introducing HTMLIntroducing HTML
Introducing HTML
ritaester
 
HTML_Slideshow1
HTML_Slideshow1HTML_Slideshow1
HTML_Slideshow1
ldehn
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
selcukca84
 
What is HTML - An Introduction to HTML (Hypertext Markup Language)
What is HTML - An Introduction to HTML (Hypertext Markup Language)What is HTML - An Introduction to HTML (Hypertext Markup Language)
What is HTML - An Introduction to HTML (Hypertext Markup Language)
Ahsan Rahim
 
Citation Managment Case Study: Zotero
Citation Managment Case Study: ZoteroCitation Managment Case Study: Zotero
Citation Managment Case Study: Zotero
John Pell
 
Very basic intro to HTML
Very basic intro to HTMLVery basic intro to HTML
Very basic intro to HTML
kmcintyre3
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
Ann Alcid
 
Twitter Bootstrap Comprehensive Overview
Twitter Bootstrap Comprehensive OverviewTwitter Bootstrap Comprehensive Overview
Twitter Bootstrap Comprehensive Overview
Mohamed Loey
 
Zoho vs google doc[1]
Zoho vs google doc[1]Zoho vs google doc[1]
Zoho vs google doc[1]
ecol9445
 
Creating your first web page
Creating your first web pageCreating your first web page
Creating your first web page
cachs_computing
 

Viewers also liked (20)

Prezentacja TPG i projektu POKL
Prezentacja TPG i projektu POKLPrezentacja TPG i projektu POKL
Prezentacja TPG i projektu POKL
kamula77
 
Sandbox Portfolio
Sandbox PortfolioSandbox Portfolio
Sandbox Portfolio
adam_rosekelly
 
Presentation
PresentationPresentation
Presentation
Ram Dutt Shukla
 
Identifying Tumor Permeability Heterogeneity with MRI Contrast Agents
Identifying Tumor Permeability Heterogeneity with MRI Contrast AgentsIdentifying Tumor Permeability Heterogeneity with MRI Contrast Agents
Identifying Tumor Permeability Heterogeneity with MRI Contrast Agents
Mike Aref
 
Alice Start Part Three
Alice Start Part ThreeAlice Start Part Three
Alice Start Part Three
Craig Perkins
 
Presentation Creating Magic In Life ~
Presentation Creating Magic In Life ~Presentation Creating Magic In Life ~
Presentation Creating Magic In Life ~
fkaramally
 
Kilit SüResi
Kilit SüResiKilit SüResi
Kilit SüResi
guest7654889
 
Skewd
SkewdSkewd
Skewd
UCSC
 
(Path to sustainable development) PUC-Rio 17/03 BR
(Path to sustainable development) PUC-Rio 17/03 BR(Path to sustainable development) PUC-Rio 17/03 BR
(Path to sustainable development) PUC-Rio 17/03 BR
Nima PUC-Rio
 
Wat is mett
Wat is mettWat is mett
Wat is mett
Jeroen Rispens
 
Greener Driving And Telecommunications Greenfleet Newsletter August 2009
Greener Driving And Telecommunications   Greenfleet Newsletter August 2009Greener Driving And Telecommunications   Greenfleet Newsletter August 2009
Greener Driving And Telecommunications Greenfleet Newsletter August 2009
Turlough Guerin
 
Internationalization
InternationalizationInternationalization
Internationalization
Kashyap Parmar
 
05 measurement
05 measurement05 measurement
05 measurement
Fidelfo Moral
 
Bokslutskommunike 2009
Bokslutskommunike 2009Bokslutskommunike 2009
Bokslutskommunike 2009
SKF
 
Computer Hardware
Computer HardwareComputer Hardware
Computer Hardware
Mykhael Mark M. Mangubat
 
Datta Nadkarni portfolio 2014- Marketing Strategist for- Farmers, LensCrafter...
Datta Nadkarni portfolio 2014- Marketing Strategist for- Farmers, LensCrafter...Datta Nadkarni portfolio 2014- Marketing Strategist for- Farmers, LensCrafter...
Datta Nadkarni portfolio 2014- Marketing Strategist for- Farmers, LensCrafter...
www.DATTANADKARNI.COM
 
Bristol and me - The Story of Bristol52
Bristol and me - The Story of Bristol52Bristol and me - The Story of Bristol52
Bristol and me - The Story of Bristol52
jakepjohnson
 
13 lenses
13 lenses13 lenses
13 lenses
Fidelfo Moral
 
Photo Album
Photo AlbumPhoto Album
Photo Album
adyelw
 
Comms Day Presentation Green Telecom Stream
Comms Day Presentation Green Telecom StreamComms Day Presentation Green Telecom Stream
Comms Day Presentation Green Telecom Stream
Turlough Guerin
 
Prezentacja TPG i projektu POKL
Prezentacja TPG i projektu POKLPrezentacja TPG i projektu POKL
Prezentacja TPG i projektu POKL
kamula77
 
Identifying Tumor Permeability Heterogeneity with MRI Contrast Agents
Identifying Tumor Permeability Heterogeneity with MRI Contrast AgentsIdentifying Tumor Permeability Heterogeneity with MRI Contrast Agents
Identifying Tumor Permeability Heterogeneity with MRI Contrast Agents
Mike Aref
 
Alice Start Part Three
Alice Start Part ThreeAlice Start Part Three
Alice Start Part Three
Craig Perkins
 
Presentation Creating Magic In Life ~
Presentation Creating Magic In Life ~Presentation Creating Magic In Life ~
Presentation Creating Magic In Life ~
fkaramally
 
Skewd
SkewdSkewd
Skewd
UCSC
 
(Path to sustainable development) PUC-Rio 17/03 BR
(Path to sustainable development) PUC-Rio 17/03 BR(Path to sustainable development) PUC-Rio 17/03 BR
(Path to sustainable development) PUC-Rio 17/03 BR
Nima PUC-Rio
 
Greener Driving And Telecommunications Greenfleet Newsletter August 2009
Greener Driving And Telecommunications   Greenfleet Newsletter August 2009Greener Driving And Telecommunications   Greenfleet Newsletter August 2009
Greener Driving And Telecommunications Greenfleet Newsletter August 2009
Turlough Guerin
 
Bokslutskommunike 2009
Bokslutskommunike 2009Bokslutskommunike 2009
Bokslutskommunike 2009
SKF
 
Datta Nadkarni portfolio 2014- Marketing Strategist for- Farmers, LensCrafter...
Datta Nadkarni portfolio 2014- Marketing Strategist for- Farmers, LensCrafter...Datta Nadkarni portfolio 2014- Marketing Strategist for- Farmers, LensCrafter...
Datta Nadkarni portfolio 2014- Marketing Strategist for- Farmers, LensCrafter...
www.DATTANADKARNI.COM
 
Bristol and me - The Story of Bristol52
Bristol and me - The Story of Bristol52Bristol and me - The Story of Bristol52
Bristol and me - The Story of Bristol52
jakepjohnson
 
Photo Album
Photo AlbumPhoto Album
Photo Album
adyelw
 
Comms Day Presentation Green Telecom Stream
Comms Day Presentation Green Telecom StreamComms Day Presentation Green Telecom Stream
Comms Day Presentation Green Telecom Stream
Turlough Guerin
 
Ad

Similar to Rd.Html (20)

introdution-to-html.ppt
introdution-to-html.pptintrodution-to-html.ppt
introdution-to-html.ppt
RiyaSharma334318
 
introdution-to-html(Hypertext Markup Language).ppt
introdution-to-html(Hypertext Markup Language).pptintrodution-to-html(Hypertext Markup Language).ppt
introdution-to-html(Hypertext Markup Language).ppt
catliegay
 
HTML Programming, Html tags, Html tools,
HTML Programming, Html tags, Html tools,HTML Programming, Html tags, Html tools,
HTML Programming, Html tags, Html tools,
Mtnc BCA DEPARTMENT
 
introdution-to000000000000000000000-html.ppt
introdution-to000000000000000000000-html.pptintrodution-to000000000000000000000-html.ppt
introdution-to000000000000000000000-html.ppt
Sandeep Mathur
 
introdution-to-html_jayarao27_11_22.pptx
introdution-to-html_jayarao27_11_22.pptxintrodution-to-html_jayarao27_11_22.pptx
introdution-to-html_jayarao27_11_22.pptx
jayarao21
 
Unit 2 (html)
Unit 2  (html)Unit 2  (html)
Unit 2 (html)
manochitra10
 
Week-1_PPT_WEBAPPS-done.pptx
Week-1_PPT_WEBAPPS-done.pptxWeek-1_PPT_WEBAPPS-done.pptx
Week-1_PPT_WEBAPPS-done.pptx
JuvyIlustrisimo
 
introdution to html notes and practice.ppt
introdution to html notes and practice.pptintrodution to html notes and practice.ppt
introdution to html notes and practice.ppt
BursunaDebruzzRaphae
 
introdution-to-html.pptx
introdution-to-html.pptxintrodution-to-html.pptx
introdution-to-html.pptx
datapro2
 
Web Design.ppt
Web Design.pptWeb Design.ppt
Web Design.ppt
Dr.R.SUGANYA RENGARAJ
 
Introduction to HTML programming for webpages.pdf
Introduction to HTML programming for webpages.pdfIntroduction to HTML programming for webpages.pdf
Introduction to HTML programming for webpages.pdf
Mahmoud268161
 
introdution to hypertext machine learning language
introdution to hypertext machine learning languageintrodution to hypertext machine learning language
introdution to hypertext machine learning language
naren adapa
 
introdution-to-html-basic webdevelopment.ppt
introdution-to-html-basic webdevelopment.pptintrodution-to-html-basic webdevelopment.ppt
introdution-to-html-basic webdevelopment.ppt
pattseheadshot65
 
introdution-to-html about html basics tags
introdution-to-html about html basics tagsintrodution-to-html about html basics tags
introdution-to-html about html basics tags
Shanthi Kalusalingam
 
introdution-to-html html tags heml basics
introdution-to-html html tags heml basicsintrodution-to-html html tags heml basics
introdution-to-html html tags heml basics
trwdcn
 
introdution-to-Basics_of_Hypertext_Markup_Language
introdution-to-Basics_of_Hypertext_Markup_Languageintrodution-to-Basics_of_Hypertext_Markup_Language
introdution-to-Basics_of_Hypertext_Markup_Language
latayadav28
 
Introduction to HTML for under-graduate studnets
Introduction to HTML for under-graduate studnetsIntroduction to HTML for under-graduate studnets
Introduction to HTML for under-graduate studnets
debasisdas225831
 
introdution-to-html building website using HTML
introdution-to-html building website using HTMLintrodution-to-html building website using HTML
introdution-to-html building website using HTML
NagarajKalligudd1
 
introduction to html for beginners and youth
introduction to html for beginners and youthintroduction to html for beginners and youth
introduction to html for beginners and youth
ahoveida
 
summary html.ppt
summary html.pptsummary html.ppt
summary html.ppt
ramansingh911318
 
introdution-to-html(Hypertext Markup Language).ppt
introdution-to-html(Hypertext Markup Language).pptintrodution-to-html(Hypertext Markup Language).ppt
introdution-to-html(Hypertext Markup Language).ppt
catliegay
 
HTML Programming, Html tags, Html tools,
HTML Programming, Html tags, Html tools,HTML Programming, Html tags, Html tools,
HTML Programming, Html tags, Html tools,
Mtnc BCA DEPARTMENT
 
introdution-to000000000000000000000-html.ppt
introdution-to000000000000000000000-html.pptintrodution-to000000000000000000000-html.ppt
introdution-to000000000000000000000-html.ppt
Sandeep Mathur
 
introdution-to-html_jayarao27_11_22.pptx
introdution-to-html_jayarao27_11_22.pptxintrodution-to-html_jayarao27_11_22.pptx
introdution-to-html_jayarao27_11_22.pptx
jayarao21
 
Week-1_PPT_WEBAPPS-done.pptx
Week-1_PPT_WEBAPPS-done.pptxWeek-1_PPT_WEBAPPS-done.pptx
Week-1_PPT_WEBAPPS-done.pptx
JuvyIlustrisimo
 
introdution to html notes and practice.ppt
introdution to html notes and practice.pptintrodution to html notes and practice.ppt
introdution to html notes and practice.ppt
BursunaDebruzzRaphae
 
introdution-to-html.pptx
introdution-to-html.pptxintrodution-to-html.pptx
introdution-to-html.pptx
datapro2
 
Introduction to HTML programming for webpages.pdf
Introduction to HTML programming for webpages.pdfIntroduction to HTML programming for webpages.pdf
Introduction to HTML programming for webpages.pdf
Mahmoud268161
 
introdution to hypertext machine learning language
introdution to hypertext machine learning languageintrodution to hypertext machine learning language
introdution to hypertext machine learning language
naren adapa
 
introdution-to-html-basic webdevelopment.ppt
introdution-to-html-basic webdevelopment.pptintrodution-to-html-basic webdevelopment.ppt
introdution-to-html-basic webdevelopment.ppt
pattseheadshot65
 
introdution-to-html about html basics tags
introdution-to-html about html basics tagsintrodution-to-html about html basics tags
introdution-to-html about html basics tags
Shanthi Kalusalingam
 
introdution-to-html html tags heml basics
introdution-to-html html tags heml basicsintrodution-to-html html tags heml basics
introdution-to-html html tags heml basics
trwdcn
 
introdution-to-Basics_of_Hypertext_Markup_Language
introdution-to-Basics_of_Hypertext_Markup_Languageintrodution-to-Basics_of_Hypertext_Markup_Language
introdution-to-Basics_of_Hypertext_Markup_Language
latayadav28
 
Introduction to HTML for under-graduate studnets
Introduction to HTML for under-graduate studnetsIntroduction to HTML for under-graduate studnets
Introduction to HTML for under-graduate studnets
debasisdas225831
 
introdution-to-html building website using HTML
introdution-to-html building website using HTMLintrodution-to-html building website using HTML
introdution-to-html building website using HTML
NagarajKalligudd1
 
introduction to html for beginners and youth
introduction to html for beginners and youthintroduction to html for beginners and youth
introduction to html for beginners and youth
ahoveida
 
Ad

More from Ram Dutt Shukla (20)

Ip Sec Rev1
Ip Sec Rev1Ip Sec Rev1
Ip Sec Rev1
Ram Dutt Shukla
 
Message Authentication
Message AuthenticationMessage Authentication
Message Authentication
Ram Dutt Shukla
 
Shttp
ShttpShttp
Shttp
Ram Dutt Shukla
 
Web Security
Web SecurityWeb Security
Web Security
Ram Dutt Shukla
 
I Pv6 Addressing
I Pv6 AddressingI Pv6 Addressing
I Pv6 Addressing
Ram Dutt Shukla
 
Anycast & Multicast
Anycast & MulticastAnycast & Multicast
Anycast & Multicast
Ram Dutt Shukla
 
Congestion Control
Congestion ControlCongestion Control
Congestion Control
Ram Dutt Shukla
 
Congestion Control
Congestion ControlCongestion Control
Congestion Control
Ram Dutt Shukla
 
Retransmission Tcp
Retransmission TcpRetransmission Tcp
Retransmission Tcp
Ram Dutt Shukla
 
Tcp Congestion Avoidance
Tcp Congestion AvoidanceTcp Congestion Avoidance
Tcp Congestion Avoidance
Ram Dutt Shukla
 
Tcp Immediate Data Transfer
Tcp Immediate Data TransferTcp Immediate Data Transfer
Tcp Immediate Data Transfer
Ram Dutt Shukla
 
Tcp Reliability Flow Control
Tcp Reliability Flow ControlTcp Reliability Flow Control
Tcp Reliability Flow Control
Ram Dutt Shukla
 
Tcp Udp Notes
Tcp Udp NotesTcp Udp Notes
Tcp Udp Notes
Ram Dutt Shukla
 
Transport Layer [Autosaved]
Transport Layer [Autosaved]Transport Layer [Autosaved]
Transport Layer [Autosaved]
Ram Dutt Shukla
 
Transport Layer
Transport LayerTransport Layer
Transport Layer
Ram Dutt Shukla
 
T Tcp
T TcpT Tcp
T Tcp
Ram Dutt Shukla
 
Anycast & Multicast
Anycast & MulticastAnycast & Multicast
Anycast & Multicast
Ram Dutt Shukla
 
Igmp
IgmpIgmp
Igmp
Ram Dutt Shukla
 
Mobile I Pv6
Mobile I Pv6Mobile I Pv6
Mobile I Pv6
Ram Dutt Shukla
 
Mld
MldMld
Mld
Ram Dutt Shukla
 

Recently uploaded (20)

Microsoft Build 2025 takeaways in one presentation
Microsoft Build 2025 takeaways in one presentationMicrosoft Build 2025 takeaways in one presentation
Microsoft Build 2025 takeaways in one presentation
Digitalmara
 
Maxx nft market place new generation nft marketing place
Maxx nft market place new generation nft marketing placeMaxx nft market place new generation nft marketing place
Maxx nft market place new generation nft marketing place
usersalmanrazdelhi
 
Cyber Security Legal Framework in Nepal.pptx
Cyber Security Legal Framework in Nepal.pptxCyber Security Legal Framework in Nepal.pptx
Cyber Security Legal Framework in Nepal.pptx
Ghimire B.R.
 
New Ways to Reduce Database Costs with ScyllaDB
New Ways to Reduce Database Costs with ScyllaDBNew Ways to Reduce Database Costs with ScyllaDB
New Ways to Reduce Database Costs with ScyllaDB
ScyllaDB
 
Securiport - A Border Security Company
Securiport  -  A Border Security CompanySecuriport  -  A Border Security Company
Securiport - A Border Security Company
Securiport
 
ELNL2025 - Unlocking the Power of Sensitivity Labels - A Comprehensive Guide....
ELNL2025 - Unlocking the Power of Sensitivity Labels - A Comprehensive Guide....ELNL2025 - Unlocking the Power of Sensitivity Labels - A Comprehensive Guide....
ELNL2025 - Unlocking the Power of Sensitivity Labels - A Comprehensive Guide....
Jasper Oosterveld
 
Nix(OS) for Python Developers - PyCon 25 (Bologna, Italia)
Nix(OS) for Python Developers - PyCon 25 (Bologna, Italia)Nix(OS) for Python Developers - PyCon 25 (Bologna, Italia)
Nix(OS) for Python Developers - PyCon 25 (Bologna, Italia)
Peter Bittner
 
Droidal: AI Agents Revolutionizing Healthcare
Droidal: AI Agents Revolutionizing HealthcareDroidal: AI Agents Revolutionizing Healthcare
Droidal: AI Agents Revolutionizing Healthcare
Droidal LLC
 
Fortinet Certified Associate in Cybersecurity
Fortinet Certified Associate in CybersecurityFortinet Certified Associate in Cybersecurity
Fortinet Certified Associate in Cybersecurity
VICTOR MAESTRE RAMIREZ
 
European Accessibility Act & Integrated Accessibility Testing
European Accessibility Act & Integrated Accessibility TestingEuropean Accessibility Act & Integrated Accessibility Testing
European Accessibility Act & Integrated Accessibility Testing
Julia Undeutsch
 
STKI Israel Market Study 2025 final v1 version
STKI Israel Market Study 2025 final v1 versionSTKI Israel Market Study 2025 final v1 version
STKI Israel Market Study 2025 final v1 version
Dr. Jimmy Schwarzkopf
 
Multistream in SIP and NoSIP @ OpenSIPS Summit 2025
Multistream in SIP and NoSIP @ OpenSIPS Summit 2025Multistream in SIP and NoSIP @ OpenSIPS Summit 2025
Multistream in SIP and NoSIP @ OpenSIPS Summit 2025
Lorenzo Miniero
 
6th Power Grid Model Meetup - 21 May 2025
6th Power Grid Model Meetup - 21 May 20256th Power Grid Model Meetup - 21 May 2025
6th Power Grid Model Meetup - 21 May 2025
DanBrown980551
 
Agentic AI Explained: The Next Frontier of Autonomous Intelligence & Generati...
Agentic AI Explained: The Next Frontier of Autonomous Intelligence & Generati...Agentic AI Explained: The Next Frontier of Autonomous Intelligence & Generati...
Agentic AI Explained: The Next Frontier of Autonomous Intelligence & Generati...
Aaryan Kansari
 
Cyber security cyber security cyber security cyber security cyber security cy...
Cyber security cyber security cyber security cyber security cyber security cy...Cyber security cyber security cyber security cyber security cyber security cy...
Cyber security cyber security cyber security cyber security cyber security cy...
pranavbodhak
 
Kubernetes Cloud Native Indonesia Meetup - May 2025
Kubernetes Cloud Native Indonesia Meetup - May 2025Kubernetes Cloud Native Indonesia Meetup - May 2025
Kubernetes Cloud Native Indonesia Meetup - May 2025
Prasta Maha
 
Let’s Get Slack Certified! 🚀- Slack Community
Let’s Get Slack Certified! 🚀- Slack CommunityLet’s Get Slack Certified! 🚀- Slack Community
Let’s Get Slack Certified! 🚀- Slack Community
SanjeetMishra29
 
LSNIF: Locally-Subdivided Neural Intersection Function
LSNIF: Locally-Subdivided Neural Intersection FunctionLSNIF: Locally-Subdivided Neural Intersection Function
LSNIF: Locally-Subdivided Neural Intersection Function
Takahiro Harada
 
AI Emotional Actors: “When Machines Learn to Feel and Perform"
AI Emotional Actors:  “When Machines Learn to Feel and Perform"AI Emotional Actors:  “When Machines Learn to Feel and Perform"
AI Emotional Actors: “When Machines Learn to Feel and Perform"
AkashKumar809858
 
Jira Administration Training – Day 1 : Introduction
Jira Administration Training – Day 1 : IntroductionJira Administration Training – Day 1 : Introduction
Jira Administration Training – Day 1 : Introduction
Ravi Teja
 
Microsoft Build 2025 takeaways in one presentation
Microsoft Build 2025 takeaways in one presentationMicrosoft Build 2025 takeaways in one presentation
Microsoft Build 2025 takeaways in one presentation
Digitalmara
 
Maxx nft market place new generation nft marketing place
Maxx nft market place new generation nft marketing placeMaxx nft market place new generation nft marketing place
Maxx nft market place new generation nft marketing place
usersalmanrazdelhi
 
Cyber Security Legal Framework in Nepal.pptx
Cyber Security Legal Framework in Nepal.pptxCyber Security Legal Framework in Nepal.pptx
Cyber Security Legal Framework in Nepal.pptx
Ghimire B.R.
 
New Ways to Reduce Database Costs with ScyllaDB
New Ways to Reduce Database Costs with ScyllaDBNew Ways to Reduce Database Costs with ScyllaDB
New Ways to Reduce Database Costs with ScyllaDB
ScyllaDB
 
Securiport - A Border Security Company
Securiport  -  A Border Security CompanySecuriport  -  A Border Security Company
Securiport - A Border Security Company
Securiport
 
ELNL2025 - Unlocking the Power of Sensitivity Labels - A Comprehensive Guide....
ELNL2025 - Unlocking the Power of Sensitivity Labels - A Comprehensive Guide....ELNL2025 - Unlocking the Power of Sensitivity Labels - A Comprehensive Guide....
ELNL2025 - Unlocking the Power of Sensitivity Labels - A Comprehensive Guide....
Jasper Oosterveld
 
Nix(OS) for Python Developers - PyCon 25 (Bologna, Italia)
Nix(OS) for Python Developers - PyCon 25 (Bologna, Italia)Nix(OS) for Python Developers - PyCon 25 (Bologna, Italia)
Nix(OS) for Python Developers - PyCon 25 (Bologna, Italia)
Peter Bittner
 
Droidal: AI Agents Revolutionizing Healthcare
Droidal: AI Agents Revolutionizing HealthcareDroidal: AI Agents Revolutionizing Healthcare
Droidal: AI Agents Revolutionizing Healthcare
Droidal LLC
 
Fortinet Certified Associate in Cybersecurity
Fortinet Certified Associate in CybersecurityFortinet Certified Associate in Cybersecurity
Fortinet Certified Associate in Cybersecurity
VICTOR MAESTRE RAMIREZ
 
European Accessibility Act & Integrated Accessibility Testing
European Accessibility Act & Integrated Accessibility TestingEuropean Accessibility Act & Integrated Accessibility Testing
European Accessibility Act & Integrated Accessibility Testing
Julia Undeutsch
 
STKI Israel Market Study 2025 final v1 version
STKI Israel Market Study 2025 final v1 versionSTKI Israel Market Study 2025 final v1 version
STKI Israel Market Study 2025 final v1 version
Dr. Jimmy Schwarzkopf
 
Multistream in SIP and NoSIP @ OpenSIPS Summit 2025
Multistream in SIP and NoSIP @ OpenSIPS Summit 2025Multistream in SIP and NoSIP @ OpenSIPS Summit 2025
Multistream in SIP and NoSIP @ OpenSIPS Summit 2025
Lorenzo Miniero
 
6th Power Grid Model Meetup - 21 May 2025
6th Power Grid Model Meetup - 21 May 20256th Power Grid Model Meetup - 21 May 2025
6th Power Grid Model Meetup - 21 May 2025
DanBrown980551
 
Agentic AI Explained: The Next Frontier of Autonomous Intelligence & Generati...
Agentic AI Explained: The Next Frontier of Autonomous Intelligence & Generati...Agentic AI Explained: The Next Frontier of Autonomous Intelligence & Generati...
Agentic AI Explained: The Next Frontier of Autonomous Intelligence & Generati...
Aaryan Kansari
 
Cyber security cyber security cyber security cyber security cyber security cy...
Cyber security cyber security cyber security cyber security cyber security cy...Cyber security cyber security cyber security cyber security cyber security cy...
Cyber security cyber security cyber security cyber security cyber security cy...
pranavbodhak
 
Kubernetes Cloud Native Indonesia Meetup - May 2025
Kubernetes Cloud Native Indonesia Meetup - May 2025Kubernetes Cloud Native Indonesia Meetup - May 2025
Kubernetes Cloud Native Indonesia Meetup - May 2025
Prasta Maha
 
Let’s Get Slack Certified! 🚀- Slack Community
Let’s Get Slack Certified! 🚀- Slack CommunityLet’s Get Slack Certified! 🚀- Slack Community
Let’s Get Slack Certified! 🚀- Slack Community
SanjeetMishra29
 
LSNIF: Locally-Subdivided Neural Intersection Function
LSNIF: Locally-Subdivided Neural Intersection FunctionLSNIF: Locally-Subdivided Neural Intersection Function
LSNIF: Locally-Subdivided Neural Intersection Function
Takahiro Harada
 
AI Emotional Actors: “When Machines Learn to Feel and Perform"
AI Emotional Actors:  “When Machines Learn to Feel and Perform"AI Emotional Actors:  “When Machines Learn to Feel and Perform"
AI Emotional Actors: “When Machines Learn to Feel and Perform"
AkashKumar809858
 
Jira Administration Training – Day 1 : Introduction
Jira Administration Training – Day 1 : IntroductionJira Administration Training – Day 1 : Introduction
Jira Administration Training – Day 1 : Introduction
Ravi Teja
 

Rd.Html

  • 2. HTML ORGANISERS: Ram Dutt Shukla Rakesh Dwivedi Rohtash
  • 3. Contents • History • What is HTML? • How to create and View an HTML document? • Basic HTML Document Format • The HTML Basic tags 3
  • 4. History • Ted Nelson in 1960’s – First use Hypertext • Tim Berners-Lee in 1990’s – Came with HTML • Dan Connolly – Includes <head>,<body>,<title> • David Raggett – Includes images &<form> 4
  • 5. What is HTML? Telling the browser what to do, and what props to use. A series of tags that are integrated into a text document. 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. 1999 Asian Women's Network 5 Training Workshop
  • 6. The second tag(off switch) starts with a forward slash. For example ,B text /B can embedded, for instance, to do this: HEADTITLE Your text /HEAD/TITLE it won't work. The correct order is HEADTITLE Your text /TITLE/HEAD not case sensitivity. Many tags have attributes. For example, P ALIGN=CENTER centers the paragraph following it. Some browsers don't support the some tags and some attributes. 6
  • 7. Basic HTML Document Format See what it HTML looks like: HEAD TITLEWENT'99/TITLE /HEAD BODY Went'99 /BODY /HTML 7
  • 8. Tags in head HEAD.../HEAD-- contains information about the document TITLE.../TITLE-- puts text on the browser's title bar. 8
  • 9. Tags in Body Let's talk Text b)Heading: H1 /H1 c)Center:Center /Center d)Line Break P ,Br e)Phrase Markups: I/I ,B/B Create a List a) Unordered list : ULli b)Ordered list: OLli c)Nested 9
  • 10. How to make colors changes? a) Hexadecimal number : b) Color names : Font color=white c) Changing the Background color BODY BGCOLOR=#19378a d) Changing Text color BODY BGCOLOR=#19378a TEXT=#ffffff LINK=#ffff66 VLINK=#66ffff a) Spot color FONT COLOR=#66ffccWENT'99/FONT a) Image Background d) BODY BACKGROUND=bgimg.gif 10
  • 11. Add Images a) Use IMG SRC=imagefilename tags b) How to specify Relative pathnames c) Attributes of IMG SRC tag i. -width,height ii.-Alt iii. -Align iv.-Img src=my.gif width=50 height=50 align=right v. alt=“My image” 11
  • 12. Add some Link Use A href=filename|URL/atags How to specify Relative pathnames Kinds of URLs -http://www.women.or.kr - ftp://ftp.foo.com/home/foo - gopher://gopher.myhost.com/ - news://news.nuri.net - mailto:[email protected]
  • 13. How to Create and View an HTML document? 1.Use an text editor such as Editpad to write the document. 2.Save the file as filename.html on a PC. This is called the Document Source. 3.Open Netscape (or any browser) Off-Line 4.Switch to Netscape 5.Click on File, Open File and select the filename.html document that you just created. 6.Your HTML page should now appear just like any other Web page in Netscape. 13
  • 14. 7.You may now switch back and forth between the Source and the HTML Document switch to Notepad with the Document Source make changes save the document again switch back to Netscape click on RELOAD and view the new HTML Document switch to Notepad with the Document Source...... 14