Field of teaching: Web
Skill sets required: HTML, CSS, Dreamweaver, Flash
Knowledge of Photoshop and Javascript will be a plus.
Prior experience will be a plus. Freshers may also apply.
Salary not a constrain for the right candidate.
Number of positions: 1
There is not much difference between HTML and XHTML and are much more similar to each other. The major differences are listed below:
- There should be proper nesting of XHTML tags/elements
- All the tags/elements must be closed else this will generate error either in the page layout or while validating the page. Example <h1>… </h1>, <p>… </p> <meta.. />, <img … />
- XHTML tags/elements are always written in lowercase, unlike HTML which is not case sesitive.
- There must be one root element for XHTML document and the child elements must be in pairs and correctly nested within their parent element. Example:
<html><head> … </head><body> … </body></html>
For more details please visit:
http://www.w3schools.com/xhtml/xhtml_html.asp
http://wiki.whatwg.org/wiki/HTML_vs._XHTML#Differences_Between_HTML_and_XHTML