Tag: HTML

Using the ‘aside’ tag (and showing how to use a custom HTML block)

This post will demonstrate using the <aside></aside> tags, which are designed to place related material “aside” your main material. An aside will start wherever it is placed. Without styling, it will just be a set-off paragraph. So you need to establish things like the width, background color, font, margins, padding and font style in the […]

Ceating an embed or iframe

Here, I made a slideshow in JSFiddle and then embedded the fiddle here using an iframe. (Click on result to see the slideshow.) To make the iframe, use this format: The information in red is adjustable for your specific height and width. Note: Many of the programs you use will create the embed code or […]