“Exclua html” Respostas de código

Exclua 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

Remova JavaScript

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

Respostas semelhantes a “Exclua html”

Perguntas semelhantes a “Exclua html”

Mais respostas relacionadas para “Exclua html” em HTML

Procure respostas de código populares por idioma

Procurar outros idiomas de código