HTML Class 5 #.
Asslam o Alaikum dear Friends. A complete course with short and easy classes. so let's start your HTML Class.
HTML Class 5 #.
In This class i tell you how to start a new line in a page .
<!DOCTYPE html>
<html>
<head>
<title>Untitled</title>
<meta charset="UTF-8"/>
<link rel="stylesheet" href="" type="text/css"/>
</head>
<body>
Hi their i break a line with "br tag" <br> this text will print in new line.
</body>
</html>
In This class i tell you how to start a new line in a page .
Code :
<!DOCTYPE html>
<html>
<head>
<title>Untitled</title>
<meta charset="UTF-8"/>
<link rel="stylesheet" href="" type="text/css"/>
</head>
<body>
Hi their i break a line with "br tag" <br> this text will print in new line.
</body>
</html>
OUTPUT
Hi their i break a line with "br tag"
this text will print in new line.
this text will print in new line.
Thanks For reading :
Meet you in next Class.
Comment me if you have any trouble or question .
No comments:
Post a Comment