HTML <embed> Tag Example

HTML Code:

<embed src="second.html" type="application/pdf" width="400" height="300">
    

Output in Browser:

Note: The <embed> tag is used to show content like PDF files, videos, or audio directly inside the web page.
Make sure the file you are trying to show is available and supported by your browser.