Sunday, April 27, 2014

Make an HTML Paragraph

HTML means Hyper Text Markup Language. It is used to make web pages. In HTML there are tags. The tags tell a web browser how to display a part of a page. A tag has a name, which is a keyword. A keyword is a word that is used by HTML itself. It has meaning to the language. The tag name is in angle brackets. It is the first word in the bracket.


. In this example, there is a p tag. A p tag makes a paragraph. It separates a page to have a  paragraph of text.

Inside the p tag is an inline tag. It is the cite tag. The site tag lets you give a visual clue to the user that the text is a citation.

Block level tags have a break inserted before and after them, by the browser. Inline elements do not.

No comments:

Post a Comment