Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make mailto anchor work inside iframe #495

Merged
merged 1 commit into from
Sep 9, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions html/introduction-to-html/tasks/links/links1.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1>Information on Whales</h1>
<p>For more information on our conservation activities and which Whales we study,
see our <a target="_blank">Whales page</a>.</p>

<p>If you want to ask our team more questions, feel free to <a>email us</a>.</p>
<p>If you want to ask our team more questions, feel free to <a target="_blank">email us</a>.</p>

</section>

Expand All @@ -41,7 +41,7 @@ <h1>Information on Whales</h1>
<p>For more information on our conservation activities and which Whales we study,
see our <a target="_blank">Whales page</a>.</p>

<p>If you want to ask our team more questions, feel free to <a>email us</a>.</p>
<p>If you want to ask our team more questions, feel free to <a target="_blank">email us</a>.</p>
</textarea>

<div class="playable-buttons">
Expand Down