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...
Elements | html HTML5 section element – How to use it The <section> element was introduced in HTML5. It wraps an area of content or page that almost always requires a heading. nanadwumor December 18, 2021 Share this article more The <section>...
The dl tag, the definition list, in HTML5 The <dl> tag is used in conjunction with two other tags. These are and <dt> which means data term and <dd> which means data definition or description. comment(s) The <dl> is a definition or...
The Unordered List, ul tag, in HTML5 There are basically four types of markers used to list unordered list. comment(s) <ul> tag in html is used to list items in no particular order The <ul> tag lists items and they are marked with bullets the type...
The ordered list, ol tag, in HTML5 An ordered list can be numerical or alphabetical. Typically, <ol> is rendered as a numbered list. comment(s) <ol> tag in html is used to list items in order start attribute of <ol> defines where marker value...
Recent Comments