write the explanation of the following tag , ,
Answers
Answered by
0
Answer:
Explained in detailed here
In many situations, we want to apply special font properties to less than a whole paragraph of text.
The <span> tag is designed for just this purpose.
<html>
<head>
<title>span</title>
<style type = "text/css">
.spanviolet {font-size:25pt;font-family:'lucida calligraphy';color:violet;} </style>
</head> <body>
<p >Kannadada Kotyadhipathi is a Kannada primetime quiz show hosted by
<span class = "spanviolet"> Puneeth Rajkumar </span>,
the power star of Kannada cinema </p>
</body>
</html>
Explanation:
like
Similar questions
Math,
6 hours ago
English,
6 hours ago
Political Science,
12 hours ago
Chemistry,
12 hours ago
World Languages,
8 months ago
Math,
8 months ago