HTML:
<div contentEditable=true data-text="Enter text here"></div>
CSS:
[contentEditable=true]:empty:not(:focus):before {
content:attr(data-text)
}
'Web > Html' 카테고리의 다른 글
html 특수문자 코드표 (엔티티코드) 정리 (0) | 2015.11.27 |
---|---|
특수문자- html코드 (0) | 2015.11.27 |
HTML:
<div contentEditable=true data-text="Enter text here"></div>
CSS:
[contentEditable=true]:empty:not(:focus):before {
content:attr(data-text)
}
html 특수문자 코드표 (엔티티코드) 정리 (0) | 2015.11.27 |
---|---|
특수문자- html코드 (0) | 2015.11.27 |