<style>
/*parent element*/
.parent-tdb{
color:green;
font-size:20px;
}
/*child element*/
.child-tdb{
font-size:10px
}
</style>
<head>
<style>
.parent-tdb{
color:green;
font-size:20px;
}
.child-tdb{
font-size:10px
}
</style>
</head>
<body>
<div class="parent-tdb">TDB Tutorials
<h1 class="child-tdb">
This is a child class</h1>
</div>
</body>
Share TDB SCHOOL
Share this E-Learning Website on social media platforms with your friends and followers