differentiate between the physical style formatting to logical style formatting please do this question I will follow you please please
Answers
The basic difference between logical tags and physical tags are closely related to the concept of HTML. And HTML is a very simple language to learn, which is why most of the beginner level learners start to make web pages without getting deeper into the fundamentals of the language. Logical tags and physical tags come under these important concepts of HTML.
Both of these concepts along with other such topics can help greatly in designing a web page. Logical tags are also known as structural tags that describe the behavior, nature of the content for the enclosed text. On the page, they present the functions of text. Whereas physical tags define the way a text should be displayed in the browser, controlling their physical characteristics. The fundamental difference between physical tags and logical tags are mentioned below:
Logical tagPhysical tagThey are designed to mention the meaning of the enclosed textthey are designed to provide certain instructions regarding the display of enclosed textThey carry certain obligationsThey are extremely straightforward They are used to mention visually impaired textsThey are used to indicate the specific characters which need formationIts syntax or format is- <Tag Name> character/s to be formatted. <Tag Name>The format used here is- <Tag Name> characters to be formatted. </Tag Name>Here the pages are more accessiblePage accessibility is comparatively lowIt supports the latest technologyThis concept is dependent upon the we