¿cuál es la diferencia entre los atributos href y src? src : su significado es SOURCE, el tipo de uso es para agregar una imagen un archivo un b64 entre otros href: significa hypertext link, se usa para enlazar paginas , en otras palabras hipervincular paginas entre si
¿Por qué se nombra un directorio src en proyectos, librerías, etc? src siempre se entiende como source (fuente) En el conjunto de carpetas de un proyecto el directorio src almacenaría el código fuente de dicho proyecto Según The American Heritage® Dictionary of the English Language, el código fuente, o sea, el código que se almacena en el directorio src de un proyecto es: El código escrito por un programador en un lenguaje de alto nivel y legible por
html - Difference between SRC and HREF - Stack Overflow The SRC and HREF attributes are used to include some external entities like an image, a CSS file, a HTML file, any other web page or a JavaScript file Is there a clear differentiation between SRC
What is the difference between srcdoc=. . . and src . . . - Stack Overflow Inline HTML to embed, overriding the src attribute If a browser does not support the srcdoc attribute, it will fall back to the URL in the src attribute Older MDN documentation on srcdoc says: The content of the page that the embedded context is to contain This attribute is expected to be used together with the sandbox and seamless attributes
Sobre HREF e SRC, enfim, quais as diferenças de aplicação? Já o SRC ele pausa a renderização para despejar o conteúdo do arquivo chamado Sobre isso que comentei acima, vos pergunto: Se possuo uma função que dá um append de uma estrutura em HTML de uma Newsletter por exemplo, seria mais eficiente chamar a folha de estilo que faz o "design" dessa Newsletter por HREF?