Posts Tagged ‘horizontal rule’

Html Easy Tags

Ok so now we are started and we have an elementary sense of HTML.  We’ll be going over some of the more common tags used a lot in HTML.

First, the tags always have <> around them, they end with </>. The first tag will be the <p> tag. This describes a paragraph.

Then there is the <h> tag, it spans from <h1> to <h6> this describes how big a heading will be.

The <br> tag describes a break in text. You have to close a break tag like so: <br/>

The horizontal rule is a way to have a line across your page. You leave the<hr> tag to do so.

Finally, the comment tag. A comment in the code is not read by the browser but is a way to leave notes for yourself and other things too. You do this by:
<!– this is a comment –>

This is just a brief overview of HTML elements or tags. As always thanks for reading.

                                                                                                                               Sincerely,
                                                                                                                                             Brick

Tags: , , , , ,