forked from ThakaRashard/rashardlearned
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<iframe style="border-radius:12px" src="https://open.spotify.com/embed/album/5J169iIjpxBuXzzpj0Lf9e?utm_source=generator" width="100%" height="352" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe> # Martian polar ice caps <picture> <source srcset="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/Martian_north_polar_cap.jpg/1024px-Martian_north_polar_cap.jpg" media="(orientation: portrait)" /> <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/Martian_north_polar_cap.jpg/1024px-Martian_north_polar_cap.jpg" alt="" /> </picture> @esa [Water at Martian south pole](https://www.esa.int/Science_Exploration/Space_Science/Mars_Express/Water_at_Martian_south_pole) # <picture>: The Picture element @blackGirlsCode @Normani im really enjoying HTML5 there are so many new tags that add more networking support so images dont go down or are rendered correctly [ReadMore `<picture>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/picture) @mozilla how do i know im a healthy web developer @nasa-jpl ? THats as u know our man browser on campus {% highlight html %} <picture> <source srcset="/media/cc0-images/surfer-240-200.jpg" media="(orientation: portrait)" /> <img src="/media/cc0-images/painted-hand-298-332.jpg" alt="" /> </picture> [<picture srcset="/media/cc0-images/surfer-240-200.jpg" media="(orientation: portrait)" <img src="/media/cc0-images/painted-hand-298-332.jpg" alt="" /> ]( <img src="/media/cc0-images/painted-hand-298-332.jpg" alt="" />) {% endhighlight %}
- Loading branch information
Showing
4 changed files
with
134 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters