Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Cant use margin command in HTML

I want to use margin in html but when im writing margin it doesn’t auto complete and It doesn’t work even if I type
here is my code;

<html lang="tr">
 <head>
    <meta charset="utf-8">
    <title>GAMEBLOG</title>
</head> 
<body>
    
    <hr   align="left" color="Red" size="60"width="1475"> 
   <center><font  face="papyrus" size="12" color="maroon">   <span><b>Gameblog News</b></span></font></center> 
   <p>
<center><h1><font face="Arial">En hızlı büyüyen kara delik bulundu: <br>
     'Her saniye Dünya büyüklüğünde kütle yutuyor'</font> </h1></center>
   </p>
   <hr color="Lightgray" width="500"size="3">
 <center><img src="C:\Users\Samet\Desktop/kara.png"  width="400" height="400">   
 </center>  

 <b>Avustralyalı astronomların liderliğini yaptığı bilim insanlarından oluşan bir ekip, son dokuz milyar yılın en hızlı büyüyen kara deliğini keşfettiklerini açıkladı.</b>


   
</body>
</html>

>Solution :

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

You have to put style a HTML tag. For exemple, if you want to put margin on the body, you have to do this :

<body style="margin:30px;">
// Your code
</body>
Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading