
using this u can access any html elements by its id.Here we
are going to access <input> textbox by its id("abc").when we
click on
submit button javascript execute and <tr> will not be displayed
<html>
<head>
<script type="text/javascript">
function change()
{
alert("success");
alert(document.getElementById("kishore").value);
}
</script>
</head>
<body>
<input type="text" id="kishore">
<input type="button" name="submit" value="submit"
onClick="change()"/>
</body>
</html>
using this u can access any html elements by its id.Here we
are going to access <tr> by its id("abc").when we click on
submit button javascript execute and <tr> will not be displayed.
<html>
<head>
<title>xxx</title>
<script language="javascript" type="text/javascript">
function change()
{
document.getElementById("abc").style='none';
return true;
}
</script>
</head>
<body>
<table>
<tr id="abc">
<td>you are great</td>
<td><input type="submit" name="submit" value=""
onClick="return change();"/></td>
</tr>
</table>
</body>
</html>
Photo editing is the process of altering or enhancing images using software to improve their appearance or to create a specific effect.
Rigging in Photoshop refers to the process of creating a skeletal structure for a 2D or 3D model, allowing it to be animated by defining how different parts move in relation to each other.
Please provide the specific question related to Photoshop for me to answer.
I have extensive experience using MS Office for creating documents, spreadsheets, and presentations, as well as using Photoshop for graphic design and photo editing tasks. I am proficient in utilizing various features and tools in both applications to enhance productivity and achieve desired results.
Yes, this is a new role that has been created.