---
title: "How can apply same style in h1, h2, h3, h4, h5 heading?"  
description: "How can apply same style in h1, h2, h3, h4, h5 heading?"  
author: "Anonymous User"  
published: 2013-06-15  
updated: 2013-06-15  
canonical: https://www.mindstick.com/forum/1135/how-can-apply-same-style-in-h1-h2-h3-h4-h5-heading  
category: "html5"  
tags: ["html5"]  
reading_time: 1 minute  

---

# How can apply same style in h1, h2, h3, h4, h5 heading?

Hi [Expert](https://www.mindstick.com/articles/13120/an-expert-financial-advice-will-improve-your-finances),\
How can [apply](https://www.mindstick.com/articles/13148/discover-to-apply-make-up-like-a-professional-supermodel) same [style](https://www.mindstick.com/articles/126300/apa-citation-style-get-to-know-about-it-for-your-next-assignment) in h1, h2, h3, h4, h5 [heading](https://yourviews.mindstick.com/view/83418/is-india-heading-towards-civil-war)?\
Thanks in advance.

## Replies

### Reply by AVADHESH PATEL

Hi,\
write the below code for apply same style in h1, h2, h3, h4, h5 heading: -\

```
h1, h2, h3, h4, h5{      font-family: sans-serif;      color: maroon;      border-bottom: 1px solid rgb (200, 200, 200);}
```


---

Original Source: https://www.mindstick.com/forum/1135/how-can-apply-same-style-in-h1-h2-h3-h4-h5-heading

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
