2954 2
How to create download link using anchor tag in HTML?

I have a link of File created on amazon s3, now I would like to create a link to download the file inside table <td>, so How can I create download link using anchor tag <a> in HTML?

...
Type
Question
15445 2
Prevent negative value from being entered in HTML input type number field?

While creating HTML5 input type number in the html form, I would like to disable or prevent user from entering negative number in it, user should be able to enter only positive number, how can i do that, current HTML code is as below

...
Type
Question
12511 3
How to open link (a href) in new tab instead of loading url on same page?

Hello, I was working on HTML and would like to know how can I open anchor link ( HTML ) in a new tab instead of loading URL on the same page? Suppose this is my anchor tag HTML

...
Type
Question
7968 0
Export html table to excel using jQuery / Javascript
This article provides you working sample code to export HTML table to excel file using jQuery plugin and JavaScript function (Separate code with working example)
Type
Article
9914 3
Alternatives to iFrame tag in HTML?

I would like to know what are the possible alternatives to iFrame, inside which I can inject Coss domain html(without iframe)? Or you can say I want to show HTML page without using iFrame in a Div

...
Type
Question

7956 2
How to send the push notification to browser using html5 and javascript ?

How to send the push notification to the browser using html5 and javascript?

...
Type
Question
2761 1
Horizontal scroll is not working in mobile view

I am using this code, which has width and overflow defined but when in mobile view or you can say in low resolution screen, horizontal scroll is not working, here is my current code

<div style="width:900px; overflow:scroll">

    <div class="row bs-wizard" style="border-bottom:0;">
       
        <div class="col-xs-2 bs-wizard-step " data-id="Order">
            <div class="text-center bs-wizard-stepnum ">Order</div>
            <div class="progress"><div class="progress-bar"></div></div>
            <a href="javascript:void(0)" class="bs-wizard-dot"></a>
            <div class="bs-wizard-info text-center">Any Details here</div>
        </div>
<!--More similar code-->
        <div class="col-xs-2 bs-wizard-step " data-id="Sign Paper Work">
            <!-- complete -->
            <div class="text-center bs-wizard-stepnum">Sign Paper Work</div>
            <div class="progress"><div class="progress-bar"></div></div>
            <a href="javascript:void(0)" class="bs-wizard-dot"></a>
            <div class="bs-wizard-info text-center">Any Details here</div>
        </div>
<!--More similar code-->
      
    </div>
</div>

when in mobile view i am not able to scroll and see remaining div's here is the mobile image

...

Type
Question
4710 1
How To Convert a Menu to a Dropdown for Small Screens.

I have two menu list, now I want convert this menu in dropdown for small screen, here I am facing the issue when i convert this list, then all menus comes in single list, I want here both seperate list with seperate menu.

Code.

CSS

...
Type
Question
11819 3
How do i remove hand (pointer) cursor from anchor (a) link tag in HTML?

I have a requirement, in which I want to use anchor tag (<a>) of HTML but without pointer cursor, as I don't want to show user if it is clickable, I don't want to use <span> or any other HTML tag, so how to remove pointer cursor from anchor tag using HTML/CSS or javascript?

...
Type
Question
2678 3
what is the difference between span and div in html?

Hello, I Would like to know what's the actual difference between <span> and <div> tags in HTML?

When we should prefer <span> and when <div>?

...
Type
Question

Page 4 of 5