Arrange image and text in a div, div after div
Web Development
6
Posts
3
Posters
0
Views
1
Watching
-
How can I list several div's tags with the following pattern ? Untitled hosted at ImgBB — ImgBB[^] I have tried something like this:
.title{
display: inline;
}.icon{
display: block;
}.item-text{
float: right;
}My title  Lorepsum imte ...
but don't work correctly.
-
How can I list several div's tags with the following pattern ? Untitled hosted at ImgBB — ImgBB[^] I have tried something like this:
.title{
display: inline;
}.icon{
display: block;
}.item-text{
float: right;
}My title  Lorepsum imte ...
but don't work correctly.
-
Excellent, and if I would list several times that pattern, one under another ? I did:
Introduction To XHTML 1.0  Topics includes: Introduction To XHTML 1.0, Introduction To Tag and Attribute Syntax, Introduction To Element Content Syntax, Document Structure and Head Level Tags, Body Tag and Block Level Tags, Understanding In-line Elements and Tags, etc Introduction To XHTML 2.0  222 2222 Topics includes: Introduction To XHTML 1.0, Introduction To Tag and Attribute Syntax, Introduction To Element Content Syntax, Document Structure and Head Level Tags, Body Tag and Block Level Tags, Understanding In-line Elements and Tags, etc
but the pattern its not listed one under another.
-
Excellent, and if I would list several times that pattern, one under another ? I did:
Introduction To XHTML 1.0  Topics includes: Introduction To XHTML 1.0, Introduction To Tag and Attribute Syntax, Introduction To Element Content Syntax, Document Structure and Head Level Tags, Body Tag and Block Level Tags, Understanding In-line Elements and Tags, etc Introduction To XHTML 2.0  222 2222 Topics includes: Introduction To XHTML 1.0, Introduction To Tag and Attribute Syntax, Introduction To Element Content Syntax, Document Structure and Head Level Tags, Body Tag and Block Level Tags, Understanding In-line Elements and Tags, etc
but the pattern its not listed one under another.
-