html

The big picture

When first learning HTML, there is a lot of information to take in. Keeping an eye on the BIG PICTURE can go a long way towards preventing overwhelm. The main web technologies are HTML, CSS, DOM, and Javascript. That’s four different technologies that are often offered as one beginning course in many colleges. Obviously, you […]

The big picture Read More »

Events in HTML

When beginners are learning web design, events can often be confusing. Are events part of HTML, Javascripts, or the DOM? What are they and how do we use them? What is an Event? HTML stands for Hypertext Markup Language. It is a language we use to give instructions to a browser how to structure and

Events in HTML Read More »