how to make logo in header?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

how to make logo in header??

18th Sep 2016, 3:18 AM
subhjeet bej
subhjeet bej - avatar
2 Answers
+ 4
for example: <header> <img src=" https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcSPxHRF7JKRsMHbjfUZ9hX93Ue_O05jh3FGfu1LmXSm98Zq7YEWK-1YDBFRFg" alt="" /> </header> But you still need to give it width, height, position etc.. So use a CSS to style it
18th Sep 2016, 4:57 AM
Ogochukwu Nduka
Ogochukwu Nduka - avatar
+ 1
put it in the header tag as an image. either do the styling in the image tag so that it is well positioned or add a class and use CSS for the styling
18th Sep 2016, 4:52 AM
Ogochukwu Nduka
Ogochukwu Nduka - avatar