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

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

🚀 Build a QR Code Generator Using HTML, CSS & JavaScript

Create Light & Dark Theme Toggle Using HTML, CSS & JavaScript

Is Web Development Dying In 2022?

Strengthen Your IT Infrastructure: Scalable Strategies for a Future-Proof Business

Build a Modern Gradient Calculator Using HTML, CSS, and JavaScript

🚀 Why You Must Learn AI & Machine Learning in 2025/2026 — Even If You're a Beginner

Different Types Of Sensor In A Smartphone And Their Uses

Build a Simple Calculator Using HTML, CSS, and JavaScript 💻

Best Practices for Writing Clean and Efficient Code