HTML Change font size

 

Change font size


Here I will change my font size below easily as you can see a new tag here below in the code which is to change the font size and the tag name is itself <font size="Desired size"> after opening the tag you should write the text which you want to increase the size after this you can close the tag now.

You are able to change the size in html.


       
<html>
<head>
<title>
Change font size
</title>
</head>
<body>
i am going to increase the font size in <font size="8">HTML</font>
<br>
We had changed the font size
</body>
</html>

Comments

Popular posts from this blog

Multiple inheritance,friend function and multiple file in oop(object oriented programming)

Concepts of OOP (object oriented programming)

Concepts in c++........