Haley J. Carnaghi

Welcome to my home page!

I am a third-year Graphic Design major with a minor in User Experience Design.

Summary 2

Topic 1- HTML and Hierarchy

Using "h1-6" tags help to create a sense o fhiereaarchy when building your web page in HTML. Headers of pages usually beign with an "h1", which is the largest of this text tag. They span 1-6 and get smaller as the number grows.

Topic 2- Lists

Lists can be created with the tag <li></li>. The list tag can only operate within one of three options: ordered lists (ol), unordered lists (ul), and definition lists (dl). Each of these list type tags have different functions and make the lists appear in different ways.

Topic 3- Blockquotes

The tag of "<blockquote><blockquote>" can be used to created a blocked quote in your webpage. When adding &ldquo; at the beginning and &rdquo; at the end of your blockquote tag, you are telling HTML to align your block quote in a typographically pleasing alignment that appears more professional. Using the blockquote tag creates your quote as an entirely sepaarate entity.