Resumen
Inglés a español:   más información...
  1. inline:


Inglés

Traducciones detalladas de inline de inglés a español

inline:

inline adj.

  1. inline
    – In HTML code, referring to graphics displayed along with HTML-formatted text. Inline images placed in the line of HTML text use the tag <IMG>. Text within an inline image can be aligned to the top, bottom, or middle of a specific image. 1

Translation Matrix for inline:

AdjectiveTraducciones relacionadasOther Translations
alineado inline

Definiciones relacionadas de "inline":

  1. In HTML code, referring to graphics displayed along with HTML-formatted text. Inline images placed in the line of HTML text use the tag <IMG>. Text within an inline image can be aligned to the top, bottom, or middle of a specific image.1
  2. In programming, referring to a function call replaced with an instance of the function's body. Actual arguments are substituted for formal parameters. An inline function is usually done as a compile-time transformation to increase the efficiency of the program.1