+ 1
Is it possible to align headings
7 Answers
+ 4
Yes it's possible just use this syntax
h1{
text-align:center;
}
+ 2
Yeah u can use align property
<h1 align="center"> heading</h1>
+ 2
Yes, its really possible, Just see how we can align headings in HTML.
Use in <head> tag,
<style>
h1 {
text-align: center;
}
</style>
+ 2
Yes, it's absolutely possible.
You have to use this syntax
h1{
text-align:center;
}
0
Thanks
0
If you learn carefully form sololearn, then you will know more basic things about HTML and CSS.
Hot today
Whatโs wrong?
3 Votes
Error in Program
1 Votes
SQL
1 Votes
BMI calculator code project
0 Votes
How to create a border
0 Votes