Computer Science, asked by Harsh633156, 7 months ago

Write about Font tag of HTML with is attributes like face, color, size with syntax of each.​

Answers

Answered by sg249344
3

</p><p></p><p>&lt;head&gt;</p><p>&lt;style type="text/css" media="all"&gt;</p><p>body {</p><p>	background-image: repeating-linear-gradient(135deg, rgba(86, 86, 86, 0.02) 0px, rgba(86, 86, 86, 0.02) 22px,rgba(202, 202, 202, 0.02) 22px, rgba(202, 202, 202, 0.02) 67px,rgba(247, 247, 247, 0.02) 67px, rgba(247, 247, 247, 0.02) 113px,rgba(135, 135, 135, 0.02) 113px, rgba(135, 135, 135, 0.02) 132px,rgba(157, 157, 157, 0.02) 132px, rgba(157, 157, 157, 0.02) 153px,rgba(53, 53, 53, 0.02) 153px, rgba(53, 53, 53, 0.02) 171px,rgba(17, 17, 17, 0.02) 171px, rgba(17, 17, 17, 0.02) 181px,rgba(179, 179, 179, 0.02) 181px, rgba(179, 179, 179, 0.02) 220px),repeating-linear-gradient(135deg, rgba(58, 58, 58, 0.02) 0px, rgba(58, 58, 58, 0.02) 41px,rgba(198, 198, 198, 0.02) 41px, rgba(198, 198, 198, 0.02) 60px,rgba(176, 176, 176, 0.02) 60px, rgba(176, 176, 176, 0.02) 99px,rgba(173, 173, 173, 0.02) 99px, rgba(173, 173, 173, 0.02) 146px,rgba(164, 164, 164, 0.02) 146px, rgba(164, 164, 164, 0.02) 167px,rgba(179, 179, 179, 0.02) 167px, rgba(179, 179, 179, 0.02) 205px,rgba(228, 228, 228, 0.02) 205px, rgba(228, 228, 228, 0.02) 230px,rgba(23, 23, 23, 0.02) 230px, rgba(23, 23, 23, 0.02) 241px),repeating-linear-gradient(135deg, rgba(190, 190, 190, 0.02) 0px, rgba(190, 190, 190, 0.02) 15px,rgba(74, 74, 74, 0.02) 15px, rgba(74, 74, 74, 0.02) 45px,rgba(98, 98, 98, 0.02) 45px, rgba(98, 98, 98, 0.02) 71px,rgba(43, 43, 43, 0.02) 71px, rgba(43, 43, 43, 0.02) 95px,rgba(131, 131, 131, 0.02) 95px, rgba(131, 131, 131, 0.02) 118px,rgba(21, 21, 21, 0.02) 118px, rgba(21, 21, 21, 0.02) 130px,rgba(77, 77, 77, 0.02) 130px, rgba(77, 77, 77, 0.02) 167px,rgba(231, 231, 231, 0.02) 167px, rgba(231, 231, 231, 0.02) 189px),linear-gradient(90deg, rgb(251, 251, 251),rgb(250, 250, 250));</p><p>}</p><p>	p{</p><p>		color: #c03d66;</p><p>		padding: 20px;</p><p>		text-align: center;</p><p>		font-weight: 300;</p><p>	}</p><p>&lt;/style&gt;</p><p>	&lt;/head&gt;</p><p>&lt;p &gt;Now font tag is not used instead css i more recommend</p><p>&lt;br&gt;&lt;br&gt;</p><p>Html5 has removed font tag but if you want to know I will tell you I know everything.</p><p>&lt;br&gt;&lt;br&gt;</p><p>The font tag is used to change the color, size, and style of a text. The base font tag is used to set all the text to the same size, color and face.</p><p>&lt;br&gt;</p><p></p><p>&lt;br&gt;</p><p>face attribute is used to specify the looking or font of text.</p><p>&lt;br&gt;</p><p>color attribute is used to set the color</p><p>&lt;br&gt;</p><p>size attribute is is used to set size</p><p>&lt;br&gt;&lt;br&gt;</p><p>Code- &lt;br&gt;</p><p></p><p>&amp;lt;font face = "cursive,serif" color = "#ff9900" size = "4"&amp;gt; Hi How Are You  &amp;lt;/font&amp;gt;</p><p>&lt;br&gt;&lt;br&gt;</p><p>Output - </p><p>&lt;br&gt;</p><p>&lt;font face = "cursive,serif" color = "#ff9900" size = "4"&gt;Hi How Are You&lt;/font&gt;</p><p>&lt;/p&gt;</p><p></p><p>&lt;Marquee&gt; Mark Me as the brainliest &amp;#128151;&lt;/Marquee&gt;</p><p></p><p></p><p>

Similar questions