Selects an element based on the value of its id attribute.
Selecciona un elemento basándose en el valor de su atributo id.
This basic selector chooses nodes based on the value of its id attribute.
Selecciona un elemento basándose en el valor de su atributo id.
You will usually put an id attribute on all elements.
Usualmente colocarás el atributo id a todos los elementos.
A command is identified by its id attribute.
Un comando es identificado por su atributo id.
I assigned both images an id attribute to make them easier to select.
He asignado a las dos imágenes un atributo id para que sean más fáciles de seleccionar.
This is not the case for the id attribute.
Este no es el caso en el atributo id.
Use the id attribute to mark the element to which you want to link.
Usa el atributo id para marcar el elemento con el que quieras enlazar.
We use an id attribute so that we can refer to the image in code.
Usamos un atributo id para que podamos referirnos a la imagen en el código.
That title already has an id attribute with the value "description" in it.
Ese título ya tiene un atributo id con el valor "description" en él.
You can change the id attribute in the embed code to correspond with a different product.
Puedes cambiar el atributo id en el código de inserción para que corresponda con un producto diferente.
Since we will be using the id attribute later, this is a good place to discuss its construction.
Debido a que más tarde utilizaremos el atributo id, éste es un buen momento para ocuparnos de su construcción.
You can hide elements by their id attribute similarly, #sponsorad will hide the second advertisement.
Puede ocultar los elementos por su atributo id del mismo modo, #sponsorad oculta el segundo anuncio de publicidad.
The id attribute is used as an identifier so that the window can be referred to by scripts.
El atributo id es usado como un identificador, de esta manera la ventana puede ser llamada desde scripts.