I am new to Javascript so my questions would be very simple (or even stupid).
My question is, if I want to extract a specific text in a HTML page, how can I do it? For example, part of the HTML page will look like this:
...
<font size="3">
Hello!
</font>
...
I want to know how to extract the word "Hello" by using Javascript.
Thank you.
My question is, if I want to extract a specific text in a HTML page, how can I do it? For example, part of the HTML page will look like this:
...
<font size="3">
Hello!
</font>
...
I want to know how to extract the word "Hello" by using Javascript.
Thank you.
Comment