what are tags and attributes in html

1 0
2 years ago 758 views
HTML tags are used to hold the HTML element. HTML element holds the content. HTML attributes are used to describe the characteristic of an HTML element in detail. HTML tag starts with < and ends with > Whatever written within a HTML tag are HTML elements.

how to create thumbnails using bootstrap?

1 0
2 years ago 742 views
Bootstrap's thumbnails are used to show linked images in grids with very minimum required markup, a thumbnail is created using class .thumbnail within the element <a>, The column grids are created using class .col-sm-* and .col-md-*, it is used to create grids of the images

what is the float property of css

1 0
2 years ago 635 views
The float CSS property places an element on the left or right side of its container, allowing text and inline elements to wrap around it. The element is removed from the normal flow of the page, though still remaining a part of the flow (in contrast to absolute positioning)

android vs. iphone

1 0
2 years ago 689 views
It is a complicated question about which is better Android or iPhone for you. Because both operating systems cover so much area and many features to explore. Android and iOS perform most of the same task anyway, and mostly in the same way too.

android searchview

1 0
2 years ago 687 views
Android SearchView provides user interface to search query submitted over search provider. SearchView widget can be implemented over ToolBar/ActionBar or inside a layout.