際際滷

際際滷Share 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>
Ad

Recommended

仆仂于亶 亠从仂于亶 亟仂从仄亠仆
仆仂于亶 亠从仂于亶 亟仂从仄亠仆
Anatoly Degtar
悽惶 惠悸 惠惶 惶忰悋惠 悋惡 - 悋忰惆悸 悋惓悋惓悸 (悋悴慍悄 悋惓悋惓)
悽惶 惠悸 惠惶 惶忰悋惠 悋惡 - 悋忰惆悸 悋惓悋惓悸 (悋悴慍悄 悋惓悋惓)
悴悋惺悸 悋惆愕 悋惠忰悸
Test
Test
Kota Soejima
Kamis04
Kamis04
Samoedra Sandoro
Sahh
Sahh
SyedMahmood AliChishti
Html
Html
corinnepop
TYBSC prac soln
TYBSC prac soln
tushar1001
Introduction to CSS
Introduction to CSS
Ted Nielsen
Css, CaseCading Style Sheet
Css, CaseCading Style Sheet
Ishaq Shinwari
Web Design Fundamentals
Web Design Fundamentals
Ahmed Faris
Robert Sutherland Deed 2 E.Txt.Xhtml
Robert Sutherland Deed 2 E.Txt.Xhtml
HOME
Css1
Css1
Vadim Spiridenko
Phpfunction
Phpfunction
shailendra vishwakarma
Rich Web Interfaces with JSF2 - An Introduction
Rich Web Interfaces with JSF2 - An Introduction
eduardo_mendonca
Code
Code
mdr32000
0035text[1].Txt.Xhtml
0035text[1].Txt.Xhtml
HOME
Ict 8 css
Ict 8 css
Christian Reglos
Basic HTML
Basic HTML
chuckscoggins
Template.engine.concept2012
Template.engine.concept2012
Hristo Proynov
CSS in JS荅 #friday13json
CSS in JS荅 #friday13json
Yukiya Nakagawa
How To Use Google Docs
How To Use Google Docs
FHSU Learning Commons

More Related Content

What's hot (13)

Css, CaseCading Style Sheet
Css, CaseCading Style Sheet
Ishaq Shinwari
Web Design Fundamentals
Web Design Fundamentals
Ahmed Faris
Robert Sutherland Deed 2 E.Txt.Xhtml
Robert Sutherland Deed 2 E.Txt.Xhtml
HOME
Css1
Css1
Vadim Spiridenko
Phpfunction
Phpfunction
shailendra vishwakarma
Rich Web Interfaces with JSF2 - An Introduction
Rich Web Interfaces with JSF2 - An Introduction
eduardo_mendonca
Code
Code
mdr32000
0035text[1].Txt.Xhtml
0035text[1].Txt.Xhtml
HOME
Ict 8 css
Ict 8 css
Christian Reglos
Basic HTML
Basic HTML
chuckscoggins
Template.engine.concept2012
Template.engine.concept2012
Hristo Proynov
CSS in JS荅 #friday13json
CSS in JS荅 #friday13json
Yukiya Nakagawa
How To Use Google Docs
How To Use Google Docs
FHSU Learning Commons
Css, CaseCading Style Sheet
Css, CaseCading Style Sheet
Ishaq Shinwari
Web Design Fundamentals
Web Design Fundamentals
Ahmed Faris
Robert Sutherland Deed 2 E.Txt.Xhtml
Robert Sutherland Deed 2 E.Txt.Xhtml
HOME
Rich Web Interfaces with JSF2 - An Introduction
Rich Web Interfaces with JSF2 - An Introduction
eduardo_mendonca
0035text[1].Txt.Xhtml
0035text[1].Txt.Xhtml
HOME
Template.engine.concept2012
Template.engine.concept2012
Hristo Proynov
CSS in JS荅 #friday13json
CSS in JS荅 #friday13json
Yukiya Nakagawa

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>