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 absolute URL is the complete URL of a website like…
href Specifies the destination address. It can be an absolute or relative URL or the name of an anchor. An absolute URL is the complete URL of a website like…
While most hypertext markup language tags are accustomed to produce components, hypertext markup language conjointly provides in-text format tags to use specific text-related designs to parts of the text. This…
<p>: Defines a paragraph <br>: Inserts a single line break <pre>: Defines pre-formatted text Paragraphs are the most basic HTML element. This topic explains and demonstrates the usage of the…
HTML provides not only plain paragraph tags but six separate header tags to indicate headings of various sizes and thicknesses. Enumerated as heading 1 through heading 6, heading 1 has…
Doctypes – short for ‘document type’ – help browsers to understand the version of HTML the document is written in for better interpretability. Doctype declarations are not HTML tags and…
This HTML5 Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow. Text content is released under Creative Commons…
In this tutorial I’ve setup an example of how to add an animated sticky header to a website using almost pure CSS with just a touch of javascript. The header…