Styling is not visible

iam unable to see css styling on web page and also images too ,only html content is showing …may i know what was my mistake? iam sharing screen shot

Hi @vaishnavidornala09,

Can you share the screenshot of the code where you are linking your css file with your HTML code? The correct code snippet would be -

<link rel="stylesheet" href="css/inventrom.css">

and for image

<img src="img/logo.png">

Do let me know in case you need further assistance.

yes sir its working… tq in advance but i want to know that, this code wasn’t explained in the training videos and may i know why the previous code is not working?

Hi @vaishnavidornala09,

If your css file or image file is in the same folder then you don’t need to assign the path of the css file but if it is in a different folder then you have mentioned the path of the css and image file.

Do let me know in case you need any other information.

1 Like

oh tq so much for quick reply…sir…

1 Like

sir can i fix footer position property has fixed or not?

Hi @vaishnavidornala09,

You can use the sticky footer. Check this link Sticky Footer, Five Ways | CSS-Tricks

Do let me know in case you need any other information.