Program :
File name : HTMLStyleCSS.html
<html>
<head>
<title> Style CSS </title>
<link rel="stylesheet" href="Mystyle.css">
</head>
<Body>
Welcome to Open Learning tutorial channel. In this channel, we guide you about different types of computer languages,
<h1>different types </h1>of visualisation application.
</Body>
</html>
File name : Mystyle.css
body {background-color:blue;color:white;}
h1 { background-color: white ; color:blue;}
0 comments:
Post a Comment