Remove Attribute
In This Article
Removes the attribute under the cursor.
#Availability
Available from the context menu or via shortcuts:
- when the cursor is on an attribute.
#Examples
<img src="D:\Image1.jpg" id="img1" style="width: 100px;" />
Result:
<img src="D:\Image1.jpg" style="width: 100px;" />