What does the
tag define in HTML?
- Form
- Image
- Link
- Paragraph
The
tag defines an image in an HTML document. It is a self-closing tag that requires attributes like src (source) to specify the image file path.
Loading...
Related Quiz
- What are some common strategies for resolving merge conflicts in Git?
- In a project, you need to create a navigation menu that changes its appearance on hover. Which CSS feature would you utilize for this effect?
- One of the main benefits of CI/CD is _______ feedback loop for developers.
- In OAuth 2.0, the _______ grant type is commonly used for server-to-server communication.
- What are some advantages of using Gitflow over GitHub Flow?