Skip to main content

Add favicon in Oracle APEX 18.2 Application

Solution:

Step 1: Go to shared components and upload required image.

Step 2: Followed by go to user interface, there we can see the option called FAVICON. Add the below HTML code to the favicon HTML source.

<link rel="icon" sizes="16x16" href="#APP_IMAGES#DAMAC-logo.png">



Output:

Comments