XHTML

Xhtml References

01/08/2009 11:29
Differences Between XHTML And HTML How To Get Ready For XHTML XHTML is not very different from the HTML 4.01 standard. So, bringing your code up to the 4.01 standard is a good start. Our complete HTML 4.01 reference can help you with that. In addition, you should start NOW to write your...

XHTML Forum

Date 01/08/2011

By den

Subject sample code for xhtml

Reply

<!DOCTYPE HTML>
<html>
<body>

<video width="320" height="240" controls="controls">
<source src="movie.ogg" type="video/ogg" />
<source src="movie.mp4" type="video/mp4" />
<source src="movie.webm" type="video/webm" />
Your browser does not support the video tag.
</video>

</body>
</html>

source: w3schools

Date 20/07/2011

By den

Subject embed pdf file in xhtml code

Reply

<!-- Embed PDF File -->
<OBJECT src="E-Learning_Module.pdf" TYPE="application/x-pdf" TITLE="SamplePdf"
WIDTH=200 HEIGHT=100>
<a href="E-Learning_Module.pdf">shree</a>
</object>