Web Development Articles

Page 702 of 801

HTML DOM TouchEvent targetTouches Property

AmitDiwan
AmitDiwan
Updated on 11-Mar-2026 248 Views

The HTML DOM TouchEvent targetTouches property returns a TouchList object corresponding to a list of all contact points triggered on a touch surface.NOTE: If a touch is triggered on the specified node or any of its child nodes then the following touches will only count if they are also triggered on the same node.Following is the syntax −Returning TouchList objectevent.targetTouchesNote: We ran Touch event examples on Online HTML Editors accessed on Mobile or systems with touch access. This is done so that we can perform touch operations like touch the screen for 2 seconds.Let us see an example of TouchEvent ...

Read More

Caret Bootstrap class

Samual Sam
Samual Sam
Updated on 11-Mar-2026 2K+ Views

Use carets to indicate dropdown functionality and direction. To get this functionality use the class caret with a element.You can try to run the following code to implement caret Bootstrap classExample           Bootstrap Example                                 Caret Example    

Read More

Bootstrap class input-group-xs

Ankith Reddy
Ankith Reddy
Updated on 11-Mar-2026 570 Views

To make extra small input group, use the input-group-xs.You can try to run the following code to implement the input-group-xs class in Bootstrap −Example           Bootstrap Example                                                                      $                                                

Read More

Indicate a dangerous action to a particular table row or cell with Bootstrap

George John
George John
Updated on 11-Mar-2026 230 Views

To indicate a dangerous action to a particular table row or cell with Bootstrap, use the .danger class. You can try to run the following code to implement the .danger class −Example           Bootstrap Table                                                                                         Subject                   Marks                   Type                                                                           Java                   90                   Programming Language                                                   PHP                   92                   Scrpting Language                                                   jQuery                   80                   JavaScript Library                                                

Read More

Bootstrap form structure

George John
George John
Updated on 11-Mar-2026 566 Views

To create a form in Bootstrap,Add a role form to the parent element.Wrap labels and controls in a with class .form-group. This is needed for optimum spacing.Add a class of .form-control to all textual , , and elements.You can try to run the following code to create a form −Example           Bootstrap Forms                                                             Full Name                         Subject                                             File input                         Example block-level help text here.                                 Notification about our products                    Submit          

Read More

Indicate a successful action to a particular table row or cell with Bootstrap

Rishi Rathor
Rishi Rathor
Updated on 11-Mar-2026 209 Views

To indicate a successful action to a particular table row or cell with Bootstrap, use the .success class. You can try to run the following code to implement the .success class −Example           Bootstrap Table                                                                                         Subject                   Marks                   Type                                                                           C                   65                   Programming Language                                                   PHP                   92                   Scripting Language                                                   jQuery                   80                   JavaScript Library                                                

Read More

Bootstrap Inline Form

Ankith Reddy
Ankith Reddy
Updated on 11-Mar-2026 2K+ Views

To create a form where all of the elements are inline, left aligned and labels are alongside, add the class .form-inline to the tag.You can try to run the following code to create an inline form in Bootstrap −Example           Bootstrap Example                                                             Full Name                                             File input                                             Check me out                    Submit          

Read More

Bootstrap table-hover class

Arjun Thakur
Arjun Thakur
Updated on 11-Mar-2026 2K+ Views

Using the .table-hover class, a light gray background will be added to rows while the cursor hovers over them.You can try to run the following code to implement the table-hover class −Example           Bootstrap Table                                                Footballer Rank                                      Footballer                Rank                Country                                                            Messi                1                Argentina                                        Neymar                2                Brazil                                        Ronaldo                3                Portugal                                

Read More

Bootstrap warning Contextual class

Samual Sam
Samual Sam
Updated on 11-Mar-2026 291 Views

The Bootstrap warning contextual class indicates a warning action.You can try to run the following code to implement the .warning classExample           Bootstrap Table                                                                      Subject                Marks                Student                                                            Programming                90                Amit                                        Web Dev                92                Yuvraj                                        Science                95                Sachin                                

Read More

Bootstrap Form CheckBox

Lakshmi Srinivas
Lakshmi Srinivas
Updated on 11-Mar-2026 563 Views

Use checkbox class if you want the user to select any number of options from a list. Use .checkbox-inline class to a series of checkboxes for controls appear on the same line.You can try to run the following code to implement Bootstrap form checkboxExample           Try v1.2 Bootstrap Online                                 Favourite Live Streaming                             Amazon Prime                                             Hotstar                    

Read More
Showing 7011–7020 of 8,010 articles
« Prev 1 700 701 702 703 704 801 Next »
Advertisements