Yutktu
Yutktu
Yutktu
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>
</body>
</html>
</body>
</html>
label {
color: green;
font-family: cursive;
font-size: 50px;
}
body {s
background-color: aqua;