[class
information] [photoshop] [html]
[theory] [dreamweaver] In html: [basic html ] [colors & links] [tables] [fetch] |
||||||||||
![]() |
||||||||||
![]() |
Basic HTML...continued [p.2] [p.1] [p.2] [p.3] |
|||||||||
|
||||||||||
Some definitions before we go too far: Tags:
An HTML directive enclosed in <brackets> <tag> |
Now, what exactly, have you just done? <head> includes supplemental info, including the title. <body> contains what the page will show <h1> heading. Bigger and bolder than regular text. Also inserts
a line break. <p> Paragraph. Also inserts a line break at the end. <img src = "mitlogo.gif"> You guessed it! This is a tag and an attribute combination. -img tells browser it's an image -src tells browser where to find the image
</body> Closes the first body tag, and ends what will be shown
on the browser.
</html> Closes the html tag.
.....>next page
|
[class
information] [photoshop] [html]
[theory] [dreamweaver]
[home] [fims]
[uwo]
page created by Mark A. Rayner, ©2003