Questions tagged [html]

HyperText Markup Language (HTML) is the main markup language for displaying web pages and other information that can be displayed in a web browser.

HyperText Markup Language (HTML) is the main markup language for displaying web pages and other information that can be displayed in a web browser.

See HTML - Wikipedia

318 questions
6
votes
4 answers

Is there some html annotation tool for adding annotations to downloaded html files?

I would like to add annotations (such as underlines, text comment, circle or square a text region, ...) to downloaded html files. Is there some WYSIWYG html annotation tool (for Linux) for that purpose? Not sure if browsers can. Chrome web browser…
Tim
  • 101,790
1
vote
1 answer

Web page not able to find CGI program file

I was trying to invoke a CGI program via an html file. But got stuck for the error "file not found". I am trying the same program as in the following site: http://highered.mcgraw-hill.com/sites/dl/free/0070635463/372169/CGI_with_PERL.pdf Please find…
Ravi
  • 3,823
1
vote
1 answer

HTML5 Parser/wrapper

It may be the very elementary question. But I would like to know, is there any HTML5 parser/application available which will allow me to play/execute HTML file without the need of any browser. I am having a web-page with HTML5 tags, which I am…
SHW
  • 14,786
  • 14
  • 66
  • 101
1
vote
4 answers

Extract multiple line string from HTML file using specific tags

I need to extract the string which are starting with the tag and ending with tag. I used sed command but didn't get desired result. Below is sample code: - AA - This is…
1
vote
1 answer

Extract text from source code website

I need extract text with a bash script from a website in HTML, I used this solution but doesn't work fine for me, because I must edit and format the output text. I need the text between the tag:

Example I am surf in…

davidva
  • 160
0
votes
1 answer

Parse and remove a series of html files

I'd like to remove a series of elements like: div-id="st-head" class="noprint" from a html file.