computer_science:programming:html5_css3:basic_html
This is an old revision of the document!
Here is the most simple html code that a page should contain:
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> </head> <body> </body> </html>
Tags such as <html><p></html> are considered block type whereas <html><em></html> and such are inline
computer_science/programming/html5_css3/basic_html.1631663276.txt.gz · Last modified: 2021/09/15 08:47 by mana