Placeholder : The placeholder attribute specifies a short hint that describes the expected value of an input field (e.g. a sample value or a short description of the expected format)….
HTML
HTML – Hyper Text Markup Language is the standard markup language used for structuring web pages and formatting content. HTML describes the structure of a website semantically along with cues for presentation, making it a markup language, rather than a programming language. The most recent revision to the HTML specification is HTML5.1.
Defining the Clearfix Clearfix: A clearfix is a way for an element to automatically clear its child elements, so that you don’t need to add additional markup. It’s generally used in float…
Explaining about CSS Selector Cascading Style Sheets: A CSS selector is the part of a CSS rule set that actually selects the content you want to style. CSS Syntax: A CSS rule-set consists of a…
HTML – CSS – iframe css example – How to apply CSS to iframe – An IFrame (Inline Frame) is an HTML document embedded inside another HTML document on
htmlentities(PHP 4, PHP 5, PHP 7) htmlentities — Convert all applicable characters to HTML entities Description : [ad type=”banner”] This function is identical to htmlspecialchars() in all ways, except with…
Proper uses of IMG : <img> is a HTML tag. It has a purpose that is to display images on a web document. Purpose: Accessibility. When text based user agent…
PROBLEM Is there a CSS-only way to style a <select>dropdown? We need to style a <select>form without any JavaScript. What are the properties we can use to do in CSS?…
PROBLEM we have a div that has background:transparent, along with border. Under this div, we have more elements. Currently, we able to click the underlying elements when we click outside…
PROBLEM What characters/symbols are allowed within CSS class selectors? we know that the following characters are invalid, but what characters are valid? ~ ! @ $ % ^ & * ( )…
PROBLEM we have an HTML (not XHTML) document that renders fine in Firefox 3 and IE 7. It uses fairly basic CSS to style it and renders fine in HTML….