Skip to content

Instantly share code, notes, and snippets.

@aafernands
Created July 12, 2020 22:39
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 aafernands/93a6718fa6de59d604a36a5bafb6daf6 to your computer and use it in GitHub Desktop.
Save aafernands/93a6718fa6de59d604a36a5bafb6daf6 to your computer and use it in GitHub Desktop.
Lady Gaga Tribute Page
<html>
<head>
</head>
<body>
<div id="main">
<h1 id="title>">Lady Gaga</h1>
<h4 id="subtitle">A star is Born</h4
</div>
<div id="img-div">
<img src="https://bit.ly/329PYnG"alt="Lady Gaga Portrait" id="image">
<p id="img-caption"><em>Lady Gaga, photo via Twitter/@ladygaga</em></p>
</div>
<div id="tribute-info>">
<P>1986 - Born in New York, NY</P>
<P>2005–2007: Career beginnings</P>
<P>2008–2010: Breakthrough with The Fame and The Fame Monster</P>
<P>2011–2014: Born This Way, Artpop, and Cheek to Cheek</P>
<P>2015–2017: American Horror Story, Joanne, and Super Bowl performances</P>
<P>2018–present: A Star Is Born, Enigma, and Chromatica</P>
</div>
<a href="https://en.wikipedia.org/wiki/Lady_Gaga" target="_blank" id="tribute-link"> Learn more about Lady Gaga.
</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment