TT and KBD Web Development

HTML – TT (Teletype) and KBD (Keyboard) Tag

  • November 27, 2020
  • 0 Comments

HTML <TT> (Teletype) Element  The content of a <tt> element is written in monospaced font (like that of a teletype machine).   <tt> provides no semantic information about the text it encloses. It is purely used for text formatting purposes. <tt> is short for teletype, and instructs the browser to render the text similar to […]

ACRONYM & DFN Tag Web Development

HTML – ACRONYM & DFN Tag

  • November 27, 2020
  • 0 Comments

HTML <acronym> Element.  The <acronym> element allo<acronym> and closing </acronym> tags is an acronym. The title attribute on the opening <acronym> tag whose value is the full version of the acronym. For example, if you want to indicate that HTML as an acronym.ws you to indicate that the text between opening HTML Code <acronym title=’Hypertext […]

HTML - Cite, Q(Quotation), Var and Samp Tags Web Development

HTML – Cite, Q(Quotation), Var and Samp Tags

  • November 27, 2020
  • 0 Comments

HTML <cite> Element If you are quoting a text, you can indicate the source by placing it between an opening <cite> tag and a closing </cite> tag. The content of the <cite> element is rendered in italicized text by default.  HTML Code This HTML tutorial course will help you in <cite> Web Development Field </cite> […]

htmllist tags Web Development

HTML List Tags – UL, OL and DL

  • November 27, 2020
  • 0 Comments

There are many reasons you might want to add a lists to your pages, from putting your five favorite albums on your homepage to including a numbered set of instruction for visitors to follow. In HTML you can create three types of lists. Unordered Lists.  Ordered List.  Definition LIst. By using lists you can arrange […]