Search This Blog

HTML Line Break Tag Example

HTML Line Break Tag Example:
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<h2> Line Break Tag Example </h2>
<p> Here we can write our own paragraph < br/ ></br>
now i will show you how to do a line break.  </p>
</body>
</html>

OUTPUT
HTML Line Break Tag Example

No comments:

Post a Comment