HTML Tutorial
This HTML tutorial is designed for both beginners and expert developers to understand it well and in a step-by-step way. It explains every key topic of HTML,…
-
HTML address Tag –
next → ← prev Introduction In HTML, the <address> is a semantic tag used to mark up contact information of…
Read More » -
HTML acronym Tag –
next → ← prev HTML <acronym> tag is used with title attribute to contain a full explanation of an acronym…
Read More » -
HTML abbr Tag –
next → ← prev The <abbr> element represents an abbreviation or acronym in HTML (living standard). It is popular and…
Read More » -
HTML !DOCTYPE Tag –
next → ← prev On the HTML document you have often seen that there is a <!DOCTYPE html> declaration before…
Read More » -
HTML Global Attributes –
next → ← prev Global attributes are special HTML attributes and can be given to any element, irrespective of the…
Read More » -
Entities in HTML –
next → ← prev A text fragment (or “string”) that starts with an ampersand (&) and ends with a semicolon…
Read More » -
HTML Responsive –
next → ← prev Responsive web design is used to make your web page look appropriate, good, and well-placed on…
Read More » -
HTML Layout –
next → ← prev HTML layouts provide a way to arrange web pages in a well-mannered, well-structured, and responsive form.…
Read More » -
HTML Head –
next → ← prev The HTML <head> element is used as a container for metadata (data about data). It is…
Read More » -
HTML File Paths –
next → ← prev An HTML file path is used to describe the location of a file in a website…
Read More »