HTML Class 6 #.
Asslam o Alaikum dear Friends. A complete course with short and easy classes. so let's start your HTML Class.
HTML Class 6 #.
In This class i tell you how to start a paragraph with tag <p> in a page .
<!DOCTYPE html>
<html>
<head>
<title>Untitled</title>
<meta charset="UTF-8"/>
<link rel="stylesheet" href="" type="text/css"/>
</head>
<body>
<p>This text print on a webpage as a paragraph . paragraph is a bundle of words and lines...</p>
</body>
</html>
In This class i tell you how to start a paragraph with tag <p> in a page .
Code :
<!DOCTYPE html>
<html>
<head>
<title>Untitled</title>
<meta charset="UTF-8"/>
<link rel="stylesheet" href="" type="text/css"/>
</head>
<body>
<p>This text print on a webpage as a paragraph . paragraph is a bundle of words and lines...</p>
</body>
</html>
OUTPUT
This text print on a webpage as a paragraph . paragraph is a bundle of words and lines...
Thanks For reading :
Meet you in next Class.
Comment me if you have any trouble or question .
No comments:
Post a Comment