HTML EXPERT DAY2 Click here for yesterdays course: Day 1 Before we move on to starting our single property website, we will continue learning some of the basics. Headers It is very common to use headers on a page. There are 6 types of headers. To use a header, follow these steps: Type <n1> text </n1> (this applies an H1 header to “text” where n=h sorry AR changes it automatically to header so i have to use n )
H1 is used for the most important header, H2 for the second most important and so on to H6 How to Align text and headers. To align a header: Type <Hn align=center>text</Hn> where n=1-6 To align text without header: <n align=center>text</n> (where n=p and p is used to open a paragraph sorry AR changes it automatically to header so i have to use p) Lines and page breaks or line jumps help us organize text better. To insert a line we use hr: Type -hr - (Note i am using - instead of <> because AR automatically converts it into a line) To insert a break/line jump we use br (break) Type - br - (Note i am using - instead of <> because AR automatically converts it into a space) Lines and page breaks do NOT need to be closed i.e. </hr> </br> Tomorrow we will use what we have learned in the first two classes to start our basic single property web page. Please put all of the photos for one of your properties in a new file on your desktop. |
Hi everyone,
Sorry about not being able to put the tags in the sample but AR was converting them automatically even when i was editing it in wysiwyg view.
I think in the comment secion i can put them:
Review:
<hr> = puts line through document
<br> break/space
<p> starts a paragraph
<h1>text</h1> for aheader
To simplify it i will try to put the course into a jpg and simply compy and paste it into wysiwyg view tomorrow.
Cheers!