+ 1

When using Align, how do I do it as a heading

<h1>blah blah blah<h1>

8th Sep 2016, 1:07 AM
Brandon
3 Réponses
+ 4
<html> <head> <title>Page Title</title> </head> <body> <h1 align="Center">Test</h1> </body> </html>
8th Sep 2016, 1:38 AM
Kevin McMinn
Kevin McMinn - avatar
+ 3
Head tag useable two place. First in HTML. <h1 align="center"></h1> Second in CSS. h1{ text-align: center; } i hope you understand.
8th Sep 2016, 8:22 AM
HawkEye
HawkEye - avatar
0
Thank you.
8th Sep 2016, 9:58 AM
Brandon
Aujourd'hui en vedette
.
1 Votes
What?
0 Votes
HTML
0 Votes
Web
0 Votes
Quiz duel
0 Votes
FRC Coding?
1 Votes
help
0 Votes
AI
2 Votes
APIs
1 Votes