Computer Science, asked by kunalbidhuri4336, 1 year ago

Which table attribute is used to define inline styles?

Answers

Answered by arunavrattan00pb8jfz
0
Okkk i will work on it
Answered by Anonymous
0

Answer:

The style attribute allows us to add font style,font color, font size, text alignment to our texts.

For example-

<html>

<body>

<p style="font-family:OpenSans;"> TechNark </p>

<p style="font-size:15px;"> TechNark </p>

<p style="color:#fba510;"> TechNark </p>

<p style="text-align:right;"> TechNark </p>

</body>

</html>

Similar questions