User Tools

Site Tools


css

This is an old revision of the document!


Table of Contents

Stylesheet

Internal

HtmlPageWithStyle.html
<!DOCTYPE html>
<html>
<head>
    <title>CSS3 Basic</title>
    <style>
        h1 {
            color: white;
            background: black;
        }
    </style>
</head>
<body>
    <h1>Hello World..!</h1>
</body>
</html>

External

css.1425875156.txt.gz · Last modified: 2015/03/09 13:25 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki