Select Page
Creating a simple webpage

Creating a simple webpage

Creating a simple webpage A webpage is created using HTML, and CSS is used to style the webpage.  comment(s) Share this article A webpage is created using HTML, and CSS is used to style the webpage. To create an HTML file, you use a file editor. Examples of file...
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...
HTML5 footer element – How to use it

HTML5 footer element – How to use it

Elements | html HTML5 footer element – How to use it The <footer> element is a new element introduced in HTML5. As the name suggests, the <footer> element is typically located at the foot or bottom of the page. nanadwumor December 18, 2021 Share this...