-
HTML5 - Lessons 17
-
Lecture1.1
-
Lecture1.2
-
Lecture1.3
-
Lecture1.4
-
Lecture1.5
-
Lecture1.6
-
Lecture1.7
-
Lecture1.8
-
Lecture1.9
-
Lecture1.10
-
Lecture1.11
-
Lecture1.12
-
Lecture1.13
-
Lecture1.14
-
Lecture1.15
-
Lecture1.16
-
Lecture1.17
-
-
CSS3 - Lessons 22
-
Lecture2.1
-
Lecture2.2
-
Lecture2.3
-
Lecture2.4
-
Lecture2.5
-
Lecture2.6
-
Lecture2.7
-
Lecture2.8
-
Lecture2.9
-
Lecture2.10
-
Lecture2.11
-
Lecture2.12
-
Lecture2.13
-
Lecture2.14
-
Lecture2.15
-
Lecture2.16
-
Lecture2.17
-
Lecture2.18
-
Lecture2.19
-
Lecture2.20
-
Lecture2.21
-
Lecture2.22
-
-
Responsive Website From Scratch 7
Break,Bold,Underline
HTML <b> and <strong> Elements
The HTML <b>
element defines bold text, without any extra importance.
Example
<b>This text is bold</b>
The HTML <strong>
element defines strong text, with added semantic “strong” importance.
Example
<strong>This text is strong</strong>
HTML <br> Tag
Example
A line break is marked up as follows:
This text contains<br>a line break.