AttributeDetailssrcSpecifies the path to a JavaScript file. Either a relative or absolute URL.typeSpecifies the MIME type. This attribute is required…
AttributeDetailscharset Specifies the character encoding of the linked documentcrossorigin Specifies how the element handles cross origin requestshref Specifies the location…
ValueDescriptionsome valueSpecifies the value of the attribute (as a string) Older browsers support Data attributes were introduced in HTML5 which…
ParametersDetailsclassIndicates the Class of the element (non-unique)idIndicates the ID of the element (unique in the same context) Classes and IDs…
TABLES The HTML <table> element allows web authors to display tabular data (such as text, images, links, other tables,etc.) in…
HTML offers three ways for specifying lists: ordered lists, unordered lists, and description lists. Ordered lists use ordinal sequences to…
href Specifies the destination address. It can be an absolute or relative URL or the name of an anchor. An…
While most hypertext markup language tags are accustomed to produce components, hypertext markup language conjointly provides in-text format tags to…
<p>: Defines a paragraph <br>: Inserts a single line break <pre>: Defines pre-formatted text Paragraphs are the most basic HTML…
HTML provides not only plain paragraph tags but six separate header tags to indicate headings of various sizes and thicknesses.…