Science&Technology Education News Antriksh Space Scifi

How To Your Website Blog Post Under Add Code In HTML Text Box With CSS Styles Type 2 | Hindisci.com

Hindisci.com

Create Text Box Add HTML Code in your Blog Post or Any Website With CSS

Learn how to create HTML or Text Box, Simple Use This Code And Try Your Self With Css Styles Type 2

Something Like This:


< div class = "postboxsu" > your text Something like this < /div >





When You Create Html Text Box First Tag This ( Class=" " ) And Add Hader Title ( h1, h2, h3, h4).

1) ADD HTML:

Example:

< div class = "postboxs" > your html code text </ div >
< h2 > title hindisci.com </ h2 > </ div >


2) ADD CSS: 

Example:

< style >
.postboxs {
font-family: arial;
height: auto;
width: 100%;
background-color: #f5f5f5;
overflow-x: hidden;
padding: 8px 10px 8px 20px;
border: 15px solid #ccc;
}
</style>


But When You HTML Box Under Past Code < And /> Replace Use &lt; And /&gt;.

Get More Styles Type HTML Text Box.




Comments For "How To Your Website Blog Post Under Add Code In HTML Text Box With CSS Styles Type 2 | Hindisci.com"

Back To Top