August 2021

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...

Using the “div” tag in HTML

The “div” tag is one of the most frequently used tags — sometimes overused. Div stands for division, and the tag basically works as a container. It allows you to group a set of elements together in a block-level box of sorts (meaning, there isn’t necessary a drawn out box)....

Working with the “class” attribute

Using the “class” attribute in HTML is a way you can personalize your code to fit a specific circumstance. It’s an attribute that: specifies one or more names for an HTML element. can be use on any HTML element. customizes that element. is used by CSS and JavaScript to perform...