EasyCode/HTML/Examples
Back | Java | JavaScript | About us!
Example Nr. 1 : HOW TO ADD A TEXT TO YOUR WEBSITE
First you open your Texteditor (Notepad++) and type: <p>Hello World!</p>
This small Code will show up the Text: "Hello World!"
Picture Nr.1 :
Example Nr. 2 : HOW TO ADD A TITLE TO YOUR WEBSITE
Type in the Texteditor : <title>This is my Website</title>
It will show in your Browser "This is my Website"
Picture Nr. 2 :