BellaOnline
Posted By: Chelle - Marriage Editor How to Demonstrate HTML? - 06/02/08 09:26 PM
I have a weird question?

I have people ask me how to do things here on the forum, or by PM or e-mail haviong to do with HTML.

Whenever I try to write back and explain it, of course writing out the HTML results in the code actually working (DUH!)

But I noticed in Eliazabeth's articles that she can demonstrate HTML and it doesn't result in code - just the letters.

How do you do that?!?! crazy
Posted By: Elizabeth - HTML Editor Re: How to Demonstrate HTML? - 06/03/08 04:45 PM
The trick is to "hide" the code so the browser can't read it. Instead of bracketing the code in < > marks, use the entity name for each symbol. For a less-than sign it's &lt; and the greater-than sign is &gt;. The entity names let you sneak code past the html detector in your browser.
Posted By: Ravina Re: How to Demonstrate HTML? - 05/07/21 05:27 AM
Following are the steps-

Learn HTML Using Notepad or TextEdit. Web pages can be created and modified by using professional HTML editors. ...
Step 1: Open Notepad (PC)
Step 1: Open TextEdit (Mac)
Step 2: Write Some HTML.
Step 3: Save the HTML Page.
Step 4: View the HTML Page in Your Browser.
© BellaOnline Forums