HTML src Attribute

Example showing the src attribute for images.

Preview

Code

<h2>Image Example</h2>

<img src="https://via.placeholder.com/300x150" alt="Sample Image">

More HTML Attributes Examples (9)