To get into the web design or development industry, id pick your path, into either "coding and development" or design work and functionality of websites. Analyze what buyers want and what attract or can be an asset for an organization. Getting to figure out how things work and getting to customize or create your own would be the start.
example:
/* CSS Document */
body{background:#CCCCCC;
}
#wrapper{background:#FFFFFF;
-moz-border-radius-topleft:15px;
-moz-border-radius-topright:15px;
-webkit-border-top-right-radius:15px;
-webkit-border-top-left-radius:15px;
-moz-border-radius-bottomleft:15px; /*from here for bottom*/
-moz-border-radius-bottomright:15px;
-webkit-border-bottom-left-radius:15px;
-webkit-border-bottom-right-radius:15px;
width:850px;
height:auto;
margin-left:80px;
margin-top:50px;
}
#head{width:850px;
height:400px;
margin:0px;
}
#logo{width:200px;
height:80px;
padding:20px;
font-size:24px;
float:left;
}
.sironam{font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#996600;
}
#head_button{width:550px;
height:23px;
padding:0px;
text-align:right;
float:right;
margin-top:100px;
}
ul.menu {
list-style:none; /* removes bullets */
margin:0;
padding:0;
width:auto;
}
ul.menu li {
padding:0 0 1px 0; /* adds 1 pixel padding to bottom */
margin:0;
display:inline;
}
ul.menu li a:link, ul.menu li a:visited {
border-left:10px solid #5B0000;
background-color:#9E0000;
color:#ffffff;
text-decoration:none;
padding:5px 10px;
}
ul.menu li a:hover {
background-color:#5B0000;
}
#image{width:850px;
height:300px;}
#content{width:850px;
height:400px;
background:#FFFFFF;
padding-top:50px;
padding-bottom:25px;
}
#content_left{width:263px;
height:auto;
padding-left:15px;
padding-right:20px;
float:left;
text-align:justify;
}
#content_mid{width:250px;
height:auto;
float:left;
text-align:justify;
}
#content_right{width:263px;
height:auto;
padding-left:20px;
padding-right:15px;
float:right;
text-align:justify;
}
.headline{font-size:22px;
color:#0099FF;
}
/*footer*/
#footer{width:850px;
height:auto;
color:#ffffff;
background:#000000;
padding-top:10px;
padding-bottom:10px;
text-align:center;
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;
-webkit-border-bottom-left-radius:15px;
-webkit-border-bottom-right-radius:15px;
}