How to create Center tag in html
| center tag in html
| Html Programming
| #html | #CenterTag
"<Center> command will horizontally center the enclosed code within the current borders of the window. If this is inside of a code that has moved the left margin over, it will center from this margin of the right side of the screen. The <Center> tag is used to begin centering and the </Center> tag is used to end centering."
For example...
<center>.......</center>
This is also a container tag.
Source Code of Center Tag
<html><head><title>Center Tag</title></head><Center><body><h1>Mayank Goyal</h1><h1>This is my Blj Tech Education</h1></Center></body></html>
<html>
<head>
<title>Center Tag</title>
</head>
<Center>
<body>
<h1>Mayank Goyal</h1>
<h1>This is my Blj Tech Education</h1>
</Center>
</body>
</html>
This is the complete code of Center Tag.
Let's compile this code...
This is the complete code of Center Tag.
Let's compile this code...
Please Subscribe Our Channel
Leftmargin
Video link
https://youtu.be/8pu0Li_ZZzQ
List in Html
Video link
Menu tag Video link https://youtu.be/0-8HS5h5PMo
How to add link in any image in our webpage | html programming | link in image in html
Video link
How to make Directory tag in HTML | Directory Tag in HTML | HTML Programming Video link https://youtu.be/zHqfI6x705A
How to create a Font tag in html | HTML Programming | Font tag in html
Video link
How to create a Horizontal tag or line in html | Horizontal line in html | HTML Programming | #html Video link https://youtu.be/zjS9Vu6cids
How to create a Nested list or Combining list in html | #htmlprogramming | combining list in html
Video link
How to create a Paragraph tag in html | paragraph tag in html | #htmlprogramming | #html Video link https://youtu.be/FpXa9CFThrc
How to create a Rowspan or colspan in html | #htmlprogramming | rowspan or colspan in html
Video link
How to add Background tag or background image in html webpage | background image in html |#html Video link https://youtu.be/g6h7YT7oKMQ
How to create an Anchor Tag in html | Html Programming | Anchor tag in html
Video link
How to create Center tag in html | center tag in html | Html Programming | #html | #CenterTag Video link https://youtu.be/tTHPmS-RxL8
How to create Container Tag in html | container tag in html | #html | html programming
Video link
How to Create Simpe Table in html | html tables | Tables in html | html programming | #html Video link https://youtu.be/mh51R7SqJXY
How to Create Simple Webpage in html | html simple webpage | #htmlprogramming | #html | #programming
Video link
Comments
Post a Comment