Webmaster Forums - Website and SEO Help

Web Development and Design => Website Design and HTML => Topic started by: sinelogixtech on July 10, 2017, 01:58:21 AM

Title: What are logical and physical tags in HTML?
Post by: sinelogixtech on July 10, 2017, 01:58:21 AM
What are logical and physical tags in HTML?
Title: Re: What are logical and physical tags in HTML?
Post by: rogerdavid710 on July 25, 2017, 05:15:48 AM
In HTML there are both logical tags and physical tags. Logical tags are designed to describe (to the browser) the enclosed text's meaning. Physical tags on the other hand provide specific instructions on how to display the text they enclose.
Title: Re: What are logical and physical tags in HTML?
Post by: michral86 on October 27, 2017, 02:21:39 AM
Physical tags are used to indicate exactly how specific characters are to be formatted.
Like <B> <I> <BIG>
Logical tags are used to indicate to the visually impaired that there is some emphasizes on the text. Each browser has its own technique as to how to indicate to its viewer that the text between the tags are different.
Like <EM> <STRONG>