how to add comment in html
<!-- Comment HTML -->
<style>
/* A CSS comment */
</style>
<script>
// A Javascript Comment
</script>
how to add comment in html
<!-- Comment HTML -->
<style>
/* A CSS comment */
</style>
<script>
// A Javascript Comment
</script>
html comment box
<style>
#wrapper{
display:flex;
flex-direction:column;
width:fit-content;
background-color: rgb(0,0,0,80%);
padding:10px;
color:whitesmoke;
border-radius:5px;
}
#inner_div{
margin-bottom:4px;
}
#comment-box{
background-color: rgb(0,0,0,40%);
border-radius:10px;
resize:none;
color:whitesmoke;
padding:7px;
outline:none;
}
</style>
<div id='wrapper'>
<div id='inner_div'>Comment:</div>
<textarea placeholder='Type here...' name="" id="comment-box" cols="30" rows="10"></textarea>
</div>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us