hafunui
07-31-2004, 09:26 PM
where are html codes stored? like if there was to be a new code, how would they put it in use? are they part of the web browser, is that why some browsers dont support javascript? iv always wondered..... :cloud:
|
View Full Version : code stuff hafunui 07-31-2004, 09:26 PM where are html codes stored? like if there was to be a new code, how would they put it in use? are they part of the web browser, is that why some browsers dont support javascript? iv always wondered..... :cloud: pb&j 07-31-2004, 11:59 PM in a very basic explaination... an organization called the W3C creates versions or recommends different html commands. http://www.w3c.org the browser companies view the list and decide which commands will work (or not) for their own browser and what the viewable outcome will appear. the browser companies also tend to add in their own special coding to create some special effects that (of course) the other browser companies dont know about, and that is called proprietary coding. example... IE colored scrollbars. hafunui 08-01-2004, 05:13 AM oh hafunui 08-01-2004, 09:07 PM can you find a database of html codes there? kittycat 08-01-2004, 09:24 PM Not sure about on that site, but between this site and here (http://www.w3schools.com/) you should have all the HTML codes/tags you need. pb&j 08-02-2004, 06:53 AM can you find a database of html codes there? HTML 4.01 http://www.w3.org/TR/html4/ XHTML 1.1 http://www.w3.org/TR/xhtml11/ |