Username:
Password:
Remember me:
Register
Back to the menu
Back to forum: Web Programming (HTML, JS, CSS, PHP, MySQL)
Search forums via Google
0 Users appreciate this thread.
Text Editing
Started by
SPCOxion
(2012-07-31 22:11:01)
SPCOxion
(2012-07-31 22:11:01)
In this chapter, I'll show you how to use the following tags:
<b>
<strong>
<i>
<em>
<s>
<u>
Let's begin.
<b> and <strong>
- These two tags will make text
bold
, though they are used for different reasons.
Example:
<b>This text is bold!</b>
Result:
This text is bold!
<i> and <em>
- These tags make text
italic
, though they are used for different reasons.
Example:
<em>This text is emphasised!</em>
Result:
This text is emphasised!
<s>
- This tag
strikes out
text.
Example:
<s>This text is striked out!</s>
Result:
This text is striked out!
<u>
- This tag
underlines
text.
Example:
<u>This text is underlined!
Result:
This text is underlined!
In the next chatper I will be introducing
attributes
and
values
.
This post has been edited one or more times, the last time was:
2012-08-01 03:09:38
SPCOxion
(2012-08-01 19:11:14)
@xm64: .o. But you said you're in the advanced stages of HTML.
SPCOxion
(2012-08-02 03:30:59)
@xm64: o.o ...
Log in to submit a comment
This topic's ID: 26274
Back to forum: Web Programming (HTML, JS, CSS, PHP, MySQL)
Total registered users:
8321
New registered users today:
7
Newest registered user:
ElegantVulpes
©  Copyright 2026 3DSPlaza. All Rights Reserved
In this chapter, I'll show you how to use the following tags:
<b>
<strong>
<i>
<em>
<s>
<u>
Let's begin.
<b> and <strong> - These two tags will make text bold, though they are used for different reasons.
Example: <b>This text is bold!</b>
Result: This text is bold!
<i> and <em> - These tags make text italic, though they are used for different reasons.
Example: <em>This text is emphasised!</em>
Result: This text is emphasised!
<s> - This tag
strikes outtext.Example: <s>This text is striked out!</s>
Result:
This text is striked out!<u> - This tag underlines text.
Example: <u>This text is underlined!
Result: This text is underlined!
In the next chatper I will be introducing attributes and values.
2012-08-01 03:09:38