How To Create A Triangle Using HTML and CSS?


STEP 1: Add <div class="triangle"></div> in the HTML document.

STEP 2: Add this CSS code.

.triangle{ 
 position: absolute;
 border-width: 50px;
 border-style: solid;
 border-color: transparent transparent black transparent;
 }

 

OUTPUT

 







Trending Posts

How to Create a Digital Clock with Date using HTML, CSS & JavaScript

What Are The Use of Function Keys F1 to F12 on The Keyboard?

How To Create A Magic 8 Ball Using HTML, CSS, and JavaScript?

How To Create A Parallelogram Using HTML and CSS?

How To Create A Semi-circle Using Only HTML and CSS?

10 AI Coding Tools That Actually Made Me a Worse Programmer (2025 Edition)

Why Should You Create Programming Notebooks?

How To Create A Trapezium Using HTML and CSS?

The Secret to Flawless Web Design: Mastering Responsive Layouts