IntScription()

Devlog - 2025-09-17

πŸš€ What I Did

🧠 What I Learned

Replacement element

<iframe
  src="video-url"
  width="width-value"
  height="height-value"
  allowfullscreen
></iframe>

Target values

<a href="https://freecodecamp.org" target="_blank">Visit freeCodeCamp</a>

Path

  1. Absolute Path = full address (good for external links).
  2. Relative Path = shortcut (good for internal project files).

:link β†’ default state (not yet visited or clicked). :visited β†’ link already visited (default purple). :hover β†’ when cursor is over the link. :focus β†’ when the link is focused (e.g., via keyboard/tab). :active β†’ when the link is being clicked/activated.

πŸ”₯ What’s Next


← Previous Next β†’