CSS Borders
<!DOCTYPE html> <html> <head> <style> h2 { border-bottom: 2px solid #00643c; padding-bottom: 8px; } </style> </head> <body> <h2>Section Title</h2> </body> </html>
<!DOCTYPE html> <html> <head> <style> h2 { border-bottom: 2px solid #00643c; padding-bottom: 8px; } </style> </head> <body> <h2>Section Title</h2> </body> </html>