Dear friends
I have developed a website by css and html first time.
would you mind to check it and suggest me ?
Welcome to the forums, @Md_Anowar_Hossain.
It’s not really clear what kind of feedback/help you are looking for here. You’ve posted in the HTML/CSS section, so I presume that means you want feedback on the structure and coding of the site, rather than the design.
The first thing I would suggest is that you run it through the validator: https://validator.w3.org/ At the moment, it’s showing an encoding ewrror on line 190
There is a proverb that “Prevention is better than cure”.
which is preventing it completing the validation check. But it’s very important that you sort that and validate your code, because at the moment, it’s a real mess - multiple <html>
, <head>
and <body>
tags, for a start.
You are also using outdated tags and techniques, such as the <font>
tag and inline styling attributes. And you have a huge list of horribly Spammy-looking irrelevant links which each have an “alt” attribute. “alt” (alternative) text is used to replace an image when that image - for whatever reason - is not available. It’s not appropriate to use it on a link. But honestly, if you want your site to be taken seriously as a quality site, you should think about removing all those links.
You should also check your CSS for errors in the appropriate validator: http://jigsaw.w3.org/css-validator/
I don’t want to discourage you, but there is a lot wrong with that page. Once you have fixed the encoding error and run the page through the validators, if you need further assistance in correcting it, then please ask - we’re here to help.
I’m agree with the previous person! but you should work on it)
It’s really very very good start!!!
@Md_Anowar_Hossain there is no point creating this kind of websites.
You may look for some free Bootstrap themes. Use high resolution images for banners.
Use proper meta tags like title, description and keywords tags. Instead of description, you have given keywords. That it not a good white hat SEO practice.
Don’t add reciprocal links on the home page.Create a separate page and add there.
@Md_Anowar_Hossain isn’t using bootstrap on this site, and I would suggest it would be a bad idea to try and use it without a firm grasp of basic CSS first.
[quote=“someshwarch, post:4, topic:199454”]
Use high resolution images for banners.
[/quote]Why? Please give some explanation for advice you’re offering, as it’s clear the OP is a beginner. I would caution against using high-res images as you want to keep the file size small.
[quote=“someshwarch, post:4, topic:199454”]
Don’t add reciprocal links on the home page.Create a separate page and add there.
[/quote]It doesn’t really matter where you add links like this. A large number of irrelevant links will look like a link farm whether they are on the home page or another.
Apologies. That’s spelling mistake.
The clarity of the images is very low. That’s why I suggested to use hi resolution images.
I meant that lot of irrelevant links on home page.
thanks for advice
thanks
many thanks
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.