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...
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...
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...