Science&Technology Education News Antriksh Space Scifi

How To Website Blog Post Under Add Code In HTML Text Box With CSS 2020 | Hindisci.com

Hindisci.com

Learn how to Create HTML or Text Box, Create Text Box Add HTML Code in your Blog Post or Any Website With CSS Simple Use This Code And Try Your Self With CSS, 3 Styles Type HTML Text Box


Somthing Like This

<a href="https://1.bp.blogspot.com/-oL4DbAPbLDY/X2nAHp747hI/AAAAAAAABvw/qyUJtHA8WbU6pezr6lcuw8kH4JTOldFTgCLcBGAsYHQ/s1920/PicsArt_09-22-01.53.35.jpg"/>
<span style="font-size: medium;"/>




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

1) ADD HTML:

Example:

< div class = "postboxa" >
< h3 > < span style="font-family: arial; font-size: x-large;"> HTML Example Hindisci.com:
< / span >< /h3 >
<div class = "postboxb" > Type Your Html Text   </div>


2) ADD CSS: 

Example:

<style>
.postboxa {
height: auto;
float: left;
width: 100%;
background-color: #ece9e9;
overflow-x: hidden;
padding: 16px 10px 0 16px;
}

.postboxb {
height: auto;
width: 100%;
background-color: #ffffff;
overflow-x: hidden;
padding: 8px 9px 8px 15px;
margin-top: 30px;
font-family: arial;
}
</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 Website Blog Post Under Add Code In HTML Text Box With CSS 2020 | Hindisci.com "

Back To Top