Hybrid applications are applications that both native code (java for Android, Xcode for Ios) and web codes (HTML + CSS + JS) work together.
Such applications are compiled as native applications and run within the platform on which the application is published if the web code is to be published on that platform.
To summarize; hybrid applications are application development work for all platforms (IOS, Android, Windows) by writing code on a single platform.