Friday, 10 April 2020
Html Basics-3
Bunny'sBlog
April 10, 2020
Bunny Blogger
,
how to create hyperlink in html
,
how to create table in html
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
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"
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.
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?
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"
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...
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment
Please don't be a jerk
Post comments related to articles only
Spamming is strictly prohibited!