Friday, 31 October 2014

Lesson no 30 (Last) = How To Dave Your Document As A Web Page In Word?

How To Dave Your Document As A Web Page In Word?

Saving Microsoft Word documents as web pages used to be all the rage in the 1990s. However, unless you really must do this, this practice is to be avoided. Web pages are created using HTML (Hyper Text Mark Up Language) and you are better off using a tool designed to create HTML. I code HTML using a simple text editor, whereas other people use dedicated coding tools like Dreamweaver.

Microsoft Word Produces Code Bloat

One of the problems of using Microsoft Word to create a web page from your document is that lots of unnecessary code gets generated along with the HTML markup. Much of this code is informational only, as it is commented out. With Word being a Microsoft product, you can bet that the code generated is geared to the non-standard browser that is Internet Explorer, too.
Styles are embedded in the content (bad!), and they are coded clumsily. The "code bloat" is so bad that I took a very simple Word document that was already an unecessarily large 27KB and saved it as a web page. The new HTML file was a staggering 62KB! Don't do it kids.
However, if you really must use Word to create a web page from your document, here is how to do it: click the File tab > Save As, and change the Save as type box to be Web Page (*.htm; *.html). The .htm and .html file extensions indicate HTML markup.
You'll then notice a HTML version of your document in Windows Explorer. Usually, you can see what this web page looks like by double clicking on it, and it will open in your default internet browser.

Related Posts:

  • Lesson no 24 = How To Delete A Table In Word? How To Delete A Table In Word There is a very quick way to delete a table in Microsoft Word 2010, that doesn't even involve selecting the table first. Place the cursor in a cell in the table and notice that the Table Tool… Read More
  • Lesson no 23 = How To Insert A Table In Word? Insert A Table In Word In addition to using tables to present tabular data in a Microsoft Word document, you might also use a table to align blocks of text or other objects. To insert a table, click Insert > Tables >… Read More
  • Lesson no 25 = How To Move A Table In Word? How To Move A Table In Word To move a table around your Microsoft Word document, all you have to do is drag and drop it. When you hover your mouse over any part of the table, a four way handle inside a small box is displa… Read More
  • Lesson no 26 = How To Move Add A Border To A Table In Word? How To Move Add A Border To A Table In Word? Microsoft Word 2010 gives you a lot of flexibility in specifying borders for your tables. To have a look at the border options, first of all select your table by right clicking… Read More
  • Lesson no 27 = How To Shade Tables In Word? How To Shade Tables In Word? Microsoft Word 2010 removes much of the need to spend time getting the shading right on tables in your documents. The table styles that come with Word provide a rich selection of different sty… Read More

0 comments:

Post a Comment