Table of Contents
hide
New Line Break Tag (<br>)
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<title>Codershelpline</title>
</head>
<body>
<p>Codershelpline <br> is one of the best <br> site to learn html in
simple step <br> wise form.Codershelpline is one of the best site to learn html
in simple step wise form.Codershelpline <br> is one of the best site to learn
html <br> in simple step wise form.Codershelpline is one of the best site to
learn html in simple step wise form.Codershelpline is one of the best site to
learn html in simple <br> step wise form.Codershelpline is one of the best site
to learn html in simple step wise form.Codershelpline is one of the best site to
learn html in simple step wise form.</p>
</body>
</html>
<!-- NB : This tag creates new line where it is used in a sentence of a web page.-- >
Center Tag (<center> </center>)
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<title>Codershelpline</title>
</head>
<body>
<Center>
Codershelpline is one of the best site to learn html in simple step wise
form.Codershelpline is one of the best site to learn html in simple step
wise form.Codershelpline is one of the best site to learn html in simple
step wise form.Codershelpline is one of the best site to learn html in
simple step wise form.Codershelpline is one of the best site to learn html
in simple step wise form.
</Center>
</body>
</html>
<!-- NB : This tag is used to align the contents in the center of a web page. -->
0 Comments