HTML Class 4 #.
Asslam o Alaikum dear Friends. A complete course with short and easy classes. so let's start your HTML Class.
HTML Class 4 #.
In This class i tell you how to change size of your text in a page .
<!DOCTYPE html>
<html>
<head>
<title>Untitled</title>
<meta charset="UTF-8"/>
<link rel="stylesheet" href="" type="text/css"/>
</head>
<body>
<font size="12">This is text of size 12<font>
<br>
<font size="16">This is text of size 14<font>
<br>
<font size="22">This is text of size 22<font>
</body>
</html>
In This class i tell you how to change size of your text in a page .
Code :
<!DOCTYPE html>
<html>
<head>
<title>Untitled</title>
<meta charset="UTF-8"/>
<link rel="stylesheet" href="" type="text/css"/>
</head>
<body>
<font size="12">This is text of size 12<font>
<br>
<font size="16">This is text of size 14<font>
<br>
<font size="22">This is text of size 22<font>
</body>
</html>
OUTPUT
This is text of size 12
This is text of size 16
This is text of size 22
This is text of size 16
This is text of size 22
Thanks For reading :
Meet you in next Class.
Comment me if you have any trouble or question .
No comments:
Post a Comment