What are valid attributes for the DIV element in HTML?

前端 未结 4 1181
悲哀的现实
悲哀的现实 2020-12-31 05:49

What are all the valid DIV attributes?

Based on this link, it appears only class, id, title. Is that correct? Mea

4条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-31 06:28

    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

提交回复
热议问题