Thursday 22 August 2019

html - What is the difference between these two buttons?




What is the difference between these two buttons?







Answer



The button element can contain other HTML elements, for example images.



See also here: http://dev.w3.org/html5/spec/the-button-element.html#the-button-element


No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...