L
let
If I want to embed a multi page TIFF file in a webpage I use;
<embed src="../images/engtc.tiff" width="638" height="1076">
Now I want to embed a PDF file in a webpage. Do I similarly use an
<embed> tag for this? What sort of syntax is there, is it similar to
that for multipage TIFF files?
<embed src="../images/engtc.tiff" width="638" height="1076">
Now I want to embed a PDF file in a webpage. Do I similarly use an
<embed> tag for this? What sort of syntax is there, is it similar to
that for multipage TIFF files?