<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>
HTML complete tutorial for beginners and experts
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>
In HTML <q> tag specifies Short quotations. Example <html><body><q>Short quotation example.</q></body></html>
<pre></pre> tag preserves newlines and spaces. No need to add <br> & other Html tags for extra spaces and line…
HTML displays the paragraph content in a single line & do not add new line inside paragraph automatically. Use <br>…
HTML <p> tag creates a paragraph block to write paragraph. It is a block level element. Example <html><body><p>Hello world, How…
It is an empty tag, adds a newline/line break in HTML content or text. Usage: This is mostly used in…
HTML input elements are used with HTML <form> element to collect user input. Following are the HTML input elements to…
<img/> is an empty tag & used to display an image on the HTML document(Webpage). Following are the attributes in…
HTML Headings are used to specify the title/subtitles of the document or a document section,HTML Headings are by-default bold &…
Head tag contains metadata(webpage information) about the HTML document(Webpage). Following tags are used in to provide webpage information: