Dev4Hub
TutorialsRoadmapReviewNotesCode Editor
Sign inSign up
  • Python
  • HTML
  • CSS
  • JavaScript
  • SQL
Your progress0 / 5
search
school

HTML Basics

  • 1HTML Introduction
  • 2HTML Elements
  • 3HTML Attributes
menu_book

HTML Media

  • 1HTML Images
  • 2HTML Links
Tutorialschevron_rightHTML Tutorialchevron_rightHTML Images

HTML Images

format_list_numberedLesson 4 of 5schedule1 min readview_agenda1 sectionauto_awesomeAI tutor ready
01

The img Tag

Images are defined with the <img> tag. The source file (src) and alternative text (alt) are required attributes.

Example

<img src="pic_trulli.jpg" alt="Trulli" width="500" height="333">
Try it Yourself »
arrow_back PreviousHTML AttributesNext arrow_forwardHTML Links

Dev4Hub

Learn coding with hands-on tutorials, examples and quizzes — covering Python, HTML, CSS, JavaScript, SQL and more.

Tutorials

  • Python
  • HTML
  • CSS
  • JavaScript
  • SQL

Tools

  • Code Editor
  • All Tutorials
© 2026 Dev4Hub. Inspired by the W3Schools learning model.