Computer Science, asked by jasmeen1, 1 year ago

how to change the font size ,style and to apply colour to your font in ms word


Gaga123: hii Jii

Answers

Answered by mohitgumber1
4
FROM THIS TOOLBAR OR RIGHT CLICK AT YOUR SELECTED TEXT


Attachments:
Answered by Anonymous
0

Answer:

<!doctype html>

<html>

<head>

<title> My Website </title>

</head>

<body>

<font face = sans-serif size = 8> Welcome to HTML </font>

<br>

<font face = roboto size = 6> Welcome to HTML </font>

<br>

<font face = arial size = 4> Welcome to HTML </font>

</body>

</html>

Similar questions