Computer Science, asked by Subhranil2021k, 12 hours ago

write the explanation of the following tag , , ​

Answers

Answered by kaurkawaldeep377
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