0
How to write it in css and js
5 Réponses
+ 9
@Animesh Woah How did you understand?! :O
@Geoffrey L Me ta
Write in css
element::before{
display:inline-block;
content:"What to say?~";
}
+ 8
you cannot write html in css or is but you can write css in html by using <style> tag and write js in html by using <script> tag.
+ 6
Js: document.write('html');
Php: echo 'html';
We cannot write in css because it is only stylesheet
+ 5
Woops... Sorry, i forget.
+ 1
Write what?