Template for Blog Post: <!DOCTYPE html> <html lang = "en-us"> <head> <title> Blog Post Template #1 </title> <meta charset = "UTF-8"> </head> <body> <h1 style="text-align:center;">Blog Post: <i>TITLE OF BOOK</i> by AUTHOR</h1> <h2 style="text-align:center;">YOUR NAME HERE</h2> <!-- Modify the link so that it will redirect back to your CS Server page --> <p> <a href="../index.html">Return</a> to the homepage. </p> <!-- Here is the main body of your blog post. --> <p> A PARAGRAPH OF TEXT. <br><br> A PARAGRAPH OF TEXT. REPEAT AS MANY TIMES AS NECESSARY. </p> <blockquote> “INSERT QUOTATION HERE - READJUST THE ORDER OF PARAGRAPHS AND QUOTATIONS AS NEEDED" </blockquote> <p> A NEW PARAGRAPH OF TEXT. </p> </body> </html>