Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html lang="en-US">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>Third Practice</title>
</head>
<body>
  <p>This <small>is a</small> Paragraph.this paragraph also contains an <em>emphasized</em> element</p>
<br>
<h1>This is a heading</h1>
<hr>
  <a href="https://github.com/amir91179/First-Respository" id="Github-link">Click here to see my First Repository</a>
<br>
<img src="https://www.w3schools.com/css/img_forest.jpg" alt="picture of a Bridge">  
  
  
</body>
</html>
 
body {
  background-color:grey;
  margin:0px;
  padding:0px;
}
p {
  font-family:verdana;
  font-size:15px;
  color:white;
  border:1px solid black;
}
h1 {
  color:red;
}
#Github-link:link {
  background-color:white;
}
#Github-link:hover {
  background-color:red;
  font-family:verdana;
}
#Github-link:visited {
  background-color:black;
  border-radius:5px;
}
img {
  width:300px;
  height:300px;
}
Output 300px

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
amir91179pro
0viewers