Home >Web Front-end >HTML Tutorial >How to use html !DOCTYPE tag
##HTML 1a309583e26acea4f04ca31122d8c535
<!DOCTYPE html> <html> <head> <title>文档的标题</title> </head> <body> 文档的内容...... </body> </html>1a309583e26acea4f04ca31122d8c535 declaration must be the first line of the HTML document, located at
1a309583e26acea4f04ca31122d8c535 declaration is not an HTML tag; it is an instruction to the web browser as to which version of HTML the page should be written in.
Several methods of layout reference
Three types: 1, connect to an external style sheet: fbab1575af9d8f9d5951e2523fa266b4(Add to the head part)2, create an embedded style sheet: Create a style element in the head part of HTML , directly write the style rulesThe above is the detailed content of How to use html !DOCTYPE tag. For more information, please follow other related articles on the PHP Chinese website!