HTML 5 Notes

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…

4 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…

4 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

HTML 5 Notes For Professional – Chapter – 2 (Doctypes)

Doctypes - short for 'document type' - help browsers to understand the version of HTML the document is written in…

5 years ago

HTML 5 Notes For Professional – Chapter – 1 (Getting started with HTML)

This HTML5 Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people…

5 years ago