Haley J. Carnaghi
♥ You've made it to my homepage! ♥
I am a third-year Graphic Design major with a minor in User Experience Design.
Summary 7
Topic 1- Organizing your Code
When you are creating your HTML and CSS code, you will find that you have wirtten hundreds of lines of code. It is a good idea to sstructure your code using hierarchy so it is easier to navigate for yourself. Organzing your code requires a certain dicipline.
Topic 2- HTML Planning
Labeling your HTML code the same name as your visual CSS elements is a good start to organzing your code. Creating a phsycial plan for where each element will go will help guide your site building. Divide your pages up with HTML's rectangualr elements.
Topic 3- Different Parts
In the title, keeping a uniform fixed title can be down by positioning the h1 and h2 elements. Headers create and set the format for the page. Having a strong header is importnant.