h1 padding
|
|
<html> <head> <title>Untitled</title> <style type="text/css">
h1 {color: white; background-color: black; text-align: center; padding: 10px;}
</style> </head> <body> <h1>Contents of the <h1> Element</h1> </body> </html>
|
|
|
|
|
HTML code for linking to this page:
Related in same category :
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
|