“Usuń html” Kod odpowiedzi

Usuń html

<!-- The <del> tag gives a certain part of an element a strikethrough
 	 in contrast to the <ins> tag, which underlines a part of text. -->

<h1> My favorite animal are <del> cats</del> dogs. </h1>
ayaan

Usuń JavaScript

var elem = document.getElementById("myDiv");
elem.parentNode.removeChild(elem);
Confused Chinchilla

Odpowiedzi podobne do “Usuń html”

Pytania podobne do “Usuń html”

Więcej pokrewnych odpowiedzi na “Usuń html” w HTML

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu