Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 265 Bytes

10.04-more-attributes.md

File metadata and controls

16 lines (12 loc) · 265 Bytes

More Attirbutes

Contenteditable

Used to make an element editable by the user.

<div contenteditable="true">Editable content</div>

Translate

Used to enable/disable translation for an element.

<div translate="no">Do not translate</div>