Computer Science, asked by N8evisouzaka, 1 year ago

What tag do we use to change size and style of text of an HTML file viewed on a web browser?also explain any two attributes used with this tag.

Answers

Answered by thedarkknight
1
you can use inline css as-
<p style="your code here">
Lorem ipsum Abra cadabra
</p>

e.g-
<h1 style="color:blue;">This is a Blue Heading</h1>
Similar questions