Posts
-
Arranging files and folder structure
The following two videos are intended for my beginning HTML students and address the following activities: Naming, arranging, and archiving the semester files and their directory structures. Downloading the unit zip files and how to incorporate them into your project. Note: You are only responsible for the following projects: Lesson (White pages): Lakeland Reeds Bed…
Written by
-
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…
Written by
-
img width and height attributes
A student asks… “Just to clarify, the primary purpose of the width and height attributes is to reserve space for the image, not to actually resize the image, correct? “ The width and height attributes on the img tag actually do both; they reserve the screen real-estate and also resize the image. Reserving real-estate When…
Written by