Skip to content

Instantly share code, notes, and snippets.

@Vindexus
Created December 14, 2023 05:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Vindexus/98232b6c7bec2001cf74fed6875a6196 to your computer and use it in GitHub Desktop.
Save Vindexus/98232b6c7bec2001cf74fed6875a6196 to your computer and use it in GitHub Desktop.
Semantic HTML Me
<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:contact@urbanoasis.cafe">contact@urbanoasis.cafe</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