#html5
Read more stories on Hashnode
Articles with this tag
Forms and Input types HTML forms are essential for collecting user input and submitting it to a server for processing. Forms can include various types...
OL, UL and LI HTML provides several elements for creating lists. The most common types of lists are ordered lists (<ol>), unordered lists (<ul>), and...
HTML attributes provide additional information about HTML elements and help configure their behavior and appearance. They are included in the opening...
Elements Elements always has a starting and ending tags. ex: <startingTag>Your Content</endingTag> The code written up there is just for an example....