Yutktu

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.

01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<style type="text/css">
/* label {
color: red; font-size: xx-large;
}
*/

.a{
color: #5e35b1;
}
.b{font-size:4cm;}
.d{
color:maroon;}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Insert title here</title>
</head>

<body >
<label class="a b">hello </label>
<br>
<label class="b a">hello </label>
<br>

<label class="d b">hello </label>

<!-- <label style="color:cyan; font-size: 200px;font-family: fantasy;font-weight:


100; text-decoration: blink;"> ...HELLO WORLD...</label>
<label style="color:orange; font-size: 100px;font-family: sans-serif;font-weight:
300; text-decoration: underline;"> ...SAYONARA...</label>

<label style="color:yellow; font-size: 300px;font-family: fantasy;font-weight: 600;


text-decoration: !important;underline;"> ...HELLO JAVA...<> -->

</body>
</html>

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"


"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>tab1</title>
</head>
<body>
<label>pradnya</label>
<link rel="stylesheet" href="siddhi.css">

</body>
</html>

label {
color: green;
font-family: cursive;
font-size: 50px;

}
body {s
background-color: aqua;

You might also like