OG Solution

Learning the Web Lingo

Archive for the ‘Everything Else’ Category

Mar
27

Overview:
In this screencast, we are going to talk about web color basics and some helpful tools you can use during your site development.

Links used in the screencast:

 

Mar
24

Overview:
In this screencast, we are going to talk about special characters in HTML. The copy right symbol, register mark, and inverted question mark are all special characters in HTML. Therefore, if you want to have a special HTML entity show up on your webpage, you will need to input a specific code for it.

Links used in the screencast:

 

Mar
23

Overview:
This screencast will talk more about styling your form. The internet is about interactivity where you can easily share information with the world. In order to build an interactive website, you’ll need a HTML form to pass information. Therefore, having a well designed form is crucial to a website.

Links used in the screencast:

 

Mar
21

Overview:
In this screencast, we are going to setup a mailto link. A milto link is a link that launches user’s default mail client so the user can send an email.

 

Mar
19

Overview:
In this screencast, we’re gonna cover two HTML tags. First one draws a box on your webpage (called a fieldset) and the other one puts captions to that box (called a legend).