The HTML Sandwich curtsey of Don’t Fear the Internet
Here is some boilerplate HTML code to get you started with Brackets
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <meta charset="UTF-8"> </head> <body> </body> </html>
The HTML Sandwich curtsey of Don’t Fear the Internet
Here is some boilerplate HTML code to get you started with Brackets
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <meta charset="UTF-8"> </head> <body> </body> </html>