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 Become a Web Designer: A Complete Guide

Will DeepSeek AI Replace Web Developers? A JavaScript Developer’s Reality Check

Easy Light Bulb Project: HTML, CSS, and JavaScript

The Secret to Flawless Web Design: Mastering Responsive Layouts

What is Blogging Business? A Beginner’s Guide to Making Money Online

Building an Enhanced To-Do List App Using HTML, CSS, and JavaScript with Local Storage

8 Characteristics Of Modern Computer

Which is Better: Bootstrap or Tailwind?

Is Web Development Dying in 2025? Let’s Get Real

Create a Stunning Personal Portfolio Website with HTML & CSS