Webmaster Uzmanı » CSS » HTML/CSS sayfa,element,div,yazı,resim… ortalama kodu kullanımı örneği (HTML/CSS page,element,div,text,image… centralise code usage example)
1
2
3
| < div align = "center" > centralised div </ div > |
1
2
3
| < p align = "center" > centralised p </ p > |
1
2
3
| < div style = "text-align: center" > centralised with text-align </ div > |
1
2
3
| < div style = "margin-left: 25%; widht:50%;" > centralised with margin and width </ div > |
1
2
3
| < center > centralised with center tag </ center > |
1
2
3
| < div style = "margin:auto; width:50%;" > centralised with width </ div > |
1
2
3
| < img src = "image01.png" style = "margin:auto; width:50%;" > < br > centralised image |
1
2
3
| < div style = "margin:0; width:50%;" > centralised with margin and width 2 </ div > |
"HTML/CSS sayfa,element,div,yazı,resim… ortalama kodu kullanımı örneği (HTML/CSS page,element,div,text,image… centralise code usage example)" Adlı Yazı İcin 0 Yorum: