Hi, how do I make my Titles bolder and a bit larger? I tried the tag
Walking Dogs
but the font was not big enough.
I want to make the font 30px high, color:red, and bold. Should I use:
<h1 style="font-family:Arial;">Walking Dogs</h1>
or
<p style="font-family:arial;color:red;font-size:30px;">Walking Dogs</p>
I am learning HTML but I am stumped as to the order if I want: bold font, font to be red, Arial font, and 30px in size.
I appreciate any help with this.