CSS

Chapter 41: ARIA

role=”presentation” An element whose implicit native role semantics will not be mapped to the accessibility API.

July 19, 2021 Read More
CSS

Chapter 40: Character Entities

Character Entities in HTML Many symbols and special characters are required while developing a web page in html, but as we know thatsometimes the use of characters directly may interfere…

July 19, 2021 Read More
CSS

Chapter 38: HTML 5 Cache

Basic Example of HTML5 cache this is our index.html file then we will create index.appcache file with below codes write those files that you want to be cached load index.html…

July 17, 2021 Read More
CSS

Chapter 37: Global Attributes

Attribute Description class Defines one or more class names for an element. See Classes and IDs. contenteditable Sets whether the content of an element can be edited. contextmenu Defines a…

July 17, 2021 Read More