<html> <head> <title>document Title Here</title> <style TYPE="text/css"> <!-- /* style definitions like in previous example */ h1,h2,h3 {font-family: sans-serif; color: navy} --> </style> </head> <body> <h1>Heading in navy sans-serif text</h1> Other text here. </body> </html> |
Heading in navy sans-serif textOther text here. |