HTML
<!doctype html>lang="en"charset="utf-8"name="viewport" content="width=device-width, initial-scale=1"jQuery UI Dialog - Default functionalityrel="stylesheet" href="https://code.jquery.com/ui/1.13.1/themes/base/jquery-ui.css"src="https://code.jquery.com/jquery-3.6.0.js"src="https://code.jquery.com/ui/1.13.1/jquery-ui.js"$( function() {$( "#dialog" ).dialog();} );id="dialog" title="Basic dialog"This is the default dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.
CSS
JavaScript