HTML - Explanation Of The /> Ending
I know this is totally newbish question, but i searched google and no luck.
Can somebody tell me please, why do some of the tags end with /> chars, not just > Thanx Similar TutorialsHello, I don't want my lines to end, but they do even without me typing a <BR>. I tried putting the code in the same line in the code, it does not work. Here's the code I need to have on the SAME line : Code: <BODY bgcolor = #95AD9C> <img src = "Images/logo.gif" height = 100 width = 100> <font color = "white"> <H1> Anime Invasion <BR> English Dubbed <BR> Episodes! </H1> </font> </BODY> I am trying to make an anime watching website, is it a bad idea to design the whole thing myself? Sorry I am new to website development! Anyone know any good free templates? Thanks. how can I have people who go to http://musichasm.googlepages.com/home and http://musichasm.googlepages.com/home.htm direct to http://musichasm.googlepages.com/home.html ? (ie w/o the full html extension...) Hi There, I do not work normally with xhtml (doing C++ for quite a while) so my question might be rather basic. I am looking for explanation on the following (I spent a day reading the specs but could not figure it out). What is the meaning of (from xhtml1-transitional.dtd) the code snippet below, what is the logic to interpret it? I have problem understanding what the dot means in the entity declaration, so, for example if someone could explain the first line, like %special.extra refers to extra or special or to object/applet/img/map/iframe tags and mean that, and can appear in the xhtml code like that - it would be highly appreciated. Also, as far as I understand, special is the composite of special.extra and special.basic. What is the reason those are separated? And, how do I know that those apply for text elements only (except for the comment which I suppose should not be parsed; or should it)? Thanks Code: <!--=================== Text Elements ====================================--> <!ENTITY % special.extra "object | applet | img | map | iframe"> <!ENTITY % special.basic "br | span | bdo"> <!ENTITY % special "%special.basic; | %special.extra;"> Hi, What is exacly a UML diaram?is it similar to a flowchart? Is it necessary to use UML diagram on a webpage? Which application offers the right tools for this UML diagram? I'm more to dreamweaver and currently i can't do the UML diagram using this application. Does dreamweaver need any plugin or i need to get an appropriate software for UML diagramming? best regards, najeeb |