HTML - what does it mean when it says an attribute can have a string datatype as its value in laymans terms? -


i wondering string datatype value attribute mean. mean can use letters , number attributes value? restrictions?

a string "string" of characters (numbers, letters, symbols, etc). in context of html , attributes specifically, recommend checking out w3c page:

http://www.w3.org/tr/html-markup/datatypes.html

note there different restrictions if attribute unquoted, single quoted, or double quoted.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -