How To Put A Logo In Html

[Solved] How To Put A Logo In Html | Go - Code Explorer | yomemimo.com
Question : how to add a logo icon in HTML

Answered by : rich-rabbit-wyyty22wbwsr

<!DOCTYPE html>
<html> <head> <title>This is a title</title> <link rel = "icon" type = "image/png" href = "/icon.png"> <!-- For apple devices --> <link rel = "apple-touch-icon" type = "image/png" href = "/icon.png"/> </head>
</html>

Source : | Last Update : Sun, 30 May 21

Answers related to how to put a logo in html

Code Explorer Popular Question For Go