Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
  • Guest, before posting your code please take these rules into consideration:
    • It is required to use our BBCode feature to display your code. While within the editor click < / > or >_ and place your code within the BB Code prompt. This helps others with finding a solution by making it easier to read and easier to copy.
    • You can also use markdown to share your code. When using markdown your code will be automatically converted to BBCode. For help with markdown check out the markdown guide.
    • Don't share a wall of code. All we want is the problem area, the code related to your issue.


    To learn more about how to use our BBCode feature, please click here.

    Thank you, Code Forum.

HTML & CSS How to post an HTML tag when asking question ??

yqqwe123

New Coder
How can I post the HTML tag when pasting the tags here in the body? It displays the output when I am pasting the HTML body.

Like in the below example: This should be a long div tags... but it displays the output of the HTML only.

[CODE lang="html" title="html code"]<div _ngcontent-c23="" class="col-xs-12 col-sm-6 col-md-6 col-lg-4 space-column ng-star-inserted" data-index="0">
<cws-cardbox _ngcontent-c23="" _nghost-c28="" class="Investment0" ng-reflect-ng-class="Investment0" ng-reflect-status="A"><div _ngcontent-c28="" class="card-status active" ng-reflect-klass="card-status" ng-reflect-ng-class="[object Object]">
</div>

<div _ngcontent-c28="" class="card-box">

<div _ngcontent-c23="" class="policy">
<span _ngcontent-c23="" class="planType">Investment</span>
<span _ngcontent-c23="" class="product">
Inheritance
</span>
<div _ngcontent-c23="" class="policy-no">
<label _ngcontent-c23="" class="policy-label">
Policy No.:
</label>
<span _ngcontent-c23="" class="policy-value">8000000001</span>
</div>
</div>
<div _ngcontent-c23="" class="divider"></div>

<!--bindings={
"ng-reflect-ng-if": "false"
}-->

<!--bindings={
"ng-reflect-ng-if": "true"
}--><div _ngcontent-c23="" class="policy-content ng-star-inserted">

</div>

</div>

</cws-cardbox>
</div>[/CODE]
 
Hey there!

I'm not entirely sure what you are trying to do, would you mind letting us know what you are trying to do and what issues your encountering?
 

New Threads

Buy us a coffee!

Back
Top Bottom