HTMLify

[FIX] CSS ISSUE
Views: 185 | Author: abh
<!DOCTYPE html>
<html>
<head>
    <link rel="stylesheet" type="text/css" href="css-issue.css">
    <title>CSS issue fixed</title>
</head>
<body>
    <header>
        <h1>CSS issue fixed</h1>
    </header>
    <main>
        <p>Finally, now you can link CSS and HTML files on HTMLify! This page is also styled using an external stylesheet available on HTMLify.</p>
    </main>
</body>
</html>

Comments