




 Home

 Company

 Technologies

 Services

 Portfolio

 Process

 Data Warehousing

 Contact Us





|

HOME
>> TECHNOLOGY >>
HTML

|
| HTML
Elements: |
|
|
Why do We Use Lowercase Tags?
|
|
We have
just said that HTML tags are not case sensitive: means the
same as . When you surf the Web, you will notice that most
tutorials use uppercase HTML tags in their examples. We
always use lowercase tags. If you want to prepare yourself
for the next generations of HTML, you should start using
lowercase tags. The World Wide Web Consortium (W3C) recommends
lowercase tags in their HTML 4 recommendation, and XHTML
(the next generation HTML) demands lowercase tags. |
| |
|
Tag Attributes:
|
|
|
Tags can have attributes.
Attributes can provide additional information about the
HTML elements on your page.
|
|
| body
tag: |
|
This tag
defines the body element of your HTML page: With an added
bgcolor attribute, you can tell the browser that the background
color of your page should be red. |
|
|
|
|
| Quote
Styles, "red" or 'red'? |
|
|
Attribute values should always be enclosed in quotes.
Double style quotes are the most common, but single style
quotes are also allowed.
|
|
In some
rare situations, like when the attribute value itself contains
quotes, it is necessary to use single quotes. |
|
|
« BACK |
NEXT »
|
| Need more answers; Search Google |
|
|
|
|
|