Note that there are some explanatory texts on larger screens.

plurals
  1. POGetting <h1> from a list of websites and putting into a list box
    text
    copied!<p>I need help getting the h1 off of a list of sites within the header section, and putting it into list boxes in Visual Basic/Studio.</p> <p>The number of sites amount to a somewhat high number, so I would expect there to be multi-threading, or something else involved. </p> <p>Example of website html header:</p> <pre><code>&lt;header&gt; &lt;a href="http://www.example.org/"&gt;&lt;h1&gt;Exmaple header I NEED TO GET THIS&lt;/h1&gt;&lt;/a&gt; &lt;p&gt;Example and more gibberish below&lt;/p&gt; &lt;div class="hero-unit"&gt; &lt;button data-toggle="modal" data-target="#download" class="btn btn-large btn-download"&gt;&lt;i class="icon-unlock icon-white"&gt;&lt;/i&gt; Instant Download&lt;/button&gt; &lt;div id="download" class="modal hide fade" aria-hidden="true"&gt; &lt;div class="modal-header"&gt; &lt;button type="button" class="close" data-dismiss="modal" aria-hidden="true"&gt;×&lt;/button&gt; &lt;h3&gt;Blahblahblargh&lt;/h3&gt; &lt;/div&gt; &lt;div class="modal-body" id="gw_content"&gt; &lt;img src="./landingpage/_img/wheel-throb.gif" /&gt; &lt;/div&gt; &lt;div class="modal-footer"&gt; &lt;p&gt;Derp&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;p&gt;meow&lt;/p&gt; &lt;/div&gt; </code></pre> <p>I need to get the h1 from the code above.</p> <p>I do apologize as this may be somewhat complex, I plan on expanding on this greatly and I think this will benefit my self-learning experience.</p> <p>I do know the basics of Visual Studio, so don't think you have to teach me how to make forms :)</p> <p>Edit:</p> <p>I only need the h1 tag from the header. Thanks!</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload