SlideShare a Scribd company logo
<html>
<head>
<title>JAVASCRIPT</title>
<style type = "text/CSS">
body{background:yellow green}
h1{color:red;text-align:center}
p{text-align:center;text-decoration:underline}
center{color:dodgerblue;background:floralwhite}
text-decoration:overline;font-size:xx-large;
font-style:italic;font-weight:bold}
</style>
</head>
<Body>
<script type = "text/javascript">
var name = "Name"
var sec = "III - Section"
document.write(section)
document.write("<br>");
document.write(section)
document.write("<h1>Casualty of Life</h1>");
document.write("<p>Think, what are you doing right now ?<br>Are you
living?</p>");
</script>
</body>
</html>

More Related Content

What's hot

Css, CaseCading Style Sheet
Css, CaseCading Style SheetCss, CaseCading Style Sheet
Css, CaseCading Style Sheet
Ishaq Shinwari
 
Web Design Fundamentals
Web Design FundamentalsWeb Design Fundamentals
Web Design Fundamentals
Ahmed Faris
 
Robert Sutherland Deed 2 E.Txt.Xhtml
Robert Sutherland Deed 2 E.Txt.XhtmlRobert Sutherland Deed 2 E.Txt.Xhtml
Robert Sutherland Deed 2 E.Txt.Xhtml
HOME
 
Css1
Css1Css1
Phpfunction
PhpfunctionPhpfunction
Rich Web Interfaces with JSF2 - An Introduction
Rich Web Interfaces with JSF2 - An IntroductionRich Web Interfaces with JSF2 - An Introduction
Rich Web Interfaces with JSF2 - An Introduction
eduardo_mendonca
 
Code
CodeCode
Code
mdr32000
 
0035text[1].Txt.Xhtml
0035text[1].Txt.Xhtml0035text[1].Txt.Xhtml
0035text[1].Txt.Xhtml
HOME
 
Ict 8 css
Ict 8 cssIct 8 css
Ict 8 css
Christian Reglos
 
Basic HTML
Basic HTMLBasic HTML
Basic HTML
chuckscoggins
 
Template.engine.concept2012
Template.engine.concept2012Template.engine.concept2012
Template.engine.concept2012
Hristo Proynov
 
CSS in JSの話 #friday13json
CSS in JSの話 #friday13jsonCSS in JSの話 #friday13json
CSS in JSの話 #friday13json
Yukiya Nakagawa
 
How To Use Google Docs
How To Use Google DocsHow To Use Google Docs
How To Use Google Docs
FHSU Learning Commons
 

What's hot (13)

Css, CaseCading Style Sheet
Css, CaseCading Style SheetCss, CaseCading Style Sheet
Css, CaseCading Style Sheet
 
Web Design Fundamentals
Web Design FundamentalsWeb Design Fundamentals
Web Design Fundamentals
 
Robert Sutherland Deed 2 E.Txt.Xhtml
Robert Sutherland Deed 2 E.Txt.XhtmlRobert Sutherland Deed 2 E.Txt.Xhtml
Robert Sutherland Deed 2 E.Txt.Xhtml
 
Css1
Css1Css1
Css1
 
Phpfunction
PhpfunctionPhpfunction
Phpfunction
 
Rich Web Interfaces with JSF2 - An Introduction
Rich Web Interfaces with JSF2 - An IntroductionRich Web Interfaces with JSF2 - An Introduction
Rich Web Interfaces with JSF2 - An Introduction
 
Code
CodeCode
Code
 
0035text[1].Txt.Xhtml
0035text[1].Txt.Xhtml0035text[1].Txt.Xhtml
0035text[1].Txt.Xhtml
 
Ict 8 css
Ict 8 cssIct 8 css
Ict 8 css
 
Basic HTML
Basic HTMLBasic HTML
Basic HTML
 
Template.engine.concept2012
Template.engine.concept2012Template.engine.concept2012
Template.engine.concept2012
 
CSS in JSの話 #friday13json
CSS in JSの話 #friday13jsonCSS in JSの話 #friday13json
CSS in JSの話 #friday13json
 
How To Use Google Docs
How To Use Google DocsHow To Use Google Docs
How To Use Google Docs
 

Tle html code january 18 2013

  • 1. <html> <head> <title>JAVASCRIPT</title> <style type = "text/CSS"> body{background:yellow green} h1{color:red;text-align:center} p{text-align:center;text-decoration:underline} center{color:dodgerblue;background:floralwhite} text-decoration:overline;font-size:xx-large; font-style:italic;font-weight:bold} </style> </head> <Body> <script type = "text/javascript"> var name = "Name" var sec = "III - Section" document.write(section) document.write("<br>"); document.write(section) document.write("<h1>Casualty of Life</h1>"); document.write("<p>Think, what are you doing right now ?<br>Are you living?</p>"); </script> </body> </html>