The `` element infers no special meaning. It is a semantically neutral element that is often used to group content for formatting with styles, and for content which cannot be semantically described with any other element.
0
votes
3answers
75 views
+100
Get contentEditable div height after typing a new char
I currently have a contentEditable div with a fixed width and a flexible height,that must be increased or decreased according to the length of the user input.
The problem is that thought the ...