The capital of Georgia is a very attractive destination for the rich and interesting leisure during holidays or vacations. The comfortable Radisson Blu Iveria hotel is pleased to offer its services to tourists.
Location in Tbilisi
Modern building of Tbilisi hotel, a part of the Radisson Blu chain, stands in the very heart of the business district of Mtatsminda town, on the square Rose Revolution. The surrounding streets are filled with a variety of entertainment facilities. There are numerous boutiques and shops for a successful shopping. Just 5 minutes walk is needed to find oneself in the Rustaveli metro station, where from one can quickly get to any part of the capital to explore its attractions.
Hotel rooms
Tbilisi hotel has 249 rooms of different levels of comfort, capable to satisfy every demand of its guests. Ten rooms are equipped to accommodate guests with disabilities. Design of the rooms is in a modern tech style, and is quite original. The large floor-to-ceiling windows offer a wonderful panorama of the business city area.
Furniture in the rooms is of very good quality. Comfort air temperature is provided by the air conditioning system. Standard rooms include a mini-bar and a security box; all rooms have a TV panel and an electric kettle. Business class rooms are additionally equipped with coffee machines.
Hotel service
Qualification of the service personnel is fully consistent with the status of the 5-star Tbilisi hotel. Friendly staff who speak Russian and major European languages are attentive to guests and promptly carry out their wishes. The reception desk offer sight-seeing services. Here one can also order airport transfer or taxi to the city.
The hall has an ATM and a currency exchange office. Two restaurants serving Italian and Asian cuisine provide catering for all tastes. One can either enjoy a wonderful meal at the restaurants or at one’s room. For active pastime the hotel can offer indoor and outdoor pools, a fitness center and a spa. In the evening one can relax in bars and casinos, or try one’s luck in betting.
Radisson Blu Iveria hotel is considered one of the best Tbilisi hotels in terms of luxury. Thus, staying in it will really be comfortable and enjoyable!
Online HTML Editor The best real-time online HTML editor software kit with dynamic instant live visual preview and inline WYSIWYG editor using CKEditor and markup clean-up feature. Includes a HTML viewer, editor, compressor, beautifier and easy formatter. It's impossible to create invalid code with this free tool. The operation of this HTML5 editor with built-in HTML Cleaner is very intuitive and it's working in your browser without installing any additional program. Compose your text using the WYSIWYG editor on the left and adjust formatting in the source code editor on the right. To convert Microsoft Word, PDF or any other rich-text documents to HTML, simply paste it in the visual editor. Perform bulk operations on the HTML code by clicking the Clean button after adjusting the settings. online html editorBefore you start composing the content for a live website I advise you to experiment with the features populating the work area with a demo text clicking the Quick Tour menu item. The visual editor works like a regular text composer program, just use the commands above the text area to adjust the content and in the meantime you'll notice the source editor changing with it. If you're familiar with the HTML code composing then you can adjust the code on the right. The control panel above the HTML source editor lists the most important commands: – Revert the text back to the state before the cleaning or execution of any other major event. The visual editor has its own Undo button. – The fresh page command starts a new document. The same feature is listed below File / New document. – Load the Bootstrap css style into the visual editor. This can be undone only by refreshing the page. – Deleting the new lines from the HTML code you can compress the source code. – Define replacement rules and execute them. Use the plus button to define new rules and the recycle bin to remove one. – Fill the page with meaningless writing to fill gaps or experiment with the layout. – Pick a colour from the palette and use them with the easy Click and Copy feature. Save the active colors for later use or use the advanced color mixer by RGBColorCode.com – Adjust the font size according to your preferences. – Set up the cleaning options here. Your settings will not be lost when you leave the website. Click the header to select/disable all options. Clean – Execute the selected options. Never forget: Have a backup before using this tool to make sure you can always revert back to your original document. Check your code before publishing. We are not responsible for any errors. Our website never saves or sends your documents, all operations are performed on your local computer. Like most websites, this one uses cookies. Div table styling Make sure you apply the CSS code below when you publish tables converted to div elements. .rTable { display: table; width: 100%;} .rTableRow { display: table-row; } .rTableHeading { background-color: #ddd; display: table-header-group; } .rTableCell, .rTableHead { display: table-cell; padding: 3px 10px; border: 1px solid #999999; } .rTableHeading { display: table-header-group; background-color: #ddd; font-weight: bold; } .rTableFoot { display: table-footer-group; font-weight: bold; background-color: #ddd; } .rTableBody { display: table-row-group; }