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 Magic 8 Ball Using HTML, CSS, and JavaScript?

Easy Light Bulb Project: HTML, CSS, and JavaScript

Is HTML a Programming Language?

How To Create a Fake Facebook Login Clone Using Only HTML and CSS?

Best Practices for Writing Clean and Efficient Code

How to Become a Web Designer: A Complete Guide

Web-Based Development Environments: Should You Make the Switch?

Is Blogging Dead? Exploring the Relevance of Blogging in 2025

Top Cybersecurity Threats in 2024 and How to Protect Yourself

Is Coding Hard?