
Now we compare building the website as building a house.
For a house, we first make the strong background, and then add the wall, and then the door, window, and other components. We know that the must-have-component of a house is its background.
Comparison to a website, we first make a "strong background", and then some contents, and then some "div", and then some CSS to describe the content "appearance".
And the question here is "WHAT IS MUST-HAVE-COMPONENT" of a xHTML file? What we always have to build first?
2 comments:
Must have component of xhtml is html. Nothing is doubted here.
cxHTML and HTML is the same (nearly the same).
For example, xHTML and HTML is 2 houses. xHTML is a house built with standard and HTML is a house built by NO standard.
The Tags is the bricks that build the house.
A Component is built by Tags and then the house built by Components.
The question here is "WHAT COMPONENTS - or WHAT TAGS?"
Post a Comment