latest Post

HTML Style CSS

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;}

Output :



About Open Learning Creative

Open Learning Creative
Recommended Posts × +

0 comments:

Post a Comment

PHP Registration form using GET, POST Methods with example

Program : HTML Code <html> <head> <title>Student Info</title> </head> <body><center> ...