Web Designing
-
HTML
HTML – TT (Teletype) and KBD (Keyboard) Tag
HTML <TT> (Teletype) Element The content of a <tt> element is written in monospaced font (like that of a teletype…
Read More » -
HTML
HTML – ACRONYM & DFN Tag
HTML <acronym> Element. The <acronym> element allo<acronym> and closing </acronym> tags is an acronym. The title attribute on the opening…
Read More » -
HTML
HTML – Cite, Q(Quotation), Var and Samp Tags
HTML <cite> Element If you are quoting a text, you can indicate the source by placing it between an opening…
Read More » -
HTML
HTML – Paragraph and Line Break Tags
HTML <p> Paragraph Tag. Paragraph tags are used to separate the chunk of text with a small gap. There is…
Read More » -
HTML
Head Element and Body Tag in HTML
HTML <HEAD> Element The<head> element is just a container for all other header elements. It is the first thing to…
Read More » -
HTML
HTML – HTML Element and Attributes Group
<HTML> Element The <html> element is the containing element for the whole HTML document. After the declaration of the DOCTYPE,…
Read More » -
HowTos
How to Create a Website Using HTML on Notepad
Write a code for creating a website using HTML or HTML5? This basic build block concept is required for web…
Read More »