Please anyone can te me tag of html to display word in center? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

Please anyone can te me tag of html to display word in center?

15th May 2018, 6:22 PM
Govind
Govind - avatar
5 Antworten
+ 1
CSS can be used inside HTML, it's called inline CSS.
15th May 2018, 6:50 PM
Filip Novotný
Filip Novotný - avatar
0
I dont know in html, but there is a css tag text-align which you can put text-align: center to center a text inside a container.
15th May 2018, 6:29 PM
Bebida Roja
Bebida Roja - avatar
0
For example: <p align="center">word</p> or: <p style="text-align="center";">word</p> - this uses CSS.
15th May 2018, 6:42 PM
Filip Novotný
Filip Novotný - avatar
0
thank you
15th May 2018, 6:43 PM
Govind
Govind - avatar
0
but html and css is diffrent
15th May 2018, 6:48 PM
Govind
Govind - avatar