HTML

How To Add Twitter Card and Open Graph Social Metadata to Your Webpage with HTML — step-by-step DevOps tutorial on Progressive Robot

How To Add Twitter Card and Open Graph Social Metadata to Your Webpage with HTML

When you share links on social media platforms, they’ll often be presented with rich imagery and a nicely formatted title, summary, and link, instead of plain text. You can add these rich media social sharing capabilities to your site by including certain meta tags in the head of your HTML document. This tutorial will show you how to implement both Twitter Card and Open Graph social metadata.

Read more
How To Add an HTML  Element To Your Webpage — step-by-step DevOps tutorial on Progressive Robot

How To Add an HTML Element To Your Webpage

This tutorial will walk you through the steps of adding a element to your webpage, which creates a section for us to include machine-readable information about our web document. This information is primarily used by browsers and search engines to interpret the content of the page. Content placed inside the element will not be visible on the web page.

Read more
How To Use Python-Markdown with Flask and SQLite — step-by-step Databases tutorial on Progressive Robot

How To Use Python-Markdown with Flask and SQLite

Python-Markdown is a Python library that allows you to convert Markdown text to HTML; it mostly follows the Markdown standard with a few minor differences to the standard Markdown syntax. In this tutorial, you’ll use Flask, SQLite, and Python-Markdown to build a small note-taking web application that supports formatting text using Markdown. The app will allow users to display, create, and format notes with h

Read more
CHAT