set text colour
set text colour
<html> <head>
<style type="text/css"> h1 {color: blue} h2 {color: #99FF66} h3 {color: rgb(255
Bookmark It
|
|||||
|
set text colour set text colour <html> <head> <style type="text/css"> h1 {color: blue} h2 {color: #99FF66} h3 {color: rgb(255 Bookmark It text spacing text spacing <html> <head> </head> <body> <style type="text/css"> h1 {letter-spacing: 10px} </style> </head> <body> <h1>wide spacing</h1> </body> </html> Bookmark It text alignment text alignment <html> <head> <title>Untitled Document</title> <style type="text/css"> h1 {text-align: center} h2 {text-align: left} h3 {text-align: right} </style> </head> <body> <h1>example 1</h1> <h2>example 2</h2> <h3>example 3</h3> </body> </html> Bookmark It set the background colour set background colour <html> <head> <style type="text/css"> body {background-color: yellow} h1 {background-color: #00ffff} p {background-color: rgb(250 Bookmark It set a background image set a background image body { background-image:url(sample.jpg) } hhdh Bookmark It |
|||||
|
Copyright © 2012 Programmingsite : source code - All Rights Reserved |
|||||