Example of HTML Style Guide
Always declare the document type as the first line in your document.
The correct document type for HTML is:
index.html
Example:
HTML
<!DOCTYPE html>
Type: | html |
Category: | Web Tutorial |
Sub Category: | HTML Style Guide |
Uploaded by: | Admin |