Dictionary of the web design slang
We want to help public to understand the web techniques used in the internet marketing and website design.
HTML – Hyper Text Markup Language
Translation into the spoken language could sounds like: the language for writing documents in certain defined structure. This structure helps to keep content of the document in nice and simple form, using different parts as links, paragraphs, images, headings.
HTML is mainly used for creating websites and documents written in HTML are in the final stage translated and visualised by Internet browsers (Fire Fox, Opera, Internet Explorer…) so their content is understandable for everybody.
But using only HTML is not enough when you want to get from web as much as possible. You will need use for example CSS for define typescripts of page so you can define colours to different parts of text and background; define size of font and more.
If we want for example write paragraph with heading in HTML then it looks like this:
<head>
<title>Title of the page..</title>
</head>
<h1>This is our headline</h1>
<p>
And here is our paragraph.
</p>
<body>
</body>
</html>
This language has certain rules, and if designer keeps these rules in mind and use those in your projects then internet can really work for you.
So as you can see this language helps us (website developers) to create presentations which are then shared all over the world.
If you are interested in learning more about creating websites then you may be attracted about our featured project. We are shortly lunching our tutorials for the web developers.
HTML like everything is modernised and updated so it has many versions. Newest, very strict one, which should bring more standardised web writing, is XHTML.
We are proud to inform all our customers that we have made steps forward and now we are introducing our new goals..