Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to print hello world with css

<style type="text/css">
h1 {
	color: DeepSkyBlue;
}
</style>

<h1>Hello, world!</h1>
Source by css3-tutorial.net #
 
PREVIOUS NEXT
Tagged: #print #world #css
ADD COMMENT
Topic
Name
5+3 =