Category: HTML

HTML complete tutorial for beginners and experts

<abbr> tag HTML

In HTML, <abbr> tag is used For Acronynm or Abbrevations. Example: <html><body><p><abbr title="United States Of America">USA</abbr> was discovered by Columbus</p></body></html>

<q> tag HTML

In HTML <q> tag specifies Short quotations. Example <html><body><q>Short quotation example.</q></body></html>

<p> Paragraph tag

HTML <p> tag creates a paragraph block to write paragraph. It is a block level element. Example <html><body><p>Hello world, How…

Input – HTML

HTML input elements are used with HTML <form> element to collect user input. Following are the HTML input elements to…

Display image in HTML

<img/> is an empty tag & used to display an image on the HTML document(Webpage). Following are the attributes in…

Headings with HTML

HTML Headings are used to specify the title/subtitles of the document or a document section,HTML Headings are by-default bold &…

Head – HTML

Head tag contains metadata(webpage information) about the HTML document(Webpage). Following tags are used in to provide webpage information: