H1 Tags
-
Hi,
I am trying to add a black line under my h1 tag. Like how it is used on this website: https://www.pearsonkoutcherlaw.com
I got this code from W3C Schools and have played around a lot with it, but I don’t understand where to put all the components? Can someone please help?
<html>
<head>
<style>
p
{
border-top-style:none;
border-right-style:none;
border-bottom-style:solid;
border-left-style:none;
}
</style>
</head><body>
<p>2 different border styles.</p>
</body>
</html>
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘H1 Tags’ is closed to new replies.