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 […]
Tag: HTML
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 […]
HTML entities and a few random tags to know
If you watched the Unit 2 J215 videos, you may have seen something like this in the HTML: ". This is called an Entity. Entities are codes to use for symbols that you need in text but that are part of the HTML coding. For instance, if you need a greater than or less than […]