Ok let me know if i get this right…. ok so XHTML is a cross between HTML and XL ok this part makes sense to me and XHTML stands for eXtensable Hypertext Markup Language. So is this supposed to be better than just HTML. There are some purposes why XHTML exists it creates a stricter standard for making webpages. This differs from HTML because is you missed a tag it would simply ignore the mistake. There are several main changes in XHTML from HTML:
- All tags must be in lower case
- All documents must have a doctype
- All documents must be properly formed
- All tags must be closed
- All attributes must be added properly
feedback please ….
Ok so now what is CSS? Cascading Sheet Styles
Is it just a description page describing the webpage’s characteristics. Color, Font, etc.