How to Format a Blog
If your blog looks a bit boring, then you need to format it. Knowing how to format a blog can improve visual impact and readability: You can break up long blocks of text, add styling headers and line breaks, and use paragraphs to improve the flow of posts. You can also emphasize text by using italics and bold.
Format blog headings
HTML has six levels of headings. H1 is the most important, while H6, which is rarely used because of its small size, is the least important. For most cases, first- and second-level headers work fine, giving you text larger than the main body text, and they’re also usually bold. You can implement header tags like this:
<h1>The most important heading ever</h1>
All headers are implemented the same way — just substitute the number 1 with a 2, 3, 4, 5, or 6 to get descending sizes on your headings.
Headers affect more than just the way text looks. Search engines understand that text defined by a header tag is important, so words and phrases you enclose in a header will be marked as especially relevant to your site.
Create paragraphs in a blog
To create paragraph breaks, you need to start the new paragraph with a <p> tag. The closing </p> tag is placed at the end of the paragraph after the text:
<p>Paragraph one has amazing text that you'll want to memorize and share with friends and family. It's full of wonder and wisdom.</p>
<p>Paragraph two has amazing text in it, too. The whole world will want to know about it. Go ahead and share it.</p>
<p>Paragraph three is being neglected by the first and second paragraphs.</p>
Most blogging software makes provision for paragraph breaks automatically.
Format line breaks in a blog
You can end a line of text and start the next word on a new line by using a <br> tag. You need to insert these standalone tags only once. To create a line break:
Break your line of text<br>
and start again on the next line.
Format blogs with boldface, italics, underline, strikethrough
You can emphasize text in your blog by using bold, italics, or even strikethrough code. These are on/off tags, so you place the first tag at the start of the text you want to affect and follow the text with the closing tag.
<b>Some of this text</b> is going to be bold.
Some of this text is going to be <strong>bold.</strong>
<i>Some of this text</i> is going to be italicized.
Some of this text is going to be <em>italicized.</em>
Correct an error <strike>by striking it out</strike>.
Don’t use underlining in your blog posts. Because underlining is a common way of indicating links online, it can be very confusing for your readers to see underlined text that isn’t also a link. If you must use it, however, plug in these tags: <u> </u>, like this:
Add punch with an <u>underline</u>, but remember it could be mistaken for a link.

Skype Glossary
account
1. (noun) The formal establishment of a relationship between the user and a software product that lets the user make use of the technology. 2. (noun) The representation of the details of the user’s relationship with the software, particularly showing what services of the software the reader can use.

Skype Glossary
beta version
An early version of software that is not in its final release form. Consequently, beta software is sometimes prone to quirks and bugs.

Skype Glossary
Bluetooth
A short-range technology used for transferring data wirelessly. It is commonly used for wireless mice, keyboards, and other consumer products.

Skype Glossary
call history
The record of an individual’s Skype calls.

Skype Glossary
case sensitive
An indication that software differentiates uppercase from lowercase capitalization. For example, if JohnDoe123 is a case-sensitive password, typing in JOHNDOE123 will fail.

Skype Glossary
conferencing
Hosting or participating in calls with multiple contacts using Skype, which can also extend to landline and mobile phone calls.

Skype Glossary
CrazyTalk
A program that allows you to create animated faces that are synchronized to move as you speak.

Skype Glossary
credit
The method by which you purchase time in advance and later spend it when using various Skype features.

Skype Glossary
End User License Agreement
Sometimes referred to by the acronym EULA, the contract a user agrees to in order to be able to use a specific software. This contract, or license agreement, defines the rights and restrictions of the user regarding the software.

Skype Glossary
firewall
A security program or machine that enables users to use a computer or network while also preventing unauthorized access from other parties over the Internet.

Skype Glossary
GMT zone
The GMT — or Greenwich Mean Time — is the system by which the majority of the world sets time according to global lines of longitude, starting with 0 being the meridian that runs between the poles through Greenwich, England and all other time zones being +/- hours in relationship to the 0 meridian.

Skype Glossary
GSM
Global System for Mobile Communications are the most widely used communications standard for mobile phones in the world.

Skype Glossary
IM
Instant messaging is a form of real-time typed communication between two or more people over the Internet or another network.

Skype Glossary
PayPal
1. (noun) The service that is used to securely make financial transactions over the Internet. 2. (noun) The company that provides the service.

Skype Glossary
profile
Your online Skype identity, including information that is private, shared with your contacts, or shared with the world.

Skype Glossary
proxy settings
The settings used to connect to other computers through the Internet or another network by using a proxy server, as in a networked business environment.

Skype Glossary
Skylook
An add-in that allows you to use Skype seamlessly with Outlook.

Skype Glossary
Skype Global Rate
A single low rate that applies equally to a set of more than 30 popularly called countries, as opposed to the individual county-by country rates that are otherwise charged.

Skype Glossary
Skype Name
Your unique name on Skype that you use to sign in and that others use to contact you.

Skype Glossary
SkypeIn
Your personal Skype online number that people use to call your computer.

Skype Glossary
SkypeOut
Calls made from Skype to mobile and landline phones.

Skype Glossary
SMS
Short Message System is a communication service that allows you to send text messages to and from cell phones and other devices.

Skype Glossary
USB
1. (noun) A rectangular port — universal serial bus — on a device that enables you to connect another device to it. 2. (noun) A cable that connects devices using a USB port. 3. (noun) The technology by which the connection is accomplished.

Skype Glossary
VAT
The Value Added Tax applied in European countries to goods and services.

Skype Glossary
VoIP
The Voice over Internet Protocol technology that allows you to send voice communication over the Internet.

Skype Glossary
voucher
A certificate or number, either purchased or provided as a free promotion with phones or other devices, that can be exchanged for Skype credit.

Skype Glossary
XML
A tag-based markup language that is widely used to create documents and Web services.

Skype Glossary
ZIP files
Files that have been compressed to reduce their size, thereby making file transfer and storage faster and easier.