How to Edit HTML in Place

How to Edit HTML in Place thumbnail
To build sites on the Internet, you need to know HTML.

HyperText Markup Language, or HTML, is the language of the internet. Editing this language can seem a daunting task, but it can fairly quickly achieve a competent level of editing if you have access to the HTML of a page and knowledge of some basic symbols.

Things You'll Need

  • Computer with web access
Show More

Instructions

    • 1

      Find the lines of HTML that you want to edit. Notice that each line is numbered. Generally the order of these lines dictate how things will look from the top to the bottom of the page and, when there are more than one element moving horizontally across the page, from left to right. Note, however, that each numbers refers to a command, and does not necessarily correspond to a place on the final page. In other words, if there is a lot of complexity at the top of the page, the 50th line of HTML might only be an inch from the top of the screen.

    • 2

      Edit the lines of HTML to have them create the effects that you want. These are some basic symbols: <h1> starts a heading and </h1> ends a heading; <h2> starts a subheading and </h2> ends a subheading; <p> starts a paragraph. You also need to learn to keep your edits at the title level or below: do not alter the <html> or <head> commands in any way, since this could drastically change the web page. You can edit the title as long as you change only the text and not either end of the <title> command. Rather, stick to what's in the <body>. Perhaps you would like to change the main heading of the page? Click between the two <h1> symbols and rewrite the title.

    • 3

      Do the same with any other text or structural commands you want to change. Go inside <p> markers and edit paragraphs. Add emphasis--italics or bold--by placing text between <em> commands. Organize your page using <h2> or <h3> commands. For more commands and a host more information, check the reference listed below.

Tips & Warnings

  • It is easy to hit the wrong button and mess up a web page badly. Be sure that you know how to undo a command on the computer you are using. It is "Command-Z" for Macintosh and "Control-Z" for PCs.

Related Searches:

References

Resources

  • Photo Credit internet image by Soja Andrzej from Fotolia.com

Comments

You May Also Like

  • Editing HTML Text

    Learn how to edit text in an HTML document and learn how to build your own website in this free computer programming...

  • How to Edit a Web Page

    There are two reasons that you might want to edit a web page that appears on your website. One reason would be...

  • How to Edit HTML in Google Documents

    Editing HTML in Google documents is easy with these tips, get expert advice on business software and the internet in this free...

  • How to Put Symbols in the MySpace Boxes

    Many symbols, or special character entities, are available to use for your MySpace public profile page. These images, such as a black...

  • How to Edit the Legend in Microsoft Excel

    Add another "legend entry" to the legend by clicking on the "Add" button. The "Add" button is located directly to the left...

  • How to Edit a Web Page in HTML

    Hypertext Markup Language (HTML) provides the tags and code that allow web browsers to display a styled and aesthetically pleasing web page....

  • How to Edit JavaScript With Firebug

    Edit JavaScript with Firebug using the Document Object Model (DOM) with Find and Edit. Updates are viewable immediately, but they are not...

  • How to Edit a Batch of HTML Files

    When editing HTML files, you may encounter a situation in which you must change the same information in a number of different...

  • How to Edit a Command Line Registry Key

    If you have no access to your registry editor, you must learn to access the registry using commands provided by the command...

  • How to Place Images in InDesign

    Adobe InDesign is a program specifically designed for publication layout and typesetting. But what's a print publication these days without fancy, fantastic...

  • How to Use HTML Editors

    Want to practice your HTML skills, or design a website from scratch and have everything exactly the way you want it? You'll...

  • How to Edit HTML Page

    Knowing how to edit HTML code is an indispensable skill when you have your own website. Even when using Web authoring tools...

  • How to Edit an HTML Form

    Editing an HTML form involves editing the .html file for the page that contains the form. A .html file is a simple...

  • How to Display HTML Tags on Web Pages

    When you look at a web page in a web browser, you don't see the actual HTML code on the page itself....

  • How to Edit Documents in Microsoft Word

    Microsoft Word is a powerful word processing program, allowing you to write any kind of document. Microsoft comes with a variety of...

  • How to Edit Text in PDF Files

    Portable Document Format (PDF) files are a conversion format used to change printable electronic material into a document that may be viewed...

  • How to Edit HTML Tables

    If you're trying to edit an HTML document, chances are you will run into some tables in your code. Tables are a...

Related Ads

Featured