A string representing the visible URL. Writing to this attribute initiates top-level navigation.
string
Assigning src its own value will reload the current page.
src
The src attribute can also accept data URLs, such as data:text/plain,Hello, world!.
data:text/plain,Hello, world!