#html5
Read more stories on Hashnode
Articles with this tag
We can add CSS to our projects in the following ways: Inline styling Internal styling External styling Inline styling Inline styling is a...
Introduction to semantic HTML In HTML, semantic tags are tags that describe the meaning or purpose of the content they contain. Semantic tags are used...
Introduction to HTML HTML(HyperText Markup Language) is a standard markup language for creating web pages and web applications. It is the foundation...
Introduction to HTML input In HTML we use input tags to collect user inputs. Input tags are one of the most powerful tags in HTML considering their...
HTML Form: A portion of a page known as an HTML form contains controls including text fields, password fields, checkboxes, radio buttons, a submit...
HTML Table: Web developers can organize information like text, images, links, and other data into rows and columns of cells using HTML tables. The...