You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I learned about absolute and relative paths in HTML. Absolute paths use full URLs, while relative paths locate files within the same project. I also learned about the <img> tag, which is self-closing and used to display images using src, height, width, and alt attributes.