Please consider this example:
<html xmlns="http://www.w3.org/1999/xhtml"> <head id="Head1" runat="server"> <script language="javascript"> function SayHello() { alert("Hello"); } </script> </head> <body> <form id="form1" runat="server"> <p>This is sample paragraph and this is my image <img src="Images/Picture.jpg" alt="Picture" /></p> </form> </body> </html>
Find tag:
Example: image tag <img>
<img src="Images/Picture.jpg" alt="Picture" />Please refer this article for more information
Find tag content:
Example: script tag content <script>
function SayHello() { alert("Hello"); }Please refer this article for more information
No comments:
Post a Comment