Multiple choice technology web technology

Which attribute defines default pages to your frames ?

  1. def

  2. a href

  3. src

  4. None

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The 'src' attribute in tags specifies the URL of the document to load initially in that frame. This is the default page displayed when the frameset opens. 'def' is not a valid HTML attribute, 'a href' is for anchor links, and the frame must load some document.