diff --git a/syntax_template.html b/syntax_template.html new file mode 100644 index 0000000..4a99486 --- /dev/null +++ b/syntax_template.html @@ -0,0 +1 @@ +
HTML uses tags to identify page content. This text, for example, is a paragraph.
\ No newline at end of file diff --git a/templates/body_template.html b/templates/body_template.html index 837c4bb..cbdfab8 100644 --- a/templates/body_template.html +++ b/templates/body_template.html @@ -6,7 +6,8 @@The main page content appears inside the body tag. HTML contains several elements that allow you to properly structure and format your content, which we'll cover later. +