I'm a networking student, and I have to take internet programming as an elective. I've never done any programming before. I have a step that says:
"Format the heading to use the Heading 1 style center-aligned on Web page."
The code I used is:
<h1><center>Please Help!</center></h1>
Doing that worked, but I'm just wondering if that's the "correct" way of center aligning my heading.
"Format the heading to use the Heading 1 style center-aligned on Web page."
The code I used is:
<h1><center>Please Help!</center></h1>
Doing that worked, but I'm just wondering if that's the "correct" way of center aligning my heading.