How-to create new HTML tag or custom HTML tag
<newtag></newtag>
with costum style for explain
<style>
newtag {
border-radius: 3px;
color: #505050;
background: #f7f7f7;
padding: 2px 4px;
box-shadow: 0 0 3px 1px;
}
</style>
<newtag contenteditable="true"> this is new tag </newtag>
<br><br><br><br>
<newtag> write any think </newtag>

© 2025 Manajmnt code
Comments
Post a Comment
message