|
|
|
HTML - The Basics |
|
Stylizing Text To add style to text, you can use the following tags: To Bold Text use- <B>
text to be bolded </B> HTML tags can also be used to format the appearance of the text. On USjobs.com, the text will automatically wrap to the next line. Any paragraph spacing will not be preserved unless you use the HTML tags. <P> - Paragraph Break Will give you the same effect as hitting the ENTER key twice. Example:
ABC Company, a dynamic internet development
company, is seeking a Product Development Manager for its Internet Community Division. would look like this: ABC Company, a dynamic internet development company, is seeking a Product Development Manager for its Internet Community Division. The position offers an outstanding opportunity for an experienced marketing professional to get in on the ground of a rapidly growing company. <BR> - Line Break Will give you the same effect as hitting the ENTER key once. Example: ABC Company, a dynamic internet development company, is
seeking a Product Development Manager for its Internet Community Division. would look like this: ABC Company, a dynamic internet development company, is
seeking a Product Development Manager for its Internet Community Division. Bulleted List
To create a bulleted list , you use three tags, <UL>, <LI>, and </UL>
where: Example: To create
Use these tags:
<UL> You can create a numbered list using the same technique as the bulleted list, by substituting "OL" for "UL". OL stands for Ordered Lists, UL stands for Unordered lists. That should help you format information entered into USjobs.com. If you want to learn more the Internet offers hundreds of pages for learning HTML. A few links are provided to get you started |