Jump to content

Yazidove

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by Yazidove

  1. I don't understand any thing about imagemap, and also don't know where it is used. can any one explain me? Thank You
  2. can any one explain me that what is the use of computer code elements. I don't understand this thing. This is the link of HTML computer code elements. http://www.w3schools.com/html/html_computercode_elements.asp Thank You
  3. How can we use customized fonts in HTML?
  4. How can we put small picture on little bar. like we see the small picture of w3 on the title bar of w3 website or small picture of g which we see on the title bar of google.
  5. Can any one tell me that what is XML parsers. I read it from here: Empty HTML ElementsHTML elements with no content are called empty elements. <br> is an empty element without a closing tag (the <br> tag defines a line break). Empty elements can be "closed" in the opening tag like this: <br />. HTML5 does not require empty elements to be closed. But if you want stricter validation, or you need to make your document readable by XML parsers, you should close all HTML elements. Thank You
×
×
  • Create New...