<div class="primary-title-and-description">
<h1>
Title Here
</h1>
<p>
Paragraph Here
</p>
</div>
Hi
I am trying to get the values within the <h1></h1> only from the <div class="primary-title-and-description">. How do I go about doing that?
Above is just a snippet of code which I use the webClient.DownloadString($URL) to get the above. What powershell command can get me only the output as below? Title Here