Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q5403 How do I insert style then?

irt.org | Knowledge Base | CSS | Q5403 [ previous next ]

Q5403 How do I insert style then?

The following code will make the H1-tag in your HTML-document blue:

<HTML>
<TITLE>CSS FAQ</TITLE>
<STYLE type="text/css">
   H1 { color: blue }
</STYLE>   
<BODY>
<H1>The CSS FAQ</H1>
</BODY>
</HTML>

Feedback on 'Q5403 How do I insert style then?'


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.