To change the Font style and colour in an HTML document, we specify the font style and colour in the
tag
Answers
Answered by
5
In HTML, we can change the color of any text using the following different ways: Using HTML tag. Using an Inline style attribute.
2. Using an Inline Style attribute
<! Doctype Html>
<Html>
<Head>
<Title>
Change color using style attribute.
</Title>
</Head>
<Body>
Pls Mark Me as Brainliest
Similar questions