<html>
<head>
<style>
[contenteditable] {
outline: 0px solid transparent;
}
</style>
</head>
<body>
<h2>Remove Contenteditable Border</h2>
<p contenteditable="true">This is an editable paragraph. Normally I have a border around me on focus, but not today!</p>
</body>
<!-- Mirrored from www.w3schools.com/howto/tryit.asp?filename=tryhow_css_contenteditable_border by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 02:39:18 GMT -->
</html>