What is the html physical and logical in hindi?
Answers
Answered by
1
Heya!
Physical HTML and Logical HTML is nothing but the appearance/design and function/working respectively.
For example: A box is of size 100px X 100px and colour #87cefa ( i.e how it appear in the web browser is the arbitrary physical HTML ) and on clicking it popups a message box which has some function/logic/working to do ( i.e what to do part is somewhat like Logical HTML ).
Note: HTML is not made for performing logical parts ( i.e it is not a programming language ) but can instead implement embedded logics of javascript,ajax, etc.
Hope it helps.
Physical HTML and Logical HTML is nothing but the appearance/design and function/working respectively.
For example: A box is of size 100px X 100px and colour #87cefa ( i.e how it appear in the web browser is the arbitrary physical HTML ) and on clicking it popups a message box which has some function/logic/working to do ( i.e what to do part is somewhat like Logical HTML ).
Note: HTML is not made for performing logical parts ( i.e it is not a programming language ) but can instead implement embedded logics of javascript,ajax, etc.
Hope it helps.
Similar questions