Вы находитесь на странице: 1из 40

0BJECTIVES:

• To be able to know the steps and give own


examples on how to:
A)Create a New Paragraph
B)Change Paragraph Alignment
C)Add a Line Break
D)Insert a Blank Space
E)Insert Preformatted Text
0BJECTIVES:
F)Insert a Heading
G)Add Block Quotes
H)Create a Bulleted List
I)Create a Nested List
J)Create a Definition List
K)Insert Special Characters/ Insert another Special
Characters
1. Type <p>
2. Type the contents of the new paragraph
3. Type </p> to end the paragraph
1. When you want to change the alignment
of your paragraph or title you need
to choose what alignment you want.
2. After deciding, put this tag after the
first tag: style=”text-align:center;” or
your chosen alignment.
3. And after that don’t forget to have
the close tag.
1. Open an HTML document to edit an
HTML codes.
2. Then place your cursor at the place
in the HTML code where you want
to enter a line break.
3. Then type the <br> code.
1. Open an HTML document.
2. After that, insert <pre> before the text
you'd like to display as written or
"preformatted.
3. After you write your paragraph, use
</pre> or <pre> to end the preformatting.
1. Open notepad
2. Use the <pre> tag for the opening.
3. After the word/phrase, insert the </pre>
tag at the end.
4. Run it.
1. Type <h1> for your first heading.
2. After the name of the heading, type
</h1>.
3. If you want to add another heading,
type <h2> and </h2> at the end.
1. First, open notepad.
2. Use the <blockquote cite=“link”>
3. Then, use the </blockquote> tag at the
end.
4. Run it.
1. Start with the <ul> tag and type
it after your heading.
2. Then, use <li> tag for the content
3. After typing a content, don’t forget to
type </li> at the end.
4. After the content, type </ul>.
1. Create a bulleted list.
2. Choose a list item and make a
list inside it.
3. After choosing, don’t put the </li> tag
yet, because you will make a new list.
4. Make another bulleted list
5. After making a new list, that is
the time that you will type the
</li> tag.
1. Type <dl> after the heading.
2. Type <dt> and the term you want.
Make sure to type </dt> after.
3. Type <dd> and describe the you had
chosen. Type </dd> at the end.
4. Type </dl> at the end of the
terms and definitions.
1. Start with Ampersand (&)
2. Use the Number Symbol (#)
3. Type the code of the desired Special
Character
4. Use Semicolon
www.w3schools.com

Вам также может понравиться