Computer Science, asked by cricketmasti16, 4 months ago

Which of the following properties can be specified to font-type property? Normal Italic Oblique All of these

Answers

Answered by poojan
9

All of these

Explanation:

font-type is nothing but the font-style property we use in HTML.

The font style properties we have in HTML are 6 in number, namely:

  1. Italic
  2. Normal
  3. Oblique
  4. Inherit
  5. Initial
  6. Unset

Have a look at the ATTACHMENT to observe how they work.

Program:

Here is a snippet for you. You can save this copy, paste this on notepad and save it with .html to run and see the difference among them.

<html>

   <body>

       <p style="font-style:italic;">Hello there! Hope you are doing well. <b>-> Italic</b></p>

       <p style="font-style:oblique;">A hearty welcome to you. Loving Brainly already? <b>-> Oblique</b></p>

       <p style="font-style:normal;">Brainly loves you too. Keep on spreading and gaining knowledge, champ. See you around! <b>-> Normal</b></p>

   </body>

</html>

Learn more:

1. Which of the following tag is used to insert a line-break in HTML

https://brainly.in/question/25123766

2. The correct sequence of HTML tags for starting a webpage is

https://brainly.in/question/31109764

Attachments:
Answered by jaiswalkumar112
0

Answer:

The font style properties we have in HTML are 6 in number, namely: Italic. Normal.

Explanation:

please mark my answer in brain test

Similar questions