webP images in HTML- The HTML <picture> element contains zero or more <source> elements and one <img> element to offer alternative versions of an image for different display/device scenarios. Use this code for webP images in HTML-

Mailto link Using HTML The href attribute of the anchor element defines the URL that the hyperlink points to. Links are not restricted to HTTP-based URLs — they can use any URL scheme supported by browsers. For example to send an email using the email address with a mailto: prefix. If you want to create Mailto link using HTML

HTML: Mailto link HTML CodeRead More »

Custom Checkbox Using HTML and CSS- Do you want to create a Custom Checkbox Using HTML and CSS? try this code for creating beautiful Custom Chekboxs. Codes for Custom Checkbox Using HTML and CSS. Box 1 Box 2 Demo Box 1 Box 2 HTML CODE CSS CODE

Dropdown list HTML code- The HTML <select> the element represents a control that provides a list of options in a form of a drop-down list. Use Following code to show Dropdown List using HTML- DEMO MondayTuesdayWednesdayThursdayFridaySaturdaySunday Code

how to add placeholder in html- n HTML5 this problem solved with a small keyword. We can solve it by simply giving a keyword placeholder by assigning a what is the text has to be displayed in it. Code for Using placeholder in html-