TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
-------
NA
213
6.9k
how to count a <i></i> tag
Dec 30 2020 9:27 AM
I want to count a <i> tag but how?
<div
class
=
"card-body p-0"
>
<div
class
=
"wizard wizard-1"
id=
"mainform"
data-wizard-state=
"step-first"
data-wizard-clickable=
"false"
>
<!--begin Wizard Nav-->
<div
class
=
"wizard-nav border-bottom"
>
<div
class
=
"wizard-steps p-8 p-lg-10"
>
<div
class
=
"wizard-step"
data-wizard-type=
"step"
data-wizard-state=
"current"
>
<div
class
=
"wizard-label"
>
<i
class
=
"wizard-icon flaticon-bus-stop"
></i>
<h3
class
=
"wizard-title"
>1. Step</h3>
</div>
</div>
<div
class
=
"wizard-step"
data-wizard-type=
"step"
data-wizard-state=
"pending"
>
<div
class
=
"wizard-label"
>
<i
class
=
"wizard-icon flaticon-list"
></i>
<h3
class
=
"wizard-title"
>2. Step</h3>
</div>
</div>
<div
class
=
"wizard-step"
data-wizard-type=
"step"
data-wizard-state=
"pending"
>
<div
class
=
"wizard-label"
>
<i
class
=
"wizard-icon flaticon-responsive"
></i>
<h3
class
=
"wizard-title"
>3. Step</h3>
</div>
</div>
<div
class
=
"wizard-step"
data-wizard-type=
"step"
data-wizard-state=
"pending"
>
<div
class
=
"wizard-label"
>
<i
class
=
"wizard-icon flaticon-responsive"
></i>
<h3
class
=
"wizard-title"
>4. Step</h3>
</div>
</div>
<div
class
=
"wizard-step"
data-wizard-type=
"step"
data-wizard-state=
"pending"
>
<div
class
=
"wizard-label"
>
<i
class
=
"wizard-icon flaticon-responsive"
></i>
<h3
class
=
"wizard-title"
>5. Step</h3>
</div>
</div>
Reply
Answers (
6
)
ASP .NET Core - posting a filled in model back
how to add APPsetting keys and value in other layer(DAL).