Summary
English to Dutch:   more detail...
  1. inline:


English

Detailed Translations for inline from English to Dutch

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
  2. inline
    – 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

Translation Matrix for inline:

AdjectiveRelated TranslationsOther Translations
inline inline

Related Definitions for "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