Subject. I'm new to html, css and js. It is required to display the title of the Wikipedia page and a picture from this page when pointing to a link. How can this be done? Offer in general any way, with the help of js, css, it does not matter, the main thing is that it works.
I tried:
.box { display: none; width: 100%; } a:hover + .box, .box:hover { display: block; position: relative; z-index: 100; }
This live preview for <a href="http://en.wikipedia.org/">Wikipedia</a> <div class="box"> <iframe src="http://en.wikipedia.org/" width="500px" height="500px"></iframe> </div>remains open on mouseover.
But it shows the preview of the whole page.
Found it. Can I use this feature on the page? https://en.wikipedia.org/wiki/Wikipedia:Tools/Navigation_popups