Select Page
Top 10 HTML5 formatting tags

Top 10 HTML5 formatting tags

Top 10 HTML5 formatting tags HTML offers a range of elements for formatting text. nanadwumor  comment(s) HTML formatting tags include : <b> – Bold text <strong> – Important text <i> – Italic text <em> – Emphasized tex...
HTML form tag

HTML form tag

HTML form tag The <form></form> tag is a container for form elements. The form element itself isn’t usually a visible part of the page. It can however be with the help of CSS. nanadwumor  comment(s) HTML <form> tag is used to collect data from users...
How to use the HTML b element.

How to use the HTML b element.

How to use the HTML b element. The b element is used to set a text to bold. The b stands for boldface. The text is written in between the opening and closing tags of the b element.  comment(s) Share this article more The b element is used to set a text to bold. The b...
The header element in HTML5 – How to use it

The header element in HTML5 – How to use it

Elements | html The header element in HTML5 – How to use it The <header> element is a new HTML element and was introduced in HTML5. It can be used as a header for a whole page (the most common usage), but can also be used as the header for an article or...
The nav element in HTML5- how to use it.

The nav element in HTML5- how to use it.

Elements | html The nav element in HTML5- how to use it. The <nav> element is a new element introduced in HTLM5. It is used for navigational content. The <nav> element is used to link to other pages within the website or to other parts in the same page....
HTML5 article element – How to use it

HTML5 article element – How to use it

Elements | html HTML5 article element – How to use it The <article> element is a new element in HTML5. It is one of the new HTML5 elements including the header, footer, section, nav etc. nanadwumor November 21, 2021 As the name suggests, the...