What is the translation of " DOCUMENTO HTML " in English?

Examples of using Documento HTML in Spanish and their translations into English

{-}
  • Colloquial category close
  • Official category close
¿Cómo analizar el documento HTML en c?
How to parse the HTMLDocument in c?
El documento HTML debe contener un elemento TITLE en el encabezamiento.
Document HTML should contain one element TITLE in heading.
Integra el script en el documento HTML.
Integrating the script in the HTML documents.
Además, el documento HTML debe incluir el nombre del documento(TITLE).
Besides, document HTML should include the document name(TITLE).
El atributo”lang” se añade al documento HTML.
The"lang" attribute is added to HTML document.
El comando"Informe" crea un documento HTML que incluye los datos principales relacionados con el estudio que nos ocupa.
The"Report" command creates an html document that includes with principal data pertaining to the study at hand.
Cuando tu navegador va a una URL,envía un mensaje al servidor pidiendo el documento HTML en esa URL.
When your browser goes to a URL,it sends a message to the server asking for the HTML document at that URL.
En el Paso 2,seleccione la opciones Guardar prueba como documento HTML en la unidad de disco duro y, a continuación, haga clic enSiguiente.
In Step 2,select theSave test as an HTML document to your hard drive option, and then click Next.
Un documento HTML puede contener más de un elemento“page”, y por tanto más de un elemento de pantalla completa.
One HTML document can contain more than one section element, and thus more than one screenful of content.
Hay tres maneras distintas de aplicar CSS a un documento HTML, unas más prácticas que otras.
There are three different ways to apply CSS to an HTML document that you will commonly come across, some more useful than others.
El esquema http: no tiene nada que ver con esto, como un http:URI podría referenciar una imagen tan bien como un documento HTML.
The http: scheme has nothing to do with this, as an http:URI might reference an image just as well as an HTML document.
Para empezar, pondremos en nuestro archivo la primera cosa que todo documento HTML debería tener para encajar en el estándar: la DTD.
To begin with, we will put in our file the first thing every HTML document should have in order to fit the standard: the DTD.
En esta lección aprenderás a crear tu primera hoja de estilo; conocerás el modelo básico de CSS yqué código es necesario para usar CSS en un documento HTML.
You will get to know about the basic CSS model andwhich codes are necessary to use CSS in an HTML document.
Es posible apuntar hacia una parte concreta de un documento HTML en vez a todo un documento..
It is possible to link to a specific part of an HTML document(known as a document fragment), rather than just to the top of the document..
Como un documento HTML es una pieza de texto que debe ser leída e interpretada(por navegadores y personas), debe tener una codificación de caracteres.
As an HTML document is a piece of text that must be read and interpreted(by browsers and people), it must have a character encoding.
Antes de comenzar, necesitarás crear un nuevo archivo en el directorio raíz del sitio yrellenarlo con la estructura básica de un documento HTML.
Before we start, you will need to create a new file in the website's root directory andfill it with the basic structure of HTML documents.
La función básica de un vínculo es la de hacer una referencia, de un documento HTML a un recurso, que puede ser a su vez otro documento..
The basic function of a link is to make a reference, from an HTML document to a resource, which can be itself another document..
DomLoading: esta es la marca de tiempo inicial de todo el proceso;el navegador está por comenzar a analizar los primeros bytes recibidos del documento HTML.
DomLoading: this is the starting timestamp of the entire process,the browser is about to start parsing the first received bytes of the HTML document.
El elemento html contituye la raíz de todo documento HTML bien formado y se supone que encierre a todos los demás elementos entre sus etiquetas.
The html element constitutes the root of all well formed HTML documents and is supposed to wrap all other elements between its tags.
Una etiqueta de lenguaje es una herramienta que los autores pueden utilizar para especificar el lenguaje en que el contenido es presentado en un elemento o en un documento HTML.
A language tag is a tool authors can use to specify the language in which content is presented in an element or in an HTML document.
Todo lo que hemos visto hasta ahora no es suficiente para usar nuestros estilos en un documento HTML real, ya que todavía no sabemos donde colocar las declaraciones CSS.
All we have seen so far isn't enough to use our styles in a real HTML document, as we yet don't know where to place the CSS declarations.
Antes de comenzar, necesitarás crear un nuevo archivo, agregarlo a una de las carpetas dentro del directorio"publicaciones" yllenarlo con la Estructura básica de un documento HTML.
Before we start, you will need to create a new file, add it to one of the"posts" folders andfill it with the basic structure of an HTML document.
Guarda los cambios realizados en el documento HTML con la opción superior Guardar tema y, si todo ha ido bien, deberías poder ver el widget del livechat de Oct8ne en la parte inferior derecha de tu blog.
Save the changes done in the HTML document by clicking Save Theme and, if everything went as expected, you should be able to see the Oct8ne livechat widget on the bottom right part of your blog.
Resalte el texto del lenguaje de marcado de hipertexto(HTML, por sus siglas en inglés) de cada uno de los anuncios web que aparecen a continuación,cópielo y péguelo en el documento HTML de su página.
For each of the banner ads below, highlight the text of the HTML,copy it, and paste it into the HTML document for your page.
El programa de análisis, lo que convierte los bytes de un documento HTML en un DOM, se ha ampliado y ahora define con precisión el comportamiento a utilizar en todos los casos, incluso cuando se trata de HTML inválido.
The parser, which turns the bytes of an HTML document into a DOM, has been extended and now precisely defines the behavior to use in all cases, even when faced with invalid HTML..
De hecho, puede tener cualquier extensión que se te ocurra, pero sile das a tu documento la extensión"equivocada" podría no ser interpretado del modo que quieres como un documento HTML.
In fact, it may have whatever extension you want, butif you give your document the"wrong" extension it may not be interpreted the way you would like to as an HTML document.
Un documento HTML, aún cuando está escrito de una manera estructurada que lo hace encajar en el estándar del lenguage, no es otra cosa más que una simple secuencia de caracteres que pueden ser econtrados en cualquier teclado normal.
An HTML document, even when written in a structured way that makes it fit in the language standard, is nothing but a simple sequence of characters that can be found in any normal keyboard.
En consecuencia, el HTML y el CSS son recursos críticos:el CSS se obtiene solo después de que el navegador obtiene el documento HTML, por lo que la longitud de la ruta de acceso crítica es, como mínimo, de dos recorridos.
As a result, both HTML and CSS are critical resources:the CSS is fetched only after the browser gets the HTML document, hence the critical path length is at minimum two roundtrips.
Como recordarás, los elementos sirven para estructurar el contenido de todo el documento HTML e indican al navegador cómo debería presentarse el sitio web por ejemplo, informa al navegador para que introduzca un salto de línea.
As you probably remember, elements give structure to a HTML document and tells the browser how you want your website to be presented for example, informs the browser to make a line break.
Un árbol shadow DOM o shadow tree es una jerarquía de elementos,equivalente a la jerarquía de cualquier documento HTML, que coexiste con el árbol del documento y otros árboles, pero es completamente independiente de ellos.
A shadow DOM or shadow tree is a hierachy of elements,same as the hierarchy of any HTML document, that coexists with the document's tree and other trees, but is completely independent from them.
Results: 157, Time: 0.0283

Word-for-word translation

Top dictionary queries

Spanish - English