Doctype
The <!DOCTYPE> of a web page is a declaration. It declares the type of document your web page is to the software that is accessing it. It is usually placed on the first line of your HTML document's source code.
HTML CODE EXAMPLE
HTML CODE EXAMPLE
<!DOCTYPE html>
Or all lowercase letters will work fine too.
HTML CODE EXAMPLE
<!doctype html>
0 Response to "doctype"
Post a Comment