Posts by LUIS LUCILANDIO DE QUEIROZ MES • 1 point
1 post
-
-1
votes1
answer96
viewsQ: I need to change the source of a text-Area: Ex: Bold to italic, but I haven’t been able to yet. Can someone help me?
var textarea = document.querySelector(".editor"); var negrito = document.querySelector("button"); var paragrafo = document.createElement('p'); negrito.onclick = function(){…