Not all HTML tags are of the same structure. While most elements require an opening tag, a closing tag, andcontents,…
AttributeDescriptionGlobalAttributes that are available to any HTML5 element. For comprehensive documentation of theseattributes see: MDN Global attributesnameA string representing the…
AttributesDescriptionforReference to the target ID Element. I.e: for="surname"formHTML5, [Obsolete] Reference to the form containing the Target Element. Label elements are…
Basic Navigation Bar Navigation bars are essentially a list of links, so the ul and li elements are used to…
Nav Element The <nav> element is primarily intended to be used for sections that contain main navigation blocks for the…
The div element in HTML is a container element that encapsulates other elements and can be used to group andseparate…
AttributeDescriptionaccept-charsetSpecifies the character encodings that are to be used for the form submission.actionSpecifies where to send the form-data when a…
ParameterDetailsclassIndicates the Class of the inputidndicates the ID of the inputtypeIdentifies the type of input control to display. Acceptable values…
Tag/AttributeValue<img>Below are the image map-specific attributes to use with <img>. Regular <img> attributes apply.usemapThe name of the map with a…
ParametersDetailssrcSpecifies the URL of the imagesrcsetImages to use in different situations (e.g., high-resolution displays, small monitors, etc)sizesImage sizes between breakpointscrossoriginHow…