HTML is Hyper Text Markup Language based in an XML format. In short - XML has elements and elements have attributes. XML is a descriptive language (not a programming language) used to define elements that may or may not have attributes. Note that elements can have elements within. HTML is a defined set of elements and attributes which web browsers interpret into the elements you see (and some you don't see) when you view a web page. Elements can have a "style" attribute. And CSS is used to define the "style" of elements.
HTML at w3.org
HTML at w3schools.com
HTML Q & A
No comments:
Post a Comment