Jump to content

Underline Only First Part


sandy1028

Recommended Posts

Also, I'd use semantical HTML in this case. Not only would it make the styling a lot easier, but its also better for search-bots, screen readers and more.

 

With this HTML, assuming the first headline is the topmost headline for the page/section.

<h1>For-Profit Businesses</h1>
<h2>(Subheadline)</h2>

 

You'll have the following CSS:

h1 {text-decoration: underline;}

 

Of course, you'll probably want to add some more styles to them, to make them look exactly as you want. But, for the question at hand that's all you need. ;)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.