HTML

HTML 5 Notes For Professional – Chapter – 13: Include JavaScript Code in HTML

AttributeDetailssrcSpecifies the path to a JavaScript file. Either a relative or absolute URL.typeSpecifies the MIME type. This attribute is required…

3 years ago

HTML 5 Notes For Professional – Chapter – 12 (Linking Resources)

AttributeDetailscharset Specifies the character encoding of the linked documentcrossorigin Specifies how the element handles cross origin requestshref Specifies the location…

5 years ago

HTML 5 Notes For Professional – Chapter – 11 (Data Attributes)

ValueDescriptionsome valueSpecifies the value of the attribute (as a string) Older browsers support Data attributes were introduced in HTML5 which…

5 years ago

HTML 5 Notes For Professional – Chapter – 10 (Classes and IDs)

ParametersDetailsclassIndicates the Class of the element (non-unique)idIndicates the ID of the element (unique in the same context) Classes and IDs…

5 years ago

HTML 5 Notes For Professional – Chapter – 8 – 9 (Tables & Comments)

TABLES The HTML <table> element allows web authors to display tabular data (such as text, images, links, other tables,etc.) in…

5 years ago

HTML 5 Notes For Professional – Chapter – 7 (Lists)

HTML offers three ways for specifying lists: ordered lists, unordered lists, and description lists. Ordered lists use ordinal sequences to…

5 years ago

HTML 5 Notes For Professional – Chapter – 6 (Anchors and Hyperlinks)

href Specifies the destination address. It can be an absolute or relative URL or the name of an anchor. An…

5 years ago

HTML 5 Notes For Professional – Chapter – 5 (Text Formatting)

While most hypertext markup language tags are accustomed to produce components, hypertext markup language conjointly provides in-text format tags to…

5 years ago

HTML 5 Notes For Professional – Chapter – 4 (Paragraphs)

<p>: Defines a paragraph <br>: Inserts a single line break <pre>: Defines pre-formatted text Paragraphs are the most basic HTML…

5 years ago

HTML 5 Notes For Professional – Chapter – 3 (Headings)

HTML provides not only plain paragraph tags but six separate header tags to indicate headings of various sizes and thicknesses.…

5 years ago