Object inner

Developer
Size
1,691 Kb
Views
12,144

How do I make an object inner?

What is a object inner? How do you make a object inner? This script and codes were developed by Carla on 07 November 2022, Monday.

Object inner Previews

Object inner - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>object inner</title>
</head>
<body> <html> <body> <section id="test"><p> HOLA MUNDO</p></section> <button id="boton">Boton</button> </body>
</html> <script src="js/index.js"></script>
</body>
</html>

Object inner - Script Codes JS Codes

//crear los objetos :
console.clear()
var saludo=document.getElementById("test");
var boton=document.getElementById("boton");
var accion=function(e){ saludo.textContent=saludo.textContent +" hola "/*substituimos el contenido de la sección mas el contenido de la seccion +hola /* saludo.textContent="Texto cambiado" /*util para cambiar el contenido de un tag, cambier el texto, etc. cuando cambias el textContent ya no se puede volver atrás, tendríamos que actualizar la página, donde saldría el texto inicial del html*/ // alert(saludo.textContent) /*textContent te imprime solo el contenido de texto*/
}
boton.addEventListener("click",accion)
Object inner - Script Codes
Object inner - Script Codes
Home Page Home
Developer Carla
Username whereisfluffy
Uploaded November 07, 2022
Rating 3
Size 1,691 Kb
Views 12,144
Do you need developer help for Object inner?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Carla (whereisfluffy) Script Codes
Create amazing web content with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!