answersLogoWhite

0


Best Answer

It looks less cluttered, in my opinion, and directories in web design are case sensitive. If you are looking for a pic in a folder called images and you direct it to Images, the picture won't display.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why should you always use lowercase when writing in HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the code for case sensitive in HTML?

HTML in not case sensitive i.e. upper and lowercase does not matter. For example: <body> tag and <BODY> tag are the same.


Why writing HTML?

HTML should be wrote because of the ability to create good web pages. It keeps upgrading to incorporate more tags.


Is CSS case sensitive?

In short, no. Quirks mode HTML (no doctype) can be written in any form of casing you want. HTML markup should be written in lowercase as a rule of thumb. XML requires you to use lowercase or errors will be generated.


Is html5 case sensitive?

Actually, it depends on the version of HTML and your browser. The current standard requires you to write HTML tags in lower-case letters. However, many browsers will recognize both <BODY> and <body> as valid HTML tags.


Should you underline text in an HTML document?

It depends what your writing about and how you want the reader to absorb the information.


Where should the Doctype be placed on the webpage?

A doctype is a header, so it should be placed at the top of the webpage. When writing HTML for a website, it should be placed directly above the tag.


Can writing HTML in textedit damage a iMac?

No


What is the correlation between theW3C and HTML?

The W3C write the standards for writing web-pages. Web Pages on a user side are always Client-Side and HTML is a Client Side scripting language hence most of their standards are based around HTML and other client-side scripting.


What is doctype HTML public -w3cdtd HTML 4.01 transitionalen httpwwww3orgtrHTML4loosedtd?

This is the Document Type Definition that should be the beginning of any HTML document. Generally, there is Transitional, Frameset and Strict.The declaration (technically it's not a "tag") should be the very first thing in your document... if you choose to use it at all. tells the browser what version of HTML you are writing in.More specifically, declares that this document conforms to a specific version of HTML, and specifies what version that is.


How do you publish a webpage made of HTML codes?

it is very simple only you have to do is after writing html codes save the file with the extension .html example=web.html


How do you write the conclusion on computer project on topic html.?

This project is based on, a final project on web page designing is really knowledgeable project for the students. HTML is unnecessary for raising issues of audience, purpose, design, and accessibility. learning HTML need not be a barrier to learning writing, that it is possible to use HTML to address writing issues.


What is the connection of a notepad with HTML tags?

You can use Notepad to write HTML pages, and HTML consists of tags. So you would be writing a lot of tags when using Notepad to create a HTML page.