Computer Science, asked by Shrout2, 2 months ago

Write a script in HTML to display your name in the following format:

Font colour RED , Font Face =Arial Black and size=4​

Answers

Answered by rohitchatterjee420
2

Answer:

This is the answer...

Explanation:

Red text

<p

style="color:red;">Red text</p>

Font Face=Arial Black and size=4

To change font type in HTML, use the CSS font-family property. Set it to the value you want and place it inside a style attribute. Then add this style attribute to an HTML element, like a paragraph, heading, button, or span tag.

You can use a <basefont> tag to set all of your text to the same size, face, and color. The font tag is having three attributes called size, color, and face to customize your fonts. To change any of the font attributes at any time within your webpage, simply use the <font> tag.

Thank you......

Please mark BRAINLIEST...I want to achieve vitruso...

Similar questions