---
title: "I want to make a line just like below that in html can its possible?"  
description: "I want to make a line just like below that in html can its possible?"  
author: "Jayden Bell"  
published: 2012-12-31  
updated: 2012-12-31  
canonical: https://www.mindstick.com/forum/521/i-want-to-make-a-line-just-like-below-that-in-html-can-its-possible  
category: "css-css3"  
tags: ["css-css3"]  
reading_time: 1 minute  

---

# I want to make a line just like below that in html can its possible?

Hi every one\

I want to make a line just like below that in [html](https://www.mindstick.com/articles/1530/design-a-simple-stylish-calculator-using-html-css-and-javascript) using [css](https://www.mindstick.com/forum/514/background-gradient-ie7-css-problem), can its possible?

![I want to make a line just like below that in html can its possible?](https://www.mindstick.com/mindstickforums/9c8aa918-58be-4991-8433-37c2f22bd7a0/images/d24e7011-adcd-4836-aba9-ea2ca7e926ad.png)

Thanks in advance \

\

## Replies

### Reply by AVADHESH PATEL

Hi Jayden Bell

Yes it is possible. You can try this way.

```
<html>
<body>
<div style="width:200px; background-color:#E5E5E5; height:15px"></div>
<div style="display:inline; float:left; margin-top:-15px; width:20px; height:15px;background-color:Green">  </div>
</body>
</html>
```

I hope it resolve your problem


---

Original Source: https://www.mindstick.com/forum/521/i-want-to-make-a-line-just-like-below-that-in-html-can-its-possible

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
