Skip to main content

Posts

Showing posts with the label Create Blog Page

Create Blog Page

  Create Blog Page Send Feedback Now, you know what is heading tag and paragraph tag and how and where to use them. So, let's make use of them to add content to our blog page. All the content to be added is provided inside the HTML itself.   NOTE: For the headings in the document refer to the image below.   Expected Blog Page is -     Code for this solution <!DOCTYPE html> <html lang="en"> <head>     <meta charset="UTF-8">     <meta name="viewport" content="width=device-width, initial-scale=1.0">     <title>Best Coding Practices for Hassle-free Programming</title> </head> <body>     <h1>Best Coding Practices for Hassle-free Programming</h1>     <p>Just like with any other activity, the world of coding is also governed by informal rules. Most of these rules are formulated over decades. Programming languages often remain...