tagged [html]

How to make a vertical line in HTML

How to make a vertical line in HTML How do you make a vertical line using HTML?

17 Oct at 15:51

Why is visible="false" not working for a plain html table?

Why is visible="false" not working for a plain html table? The visible property of html table does not work. Why do they have that property if its defective? I had to use `style="visibility:hidden"` i...

2 Dec at 23:45

How to check if an item is selected from an HTML drop down list?

How to check if an item is selected from an HTML drop down list? I have a drop drown list and I am having trouble checking whether or not a value has been selected from the drop down list Below is my ...

HTML to PDF - page break with HtmlRenderer

HTML to PDF - page break with HtmlRenderer I try to convert HTML to PDF using HtmlRenderer. This is part of code: ``` private byte[] CreateHtmlContent() { string htmlContent = File.ReadAllText(@"htm...

5 Sep at 15:8

Character Limit in HTML

Character Limit in HTML How do you impose a character limit on a text input in HTML?

14 May at 03:40

Styling an input type="file" button

Styling an input type="file" button How do you style an input `type="file"` button?

9 Sep at 02:2

Creating a div element in jQuery

Creating a div element in jQuery How do I create a `div` element in ?

Full-screen iframe with a height of 100%

Full-screen iframe with a height of 100% Is iframe height=100% supported in all browsers? I am using doctype as: In my iframe code, if I say: I mean will it actually take the height of the remaining

11 Aug at 06:34

Can an Option in a Select tag carry multiple values?

Can an Option in a Select tag carry multiple values? I got a select tag with some options in a HTML form: (the data will be collected and processed using PHP) Testing: Is it possible for an option to ...

16 Jul at 18:5

How to enable or disable an anchor using jQuery?

How to enable or disable an anchor using jQuery? How to enable or disable an anchor using jQuery?

22 Feb at 10:17

Print the contents of a DIV

Print the contents of a DIV Whats the best way to print the contents of a DIV?

19 Feb at 03:59

Detect when an HTML5 video finishes

Detect when an HTML5 video finishes How do you detect when a HTML5 `` element has finished playing?

15 Jul at 19:55

How can I write text on a HTML5 canvas element?

How can I write text on a HTML5 canvas element? Is it possible to write text on HTML5 `canvas`?

1 Aug at 16:43

If else embedding inside html

If else embedding inside html What is the correct way of embedding if else and elseif conditions inside html?

19 Jan at 04:42

Refresh a page using JavaScript or HTML

Refresh a page using JavaScript or HTML How can I refresh a page using JavaScript or HTML?

6 Sep at 11:15

How to align entire html body to the center?

How to align entire html body to the center? How do I align entire html body to the center ?

4 Oct at 04:25

How can we draw a vertical line in the webpage?

How can we draw a vertical line in the webpage? For horizontal it is ``. but for vertical line?

22 Sep at 21:0

html select option separator

html select option separator How do you make a separator in a select tag?

16 Dec at 17:3

How to decode HTML entities using jQuery?

How to decode HTML entities using jQuery? How do I use jQuery to decode HTML entities in a string?

10 Jul at 19:56

How to select multiple files with <input type="file">?

How to select multiple files with ? How to select multiple files with ``?

12 Jan at 00:0

Display PDF within web browser

Display PDF within web browser How can I display a pdf within a web browser on an .html page?

31 Jan at 17:19

How to customize <input type="file">?

How to customize ? Is it possible to change the appearance of ``?

10 May at 11:56

How can I get name of element with jQuery?

How can I get name of element with jQuery? How can I get name property of HTML element with jQuery?

13 Jan at 21:40

Html: Difference between cell spacing and cell padding

Html: Difference between cell spacing and cell padding What is the difference between cell spacing and cell padding?

23 Nov at 04:51

How can I run a PHP script inside a HTML file?

How can I run a PHP script inside a HTML file? How can I run simple PHP code inside a ?

30 Nov at 22:52