Hi there,
I gotta write a code that do the following: remove html tags . Basically I gotta turn a .html document in a .txt .
eg: Turn:
<html>
<h1>The Dandy Warhols Discography</h1>
<\html>
In:
The Dandy Warhols Discography .
How do I do that. Dont worry with file manipulation, just wanna know how to
remove those tags.
Thanks in advance,
Unax
I gotta write a code that do the following: remove html tags . Basically I gotta turn a .html document in a .txt .
eg: Turn:
<html>
<h1>The Dandy Warhols Discography</h1>
<\html>
In:
The Dandy Warhols Discography .
How do I do that. Dont worry with file manipulation, just wanna know how to
remove those tags.
Thanks in advance,
Unax