Chandan Rajpurohit

An Artist With Technical Skills

  • Implementation of getElementbyId()

    getElementById() is common method used in HTML (Hyper Text Markup Language) DOM (Document Object Model). getElementById() is used to fetch Element object with respect to id that matches the specified string in Document interface. Syntax It returns specified element that matches to id passed else none if no matches found. It is widely used while…

    Continue Reading

  • HTML Introduction

    HTML Introduction

    What is HTML? HTML stands for Hyper Text Markup Language HTML is the standard markup language for creating Web pages HTML describes the structure of a Web page HTML consists of a series of elements HTML elements tell the browser how to display the content What is an HTML Element? An HTML element is defined…

    Continue Reading

  • How To Change Default Placeholder Of Input Type Date (HTML)

    In HTML by default the placeholder is default date format. Below we will be seeing how to change this default date format placeholder. Above code generate following which all must be getting same. Above code will generate following output but we don’t need this. What next we need to do is we need to add…

    Continue Reading