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
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
English,
1 month ago
Sociology,
1 month ago
Math,
1 month ago
Computer Science,
2 months ago
Math,
2 months ago
Psychology,
8 months ago
Science,
8 months ago