Basic HTML Tut #4
This Tutorial will tell you about some bugs you might get when using HTML
Upper or lowercase?
HTML coding isn't case sensitive .. Well the coding is the text between Titles and paragraphs are Case sensitive so you don't have to worry about having Uppercase P's in the paragraph code. BUT you have to use lowercase letters because the World Wide Web Consortium (W3C) Demand that you have it like that in future versions of HTML coding.
Empty elements
Empty Elements are HTML code which can be closed with the start code....
For instance
<br> is a code which you need to type just that and that's it.
Don't Forget to put the end code!
Even though there are Some empty elements that does not mean all of them are.. You still have to put the end coding on HTML Codes like this
<p>Heyyyy</p>
Otherwise it could lead to bugs and other technical difficulties which most people couldn't be bothered to say and I'm one of them
Teach yourself to use <br/>,
otherwise you become in trouble if you use XHTML!
Yeah I'm starting to know since i've started learning XHTML
They didn't tell me to use the <head> tag =.=
You know all these threads you made should be put all into a one big thread.