Last active
June 20, 2021 02:17
-
-
Save agrtechnology/69eab394687d5ccc29b4432a18a252d4 to your computer and use it in GitHub Desktop.
A random example of HTML code as part of our glossary page: https://agrtech.com.au/glossary/html-hyper-text-markup-language/
This file contains hidden or 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
h1>An example title</h1> | |
<p>The quick brown fox jumped over the lazy dog and then proceeded to run a lap around a <strong>large football oval</strong> before returning home.</p> | |
<p>The <em>brown fox</em> later went outside again to collect some food and this time encounted a cat which unlike the dog was very active and enjoyed sport.</p> | |
<h3>Here is a map of the oval:</h3> | |
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3151.867830880028!2d144.94531681445739!3d-37.81656467975194!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6ad65d452b97c1ef%3A0xf0456760532d9f0!2sMarvel%20Stadium!5e0!3m2!1sen!2sau!4v1624155178635!5m2!1sen!2sau" width="200" height="150" style="border:0;" allowfullscreen="" loading="lazy"></iframe> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment