what is the website of background with html code as well as graphics with html code to put on myspace account?
check
http://www.htmlgoodies.com
Report this comment
Image background:
An image:
Basic Tags Creates an HTML document
Header Tags
Body Attributes
Text Tags
Creates preformatted text Creates the largest headline
Creates the smallest headline Creates bold text Creates italic text Creates teletype, or typewriter-style text Creates a citation, usually italic Emphasizes a word (with italic or bold) Emphasizes a word (with italic or bold) Sets size of font, from 1 to 7) Sets font color, using name or hex value
Links
Creates a hyperlink Creates a mailto link Creates a target location within a document Links to that target location from elsewhere in the document
Formatting
Creates a new paragraph
Aligns a paragraph to the left, right, or center Inserts a line break
Indents text from both sides
Creates a definition list
Creates a numbered list
Precedes each list item, and adds a number
Creates a bulleted list
Graphical Elements Adds an image Aligns an image: left, right, center; bottom, top, middle Sets size of border around an image
Tables
Creates a table
Sets off each row in a table
Sets off each cell in a row
Sets off the table header (a normal cell with bold, centered text)
Table Attributes
Frames
Frames Attributes Specifies which HTML document should be displayed Names the frame, or region, so it may be targeted by other frames Defines the left and right margins for the frame; must be equal to or greater than 1 Defines the top and bottom margins for the frame; must be equal to or greater than 1 Sets whether the frame has a scrollbar; value may equal “yes,” “no,” or “auto.” The default, as in ordinary documents, is auto. Prevents the user from resizing a frame
Forms For functional forms, you’ll have to run a CGI script. The HTML just creates the appearance of a form.
Creates all forms
Creates a scrolling menu. Size sets the number of menu items visible before you need to scroll.
Creates a pulldown menu
Your email address will not be published. Required fields are marked *
Name *
Email *
Website
Comment
You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
Currently you have JavaScript disabled. In order to post comments, please make sure JavaScript and Cookies are enabled, and reload the page. Click here for instructions on how to enable JavaScript in your browser.
check
http://www.htmlgoodies.com
Report this comment
Image background:
An image:
http://www.htmlgoodies.com
Report this comment
Basic Tags
Creates an HTML document
Sets off the title and other information that isn’t displayed on the Web page itself
Sets off the visible portion of the document
Header Tags
Puts the name of the document in the title bar
Body Attributes
Sets the background color, using name or hex value
Sets the text color, using name or hex value
Sets the color of links, using name or hex value
Sets the color of followed links, using name or hex value
Sets the color of links on click
Text Tags
Creates preformatted text
Creates the largest headline
Creates the smallest headline
Creates bold text
Creates italic text
Creates teletype, or typewriter-style text
Creates a citation, usually italic
Emphasizes a word (with italic or bold)
Emphasizes a word (with italic or bold)
Sets size of font, from 1 to 7)
Sets font color, using name or hex value
Links
Creates a hyperlink
Creates a mailto link
Creates a target location within a document
Links to that target location from elsewhere in the document
Formatting
Creates a new paragraph
Aligns a paragraph to the left, right, or center
Inserts a line break
Indents text from both sides
Creates a definition list
Creates a numbered list
Precedes each list item, and adds a number
Creates a bulleted list
Graphical Elements



Adds an image
Aligns an image: left, right, center; bottom, top, middle
Sets size of border around an image
Inserts a horizontal rule
Sets size (height) of rule
Sets width of rule, in percentage or absolute value
Creates a rule without a shadow
Tables
Creates a table
Sets off each row in a table
Sets off each cell in a row
Sets off the table header (a normal cell with bold, centered text)
Table Attributes
Frames
Replaces the tag in a frames document; can also be nested in other framesets