Switch to full style
HTML code examples
Post a reply

Usage of contenteditable attribute

Thu Feb 23, 2012 7:49 pm

In this example we show the usage of contenteditable attribute which allow you to present editable webpage content.

Code:
<html xmlns="http://www.w3.org/1999/xhtml">
<
head>
<
title>Usage of contenteditable attribute </title>
<
meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

</
head>
<
body>
<
p contenteditable="true">Because we set the 
value of the contenteditable to true you can now edit this 
paragraph content 
.</p>
 
</
body>
</
html>
 




Post a reply
  Related Posts  to : Usage of contenteditable attribute
 usage of rev attribute     -  
 usage of ch attribute     -  
 Usage of the before CSS attribute     -  
 Usage of the after CSS attribute     -  
 vspace attribute usage     -  
 colspan attribute usage     -  
 usage of <br> tag clear attribute     -  
 row-span attribute usage     -  
 usage of id attribute for link jumps     -  
 SWAP images using JQuery just by using the src attribute img     -  

Topic Tags

HTML Paragraph