Image source: wikipedia. |
Web coding protocols allow the designer to do different things and edit their websites. Such as meta date, mata data is data which contains meta tags which allow search engines to find your website as they search those key words. When doing adding meta tags you add them in the <head> section of your HTML and you add <meta name="Website" content="Website"/><meta name="keywords". Another few examples of web coding are adding images or hyperlinks. If you want to add a hyperlink, you put
<a href="url">link to website you want to go to</a> in the body section of the HTML so that it is seen. When adding an image you also add this in the body <img src="url of the image">.
The structure of a website is simple. You have the <head> and the <body>. The head part of the website is the part you don't see, it's all the coding and nesting tags, where as anything in the body part you will see. I already explained CSS and the 'what you see is what you get' concept, the best websites to use this format are dreamweaver, FrontPage or expression web. The advantage of using these websites are that they are disk base and they are checked before goes out to the real world, so you don't have to worry about you website being published and then something going wrong.
To publish a website you first need to find a server such as Go Daddy which allows you to save all of your HTML on there server. These websites usually cost money though. You can promote your website using S.E.O (Search Engine Optimization) or S.M.O (Social Media Optimization). Using these makes your website easier to find on a search engine. It the HTML coding you add key words which the search engines will search for, many websites using mis-spelt words or 4 related words or the title page name as the key words.
Overall i wasn't happy with my website, i feel it was plain and boring and i definatley should have had more colour and images. I found it hard using the HTML coding and much prefered when we used FrontPage. Overall i enjoyed web design and learning how to use HTML.