How to set background color in HTML | Background color in HTML techzestt July 26, 2020 1. Open your text editor . 2. Write basic tags i.e. html , head , body . use title tag to write "background color" in head sect... Continue Reading
how to insert image in HTML | Inserting image in html techzestt July 26, 2020 In some articles it is needed to insert image to explain it more clearly or to make a document more attractive . In this article I am going... Continue Reading
What is small text in HTML | How to use small text in HTML step by step | techzestt July 23, 2020 Small tag shows small size letters . the tag which is used for this is open small <small> and close large </small> 1. Open yo... Continue Reading
what is large text in HTML | How to use large text in HTML techzestt July 23, 2020 large tag shows bigger size letters . the tag which is used for this is open large <big> and close large </big> 1. Open your ... Continue Reading
What is delete text in HTML | How to use delete text in HTML techzestt July 23, 2020 Delete this tag shows result same as that of strike tag . the tag which is used for this is open delete <del> and close delete </... Continue Reading
What is Insert text in HTML | How to use Insert text in HTML techzestt July 22, 2020 This tag gives as similar output as that of underline tag . follow the steps given to get the result . 1. Open your text editor . ... Continue Reading
What is Strike text in HTML | How to use strike text in html techzestt July 22, 2020 1. Open your text editor . 2. Write basic tags i.e. html , head , body . use title tag to write "strike text example" in head s... Continue Reading
What is Subscript text in HTML | how to use subscript text in HTML techzestt July 22, 2020 1. Open your text editor . 2. Write basic tags i.e. html , head , body . use title tag to write "subscript text example" in hea... Continue Reading