HTML Break line and change font style
Break line and Change Font style
Here I am changing my font style as you can see here below there are some new tags below one for breaking the line and other for changing the font style so to break the line there is <br> and to change the font style here is <i>.
<html> | |
<head> | |
<title> | |
Change font style | |
</title> | |
</head> | |
<body> | |
i am going to change the font style<br> | |
<b>In HTML</b> | |
<br> | |
<i>FONT STYLE</i> | |
</body> | |
</html> |
Comments
Post a Comment