Jump to content

HTML standard attributes reference page


tigerstyle34

Recommended Posts

Hi. Im new here and im just about done w/ the html tutorial but i have some issues that i need to get cleared up....some of the HTML attribute and values that the tutorial shows on the attributes reference page are ones i have never seen before such as class(attribute name) class_rule or style_rule(value)...I take it class_rule or style_rule is just an arbitrary variable name to speak for all possible variable names, but anyway... what situations would you actually NEED use a class attribute in???... and on that note I have an idea what you are supposed to use the tableindex attribute for , but just to clear the air that is only for use with an input field when you want to jump to the next section right?? thanks for your help

Link to comment
Share on other sites

Not sure if I completly understood your question....... If you are asking about [example below]<div class="some_name".......>Its for using CSS style. Link below about CSS class should help. http://www.tizag.com/cssT/class.php

and on that note I have an idea what you are supposed to use the tableindex attribute for , but just to clear the air that is only for use with an input field when you want to jump to the next section right?? thanks for your help
Are you asking about "tabindex"? It gives order of section when you hit tab.....http://www.htmlcodetutorial.com/forms/_INPUT_TABINDEX.html
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...