What is HTML?
        HTML stands for HyperText Markup Language.
       
      
        What is CSS?
        CSS stands for Cascading Style Sheets.
       
      
        What is JavaScript?
        
          JavaScript is a programming language used to create dynamic website
          content.
        
       
      
        What is React?
        
          React is a JavaScript library for building user interfaces.
        
       
      
        What is a function in programming?
        
          A function is a block of code designed to perform a particular task.
        
       
      
        What is an API?
        
          API stands for Application Programming Interface.