What is Doctype?
- Doctype refers to check the website format as in which format website had been made by the developer.
- To check Doctype- Go to website-> right click on webage-> select view page source or press "ctrl + u" and at the top of the page you can see in which format site had been made.
- Following images will clear you more about the steps-
1)Go to website.
3) At the top you will see<!DOCTYPE html> which means this site is made in HTML format.
Optimization of CSS/Javascript file:-
- Optimization of CSS/Javascript file refers to check and maintain the code with less memory so that website speed is not compromised.
- Heavy CSS/Javascript file will make the increase in load time which will have a negative impact on your website which will result in bounce rates.
0 Comments