What are all the valid DIV attributes?
DIV
Based on this link, it appears only class, id, title. Is that correct? Mea
class
id
title
contenteditable attribute also helpful and rarely used.
Using this on runtime content can changed.
This attribute is provide a way to use this like a Normal textbox. but text changed on browser side is not saved in coding.
FIDDLE