Skip to content

Instantly share code, notes, and snippets.

@code08-ind
Created January 11, 2021 18:10
Show Gist options
  • Save code08-ind/071c212fccf8c54fdbbd6a0e341d2dd2 to your computer and use it in GitHub Desktop.
Save code08-ind/071c212fccf8c54fdbbd6a0e341d2dd2 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Personal Blog</title>
</head>
<body>
<center>
<h1>Web Development Path</h1>
<h2>A Look at the common normal web document</h2>
<p>We will be looking at the combination of the CSS and JAVASCRIPT</p>
<div class="container">
<div class="row">
<div class="one" id="one">
<h4>First Paragraph</h4>
<h5>Second Paragraph</h5>
<button class="btn" id="btn1">Click Me</button>
</div>
<hr>
<div class="two" id="two">
<h4>Third Paragraph</h4>
<h5>Four Paragraph</h5>
<button class="btn" id="btn1">Click Me Up</button>
</div>
</div>
</div>
<br>
<div class="container next">
<img src="https://www.pngitem.com/pimgs/m/58-585400_web-development-company-svg-hd-png-download.png"
alt="pic1" width="300px" height="250px">
<br>
<button class="btn btn3">
<a href="#">Click To See The Change</a>
</button>
</div>
</center>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment