<center> tag using for create centering content in HTML. You must check tag open<center> & close</center> every coding.
Ex - <center> <p>Welcome to Coding Request</p> </center>
Now we are checking the centering content in HTML
<html>
<head>
<title>Coding Request</title>
</head>
<body>
<p>Welcome to Coding Request</p>
<center>
<p>Now we are learning centering content</p>
</center>
</body>
</html>
</html>
Code view in notepad++
Noteped++ Download link here https://notepad-plus-plus.org/downloads/Image 1
Some coding meaning here
- <title>........</title> - Your title place
- <p>..........</p> - Your paragraph place
- <center> ...........</center> - Centering Content
Result view in browser
Image 2