Skip to main content

Featured

Html important tags. Html tutorial

HTML

SOME ANOTHER TAGS.

In html, you can use tags to make your website look so dynamic.

In this webpage i will tell you 3 tags which will edit you site like a professional website builder.

So let's start our content.


1.First tag.

Mark tag.

This tag is used to highlight the important thing in your site. Content inside mark tag will be highlighted with background color yellow.

Code.

    

    <mark>your highlighted text</mark>

Preview

Your highlighted text.


2.Second tag.

Details tag

Details tag is used to hide something in word or sentence which when clicked will be opened to the user with pop.

Code.

    

    <details><summary>Tap to open</summary>
        <p>this is the hidden text which is shown when clicked on the above text.
        </details>

Preview.

Tap to open

this is the hidden text which is shown when clicked on the above text.


3.Third tag.

Button tag.

Button tag is used to create a workable button which is redirectable to another site or you can use javascript in the button through ‘onclick’ attribute.

Code

    ON CLICKING THIS BUTTON BELOW YOU WILL BE REDIRECTED TO THIS WEBSITE HOME PAGE.

    <button><a href="arrange the future.blogspot.com">Click to redirect</a></Button>

Preview


 

 

Comments

Popular Posts