
Hello, and welcome to our page that will teach you how to add a webpage to the MSU Kendo website using any Windows based personal computer. This page is made for those who have never made a webpage before or it can be used by those who know a lot about making websites.
What do i need to make a webpage?
How do i get started on making the webpage?
| <p>, </p> | Designates a paragraph, makes 1 line before and after the text. |
<p>Hello my name is bob.</p> |
| <br> | Designates 1 line, inserts a return. Using multiple break tags can create some blank space. |
First line.<br>Second line. |
| <b>, <b> | Bold. Makes the text stand out. | <b>Bold</b> |
| <u>, </u> | Underline. Underlines the text. | <u>Underline</u> |
| <i>, </i> | Italicize. Slants the text. | <i>Italicize</i> |
| <center>, </center> | <center>Center</center> | |
| <h1>, </h1> <h2>, </h2> <h3>, </h3> <h4>, </h4> <h5>, </h5> <h6>, </h6> |
Header. Titles, basically bold text of different sizes. Size 1Size 2Size 3Size 4Size 5Size 6 |
<h1>Size 1</h1> <h2>Size 2</h2> <h3>Size 3</h3> <h4>Size 4</h4> <h5>Size 5</h5> <h6>Size 6</h6> |
| <hr> | Horizontal Rule. A line like below. |
<hr> |
How can i learn about advanced html?
Made by Chris Meyers on 3/2/2005.