ANSWERS: 1
  • A DIV is what is known as a tag in HTML code. It is basically a container that lets you position elements such as text and graphics on the pages layout by using cascading style sheets. Basically you place information inside the div and then use the CSS to control where and how it appears. It would look something like: <div style="position: absolute; height: 100px;width: 300px; color: black; left: 1px;"> Text and images go here </div> It can be quite confusing if you don't understand it. You could do a search for beginners CSS tutorials, but it takes a while to get the hang of.

Copyright 2023, Wired Ivy, LLC

Answerbag | Terms of Service | Privacy Policy