Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6880069
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T04:55:38+00:00 2026-05-27T04:55:38+00:00

I am new in HTML, and i have to create one textarea for user

  • 0

I am new in HTML, and i have to create one textarea for user input which is looking like the given image below.

Please does anyone have an idea on how to create this type of textarea?

I have only basic knowledge of creating simple textarea. Thanks in advance.
enter image description here

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T04:55:38+00:00Added an answer on May 27, 2026 at 4:55 am

    Demo here

    Play around with border-left, border-right and border-top widths to get suitable notch design

    HTML

    <textarea></textarea>
    
    <div id="notch"></div>
    

    CSS

    textarea{
        width:300px;
        height:80px;
        border:1px solid #7c7870;
        background:#7c7870;
        color:#fff;
          border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
        -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
       }
    
    #notch{
        position: relative;
        top:-4px;
        left: 200px;
        margin: 0;
        border-bottom: 0;
        border-left: 30px solid transparent;
        border-right: 10px solid transparent;
        border-top: 40px solid #7c7870;
        padding: 0;
        width: 0;
        height: 0; /* ie6 height fix */
        font-size: 0;
        line-height: 0; /* ie6 transparent fix */
        _border-right-color: pink;
        _border-left-color: pink;
        _filter: chroma(color=pink);
        z-index:99;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have code like this: string uriString = @C:\Temp\test.html; Uri uri = new Uri(uriString);
I'd like to be able to replace a standard HTML <TEXTAREA> input with insertable
I have noticed recently, when I apply a template to a new HTML website,
I have a button that, when pressed, will add a new HTML row. Within
I have a html form that posts to a new page on submit. If
I'm new to DOM parsing in PHP: I have a HTML file that I'm
i have the following code in an asp.net mvc view. <% = Html.DropDownList(Filter, new
I have a form on my page which gives the user the possibility to
I am building a Rails application which allows a user to create an object
I'd like to create/update a sub-object within an admin edit dialog. I have a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.