Jump to content

Border color


akhleshsrm

Recommended Posts

It is not possible. HTML and CSS go hand in hand, you must learn them both because HTML on its own does not control the appearance of the page, only its content.

 

The bordercolor attribute is deprecated and should not be used. The same goes for all HTML attributes that change the appearance of anything on the page.

 

You should not be using tables to lay out you page either, you should use CSS and the box model for that. Tables are only intended to represent two-dimensional data structures.

Link to comment
Share on other sites

HTML defines the structure of the page, CSS defines the appearance of the page. CSS without HTML is useless, as there is nothing to apply CSS rules to.

 

You have to learn both HTML and CSS.

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...