HTML Special Characters – Free Web Design Tutorials for Beginners 11.11

Posted by NosaLee in CSS Programming, Web Programming & Resources on 20-06-2012. Tags: , , , , ,

Back to Home Previous Course

Character
HTML Entity
ISO Latin-1
Comments

"
"
"
Double quotation mark


 
'
Single quote or apostrophe

&
&
&
Ampersand

÷
÷
÷
Divide symbol

>
>
>
great[......]

Read More…

HTML5 Video, Audio Tags and their Options – Free Web Design Tutorials for Beginners 11.10

Posted by NosaLee in CSS Programming, Web Programming & Resources on 20-06-2012. Tags: , , , , ,

Back to Home Previous Course Next Course
HTML5 Video Tags

HTML5 Video Tags
Comments

VIDEO
The main tag to add a video

SOURCE
Add a source attribute

SRC
Specify where the video is

TYPE
Add codex values

 

HTML5 Audio Tags

HTML 5 Audio Tags
Comments

AUDIO
T[......]

Read More…

HTML Form Tags and Elements – Free Web Design Tutorials for Beginners 11.9

Posted by NosaLee in CSS Programming, Web Programming & Resources on 20-06-2012. Tags: , , , , ,

Back to Home Previous Course Next Course
HTML Form Tags

   Main Form Tags  
Comments

Form
Create a HTML form

Name
Add a name for your form

Method
Select a method, GET or POST

Action
Say where the form should be sent

Input
Create a HTML form element

Type
Se[......]

Read More…

HTML and HTML5 Table and its Attributes – Free Web Design Tutorials for Beginners 11.8

Posted by NosaLee in CSS Programming, Web Programming & Resources on 20-06-2012. Tags: , , , , ,

Back to Home Previous Course Next Course
HTML and HTML5 Tables

HTML and HTML5 Table tags
Explanation

TABLE
Create a table

TR
Create a row in a table

TD
Create a cell in a table

THEAD
HTML5 Table header

TFOOT
HTML5 Table footer

TBODY
HTML5 Table body

 

HTML Tabl[......]

Read More…

HTML5 Layout Tags – Free Web Design Tutorials for Beginners 11.7

Posted by NosaLee in CSS Programming, Web Programming & Resources on 20-06-2012. Tags: , , , , ,

Back to Home Previous Course Next Course

HTML5 Tag
Comments

HEADER
Used for the heading of any section

NAV
Used for a navigation area

SECTION
Used for a section of your web page

ARTICLE
Used for an article in a section of your web page

FOOTER
Used for the footer area

Back to[......]

Read More…

Images, DIVs and Hyperlinks – Free Web Design Tutorials for Beginners 11.6

Posted by NosaLee in CSS Programming, Web Programming & Resources on 20-06-2012. Tags: , , , , ,

Back to Home Previous Course Next Course
Images and DIVs

HTML Tag
Attributes

IMG
SRC, ALT, HEIGHT, WIDTH, USEMAP

DIV
 

FIGURE
 

FIGCAPTION
 

 

Hyperlinks

HTML
Explanation
Attributes
Options

A HREF
The HTML for a hyperlink
TARGET
_blank _par[......]

Read More…

CSS used in the Positioning section – Free Web Design Tutorials for Beginners 11.5

Posted by NosaLee in CSS Programming, Web Programming & Resources on 20-06-2012. Tags: , , , , ,

Back to Home Previous Course Next Course

CSS Property
CSS Value
Explanation

/* */
A colour
CSS comment – more than one line

//
A colour
CSS comment – one line

position:
relative, absolute, fixed
Types of positioning

top
A pixel value
Position an element on the page

bo[......]

Read More…

CSS used in the Lists section – Free Web Design Tutorials for Beginners 11.4

Posted by NosaLee in CSS Programming, Web Programming & Resources on 20-06-2012. Tags: , , , , ,

Back to Home Previous Course Next Course

CSS Property
CSS Value
Explanation

a:hover
A colour
Used for mouseover colours

a:visited
A colour
Used for visited pages colours

display
block, inline
Blocks of elements or all in a line

height
A px or % value
Set a height for an element suc[......]

Read More…

CSS borders, backgrounds, margins, padding – Free Web Design Tutorials for Beginners 11.3

Posted by NosaLee in CSS Programming, Web Programming & Resources on 20-06-2012. Tags: , , , , ,

Back to Home Previous Course Next Course

CSS Property
CSS Value

border-style
dotted, dashed, solid, double, groove, ridge, inset

border-width
A pixel value like 2px

border-color
A colour value

background-color
A colour value

background-image
url(‘my_image_name.gif’);

[......]

Read More…

CSS Font and Text Properties – Free Web Design Tutorials for Beginners 11.2

Posted by NosaLee in CSS Programming, Web Programming & Resources on 20-06-2012. Tags: , , , , ,

Back to Home Previous Course Next Course

CSS Property
Example Value
Other Values

text-align:
center
Left, Right

font-family:
Verdana, Arial, Helvetica, Sans-Serif
 

font-size:
16px
|percent |em |xx-large, x-small, small, medium, large, x-large, smaller, larger

font-style:
itali[......]

Read More…