☆ Content quality required ☆
_________________________________________________________________________
how to edit the source code of any web page
=================
=> explanation needed
=> dont copy
=> dont spam
Answers
Answered by
4
Hello Friend,
Here's your Answer:
Things you must know:
1) You must be knowing Coding of HTML.
2) You must be able to recognise the errors and reprogram the program of HTML.
Steps involved:
1) Go to the web page in a browser in a Computer or Laptop. (Recommended: Chrome)
2) Right click on the page, not on a link or text, on an empty space.
And press 'Inspect Element' or 'View source'.
3) You can edit from there by HTML coding.
To be Noted:
1) The editing is not permanent and not for all the users with different networks. Once the Browser is closed, the editing won't be saved.
It is a very Temporary editing.
Hope my answer helps you.
@GeniusYH
Here's your Answer:
Things you must know:
1) You must be knowing Coding of HTML.
2) You must be able to recognise the errors and reprogram the program of HTML.
Steps involved:
1) Go to the web page in a browser in a Computer or Laptop. (Recommended: Chrome)
2) Right click on the page, not on a link or text, on an empty space.
And press 'Inspect Element' or 'View source'.
3) You can edit from there by HTML coding.
To be Noted:
1) The editing is not permanent and not for all the users with different networks. Once the Browser is closed, the editing won't be saved.
It is a very Temporary editing.
Hope my answer helps you.
@GeniusYH
Anonymous:
i want to save
Answered by
2
Open google chrome or Firefox
Open the webpage and right click on an empty space
Click the "view source" button
You will see the source. You can save this anywhere and edit it
Method 2:
Open the webpage and press Ctrl+S
Enter any file name and save as HTML
Then edit it
Method 3 (All browsers except for Internet explorer)
Open the webpage
Right click and select "Inspect element"
Then edit any element as u wish. Results will appear immediately.
Then save the webpage. If you dont save, your changes will be lost.
Method 3 is best for huge websites where there are lots of elements.
PS : This is my own answer as a web and computer tech enthusiast
Open the webpage and right click on an empty space
Click the "view source" button
You will see the source. You can save this anywhere and edit it
Method 2:
Open the webpage and press Ctrl+S
Enter any file name and save as HTML
Then edit it
Method 3 (All browsers except for Internet explorer)
Open the webpage
Right click and select "Inspect element"
Then edit any element as u wish. Results will appear immediately.
Then save the webpage. If you dont save, your changes will be lost.
Method 3 is best for huge websites where there are lots of elements.
PS : This is my own answer as a web and computer tech enthusiast
Similar questions