Posts Tagged ‘body color’
Html Attributes
HTML attributes provide additional information on HTML tags. They always come in a name/value pair and they are always specified at the beginning of a tag. Always use lowercase attributes. Here are some examples.
<h1 align="center" > Hello </h1>
This will align the heading to the center and you can do it to the left or right also.
<body bgcolor="black" text="white">
This makes the background black and any text white.These are simple but they are easy to learn off of.
Ok so if you have something that has an quotes in the value you do it like so:
name='steve "blackbear" johnson'
Again if you need help I am willing to answer. Thanks for reading.
Sincerely,
Brick
Tags: attributes, body color, html, name/value