http://htmledit.squarefree.com/
Secondly 'have told about Notepad.
You just write in notepad (copy the code given below and paste it online or paste in notepad, notepad will make you more confident[recommended]), save the file as [the ending of the filename].html [i.e. dot html] and after saving it the file will appear as an html document icon of your default browser and just open it and you will see your code. Viola!
Output
Anything in body
As we have learned marquee, blink, button and header tags and not forget paragraph tag and break tag and now let's use it,
this is marquee,
...H1
... H2
...H3
...H4
... H5
... H6
code
<html>
<title> Blue bar on top of every window shows some message </title>
<body> <p>Anything in body </p>
As we have learned marquee, blink, button and header tags and not forget paragraph tag and break tag and now let's use it,
this is marquee,
<br /><marquee direction="right">This text will scroll from left to right because after using marquee tag told marquee tag to go right by writing direction="right"</marquee>
<br /><blink> This blink text makes the text blink you may have seen in many websites </blink>
<br /><button>With button tag with can make a clickable button, but you can see that it performs no functions but you can make it perform a lot of simple functions, you can submit data, make a link and let your imagination flow and think of one more way... this is a huge button, just to make you clear on the subject that it doesn't matter what you do with language programming or your own </button>
<h1>...H1 </h1>
<h2>... H2</h2>
<h3>...H3 </h3>
<h4>...H4</h4>
<h5>... H5 </h5>
<h6>... H6</h6>
</body>
</html>
Note: title couldn't be shown here why because title of this post is "Where can you test your html? Many ways... simple ways are" and clicking on this post link, it will open in a new page and the title will be the above. So, to test this code above use an online editor or notepad, dreamveaver or frontpage - everything is good in the field of testing and learning.
No comments:
Post a Comment