A perfect place for Technocrats you will find the latest tech news , gaming updates, historical articles and lot more So what are you waiting for? You are just one step away from entering Techno world.

Friday, 10 April 2020

Html Basics-3

No comments :
In the last blog we gave a look on how to insert images and paragraphs in html.Today we'll learn how to create table and hyperlinks in html...


1)Creating a table
            <table> tag is used to create a table
        <captain> Its used to specify table heading
                 <tr> It creates row of the table
                <th> It indicates table heading
                <td> Specifies data in table


2)Attributes of table
          border: It displays border for entire table
  bordercolor: It sets bordercolor
            align: It aligns table
        bgcolor: It sets table's bgcolor
3)Attributes of <tr>,<th>,<td>
            align: It is used for text alignment.
        colspan: It creates single coloumn spanning across table
       rowspan: It is used within <td> and < th> for creating single row spanning across table.

  • How to create hyperlinks in webpage?
           In html we can create link using <a> tag.
for eg { 
              <a href="hyperlink.htm">Website</a>
                                                                              }
href attributeb in above syntax specifies URL.

Note
{ If you haven't seen the second part of our html series than do follow this link"https://techbunnys.blogspot.com/2020/04/html-basics-2.html

⚠️Wanna check other blog's?? Click on this link 🖝 techbunnys.blogspot.com 🖜⚠️

Lets  wind up here guys we'll continue this topic in next blog
As i always say your support is very important to me so please guys if you find my blogs helpful do leave a comment below... 

No comments :

Post a Comment

Please don't be a jerk
Post comments related to articles only
Spamming is strictly prohibited!