Centering Content

आप किसी भी कंटेंट को पेज के बीच में या किसी टेबल सेल में डालने के लिए <center> टैग का इस्तेमाल कर सकते हैं।

<!DOCTYPE html>
<html>

   <head>
      <title>Centring Content Example</title>
   </head>
	
   <body>
      <p>This text is not in the center.</p>
      
      <center>
         <p>This text is in the center.</p>
      </center>
   </body>
	
</html>

This will produce the following result −

This text is not in the center.

This text is in the center.

If you want to join my online or offline graphic designing course than just call me - 9334029817

Related Posts

Leave a Reply