Created
December 14, 2023 05:43
-
-
Save Vindexus/98232b6c7bec2001cf74fed6875a6196 to your computer and use it in GitHub Desktop.
Semantic HTML Me
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
<div> | |
<div> | |
<div>Urban Oasis Cafe</div> | |
<div> | |
<span><a href="/">Home</a></span> | |
<span><a href="/contact">Contact</a></span> | |
</div> | |
</div> | |
<div> | |
<div>About Us</div> | |
<div>Urban Oasis Cafe a trendy coffeehouse situated in the heart of the city, offers a diverse menu of artisanal brews and delectable pastries in a chic and inviting atmosphere.</div> | |
<div>Please call us to make a reservation.</div> | |
</div> | |
<div>"I love their coffee!" - Susan</div> | |
<div> | |
<div>Contact Us</div> | |
<div>Here is a list of ways to contact us:</div> | |
<div>1-250-555-1234</div> | |
<div><a href="mailto:[email protected]">[email protected]</a></div> | |
<div><a href="https://twitter.com/UOCafe">@UOCafe</a></div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment