Sunday 27 September 2020

HOW TO USE NOTEPAD TO RUN YOUR HTML/JS CODES CODES

 In your window click START

2) type NOTEPAD.

3) click on it

4) write your codes

5) click on FILE, SAVE AS

6) save your HTML with anything.html, Java Script with anything.js

encoding: HTML=UTF-8, JS= unicode 

 NOTE: preferably, save your file in DOCUMENT

TO RUN YOUR CODES

1) click on file

2) click on the folder

3) click on the file

4) open with any browser of choice

 THERE IS YOUR CODE OUTPUT

HOW TO EDIT WEB PAGE

 Normally, web pages are read only. But with the new web console developer tool, web pages can actually be edited.

PROCESS: 

1) open your  Firefox web browser

2) open any web page of your choice

2) click on the menu key at the far top right hand side

3) click on web developer. Click "more tools" if you are using Chrome

4) click on web console

at the down part of your browser a space will open

5) type: document.body.contentEditable= "true"

6) click on any part of the web page your wish to edit. 

     you are good to go