The press releases are usually given in the electronic versions: they can be, for instance, e-mailed or published on WWW. When dealing with electronic information, it is crucial to know what tools and techniques to use. When publishing a press release you have to know the basics of HTML, but it is also advisable to know the CSS technique as well. Some people would ask a question: what for? And, most importantly: what are the styles for as far as press release is concerned? As for the latter question, style is a great tool that gives the possibility to control the look of the page. You can format the text, play with the surface to create beautiful frames, and much, much more!
Text formatting is possible in the HTML:
Text Text Text font>
Probably everyone understands and knows how to use this piece of code.
We see that the appearance of each page element can be defined in the HTML. So why do we style? The answer is one: HTML is primarily responsible for determining the layout of the page for the browser which should be able to display the press release correctly. The styles’ task is to determine the website’s appearance. HTML will tell the browser where the table is, a CSS – how it looks like. In CSS, unlike in HTML, you can determine the appearance of almost every page element in the press release.