Wednesday, 19 September 2012

Web Design HTML

We created our first basic webpage by using the HTML method and exploring different codes. This has introduced me to web design which will help strengthen my graphic design knowledge. I will identify the different codes to understand about how I constructed my webpage together.

HTML: Hyper Text Markup Language

<p> stands for paragraph
<h1> the 'h' represents heading


H1 is a top largest heading
H2 is a little smaller
H3
H4
H5 are heading that decrease in size as the number increases



Example:

<h1>Heading1</h1>
<h2>Heading2</h2>
<h3>Heading3</h3>
<h4>Heading4</h4>
<h5>Heading5</h5>


Heading1

Heading2

Heading3

Heading4

Heading5

No comments:

Post a Comment