Brandon Harris's profile

CSS and HTML Practice Code

<!DOCTYPE html>  
  
<html>  
  
<head>  
  
  
  
<title>About Brandon</title>  
  
<style> 
body { 
  background-color: #80dfff; 
  margin-left:40px; 
  margin-right:30px; 
   
   
  fontfamily: Verdana; 
  
border-style: groove; 
  border-color: #80dfff; 
  border-width: 7px; 
  
  
  
h1 { 
  color: #0066cc; 
  margin: 35px; 
  
  
h2{ 
color: #0066cc; 
margin: 35px; 
  
  
p{ 
margin: 35px; 
    } 
  
  
  
img { 
margin-left: 35px; 
  
  
  
</style> 
  
  
</head>  
  
<body>  
  
   
  
<h1>Brandon Harris</h1>  
  
<h2>About me</h2>  
  
<p><a href="https://linktr.ee/madwizard">Brandon</a> is a self taught Artist who was born and raised in Southern California. His Great Grandmother was a painter and noticed he had an eye for art that she helped nurture when he was a child.  
  
   
  
While serving the <b>U.S. Navy</b> as a Mass Communication Specialist from 2018 - 2022 Brandon lived in <i>Japan</i> where he was inspired artistically by the culture and landscapes of Southeast Asia.</p>  
  
   
  
<p><a href="https://www.timeanddate.com/calendar/" target="_blank">Today is...</a></p>  
  
<p><a href="mailto:Blharris55@gmail.com">Send Brandon an Email</a></p>  
  
<a data-flickr-embed="true" href="https://www.flickr.com/photos/cartoongoddess/51710294234/" title="Love in golden language"><img src="https://live.staticflickr.com/65535/51710294234_b142f7a9d1_4k.jpg" width="400" alt="Love in golden language"/></a><script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script>  
  
   
  
   
  
   
  
   
  
<hr>  
  
<p>More stuff</p>  
  
   
  
</body>  
  
</html> 

<!DOCTYPE html> 
<html> 
<head> 
<title>About Brandon</title> 
</head> 
<body> 
  
<h1>Brandon Harris</h1> 
<h2>About me</h2> 
<p><a href="https://linktr.ee/madwizard">Brandon</a> is a self taught Artist who was born and raised in Southern California. His Great Grandmother was a painter and noticed he had an eye for art that she helped nurture when he was a child. 
  
While serving the <b>U.S. Navy</b> as a Mass Communication Specialist from 2018 - 2022 Brandon lived in <i>Japan</i> where he was inspired artistically by the culture and landscapes of Southeast Asia.</p> 
  
<p><a href="https://www.timeanddate.com/calendar/" target="_blank">Today is...</a></p> 
<p><a href="mailto:Blharris55@gmail.com">Send Brandon an Email</a></p> 
<a data-flickr-embed="true" href="https://www.flickr.com/photos/cartoongoddess/51710294234/" title="Love in golden language"><img src="https://live.staticflickr.com/65535/51710294234_b142f7a9d1_4k.jpg" width="400" alt="Love in golden language"/></a><script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script> 
  
  
  
  
<hr> 
<p>More stuff</p> 
  
</body> 
</html> 

CSS and HTML Practice Code
Published:

CSS and HTML Practice Code

Published: