HTML and CSS
HTML data represents content and layout of the data. Even so it is possible to specify how the data will look like, there is more efficient way of doing so. It is possible to specify characteristics of the content in a CSS file. HTML content will just refer which style from CSS file to use for which component. This way web page will look more consistent.
Comments
Post a Comment