HTML , CSS Code : Column Count , Audio , Video

 


<!DOCTYPE html>
<html>
<head>
<style> 
video {
  margin:20px;
  width: 80%;
  height: auto;
}
.header{
 width:100%;
}

.intro {
 font-family:Corbel;
 font-size:30px; 
 column-count:1;
 column-width:100px;
 column-gap:30px;
}
.lesson {
 float:left;
 font-family:Corbel;
 font-size:30px; 
 column-count:2;
 column-width:100px;
 column-gap:30px;
}

.pics{
  float:left;
  height:100; 
  width:30%; 
  margin:2px;
  padding:10px;
  
 }
 img{ width:90%; height:90%;}
</style>
</head>
<body>
<div class="header">
<img src="computergraphics.png">
</div>


<h1> The Clone Stamp Tool </h1>
<br>
<div class="intro">
<p>Adobe Photoshop is an excellent tool for editing bitmap images. It offers an expansive feature set, which can seem daunting to anyone opening the application for the first time.
</p>
<p>
The Clone Stamp tool is one such feature of Photoshop, and it is a great little apparatus for sorting out an array of problems with your images. Let's delve into how you use Photoshop's Clone Stamp tool.
What Is Photoshop's Clone Stamp Tool?
Really, the clue is in the name with this one. 
</p>
<p>

The Clone Stamp tool takes a copy of an image over a defined radius as a circular snippet (the clone). You can then overlay the snippet on top of other parts of your image using the same defined radius (the stamp).
</p>
<p>

It is great for clearing up blemishes on an image and, because you can Clone Stamp as little as one pixel (up to 5,000 pixels), it allows incredibly detailed touching up of your rasters.
</p><p>

RELATED:
How To Change The Background Of A Photo In Photoshop

Not only that, but if you have minor elements you'd like to add more of, it works perfectly here too, again offering highly detailed one pixel (up to 5,000 pixels) editing.

So, it is excellent for repairing and retouching your images, while also having a few other purposes, such as with timeline animation production and editing. For this guide, let's see how to use it just to retouch an image.
</p>

</div>

<div class="image">
<video  controls>
  <source src="clonetool.mp4" type="video/mp4">
  Your browser does not support the video tag.
</video></div>



<div class="lesson">
<p>Adobe Photoshop is an excellent tool for editing bitmap images. It offers an expansive feature set, which can seem daunting to anyone opening the application for the first time.
</p>
<p>
The Clone Stamp tool is one such feature of Photoshop, and it is a great little apparatus for sorting out an array of problems with your images. Let's delve into how you use Photoshop's Clone Stamp tool.
What Is Photoshop's Clone Stamp Tool?
Really, the clue is in the name with this one. 
</p>
<p>

The Clone Stamp tool takes a copy of an image over a defined radius as a circular snippet (the clone). You can then overlay the snippet on top of other parts of your image using the same defined radius (the stamp).
</p>
<p>

It is great for clearing up blemishes on an image and, because you can Clone Stamp as little as one pixel (up to 5,000 pixels), it allows incredibly detailed touching up of your rasters.
</p><p>

RELATED:
How To Change The Background Of A Photo In Photoshop

Not only that, but if you have minor elements you'd like to add more of, it works perfectly here too, again offering highly detailed one pixel (up to 5,000 pixels) editing.

So, it is excellent for repairing and retouching your images, while also having a few other purposes, such as with timeline animation production and editing. For this guide, let's see how to use it just to retouch an image.
</p>
<p>

<a href="C:/Html/9HonrizontalDropDonwMenu.html"> <img src="chiwawa.png" ></img><br> Drop Down Menu </a>
</p>

</div>

<br>
<div class="lesson">
<p>

<a href="C:/Html/9HonrizontalDropDonwMenu.html"> <img src="poodle.png" ></img><br> Drop Down Menu </a>
</p>

<p>Adobe Photoshop is an excellent tool for editing bitmap images. It offers an expansive feature set, which can seem daunting to anyone opening the application for the first time.
</p>
<p>
The Clone Stamp tool is one such feature of Photoshop, and it is a great little apparatus for sorting out an array of problems with your images. Let's delve into how you use Photoshop's Clone Stamp tool.
What Is Photoshop's Clone Stamp Tool?
Really, the clue is in the name with this one. 
</p>
<p>

The Clone Stamp tool takes a copy of an image over a defined radius as a circular snippet (the clone). You can then overlay the snippet on top of other parts of your image using the same defined radius (the stamp).
</p>
<p>

It is great for clearing up blemishes on an image and, because you can Clone Stamp as little as one pixel (up to 5,000 pixels), it allows incredibly detailed touching up of your rasters.
</p><p>

RELATED:
How To Change The Background Of A Photo In Photoshop

Not only that, but if you have minor elements you'd like to add more of, it works perfectly here too, again offering highly detailed one pixel (up to 5,000 pixels) editing.

So, it is excellent for repairing and retouching your images, while also having a few other purposes, such as with timeline animation production and editing. For this guide, let's see how to use it just to retouch an image.
</p>

</div>

<div> 
<div class="pics"> <a href="C:/Html/9HonrizontalDropDonwMenu.html" target="blank"> <img src="chiwawa.png" ></img><br> Drop Down Menu </a>
</div>
<div class="pics"> <a href="C:/Html/7Grid3cols.html"> <img src="chiwawa.png" ></img><br> IFrame   </a> 
</div>
<div class="pics"> <a href="C:/Html/9HonrizontalDropDonwMenu.html"><img src="chiwawa.png" ></img> Horizontal menu      </a></div>
</div>
<div>
<audio controls>
  <source src="nothingIsImpossible.mp3" type="audio/ogg">
  <source src="nothingIsImpossible.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
</div>
<iframe src="https://www.youtube.com/watch?v=XRfwjPWb_8w&t=4738s"> </iframe>

</body>
</html>









Comments

Popular posts from this blog

First HTML Program