", , ?" , ;)
HTML , valid. , , .
, ; World Wide Web - , , , , ... , , .
, : " , w/JS CSS?" . HTML, , .
(/ ) , XML. XML "" , CSS .
, , XML :
index.xml
<?xml-stylesheet href="style.xml.css"?>
<example>
<summary>
This is an example of making up tags in XML, and applying a stylesheet so you can open the file in a browser.
</summary>
<main>
<container>This is the stuff in the container</container>
</main>
</example>
style.xml.css
summary {
display:none;
}
main container {
border:2px solid blue;
background:yellow;
color:blue;
}