HTML
(Programs & Codes)
All Programs are working . You can copy and paste in you notepad or Sublime or Notepad++.
First Program :- Write a simple text on you r first web pages .
<html>
<title>GK Site</title>
<head> Gopal's G.K.</head>
<body>
<p> THis site is created by gopal sir</p>
</body>
</html>
After write this program and save file like given in picture 👇👇
<html>
<title>GK Site</title>
<head> Gopal's G.K.</head>
<body>
<p> This site is created by <B> Gopal sir </B> </p>
</body>
</html>
<html>
<title>GK Site</title>
<head> Gopal's Website .</head>
<body>
<p> This site is designed by <I> Gopal Sir. </I> </p>
</body>
</html>
here we use <I> tag ( it is used text italic style).
Output :- Gopal's Website
This site is designed by Gopal Sir.
#4 Write a program to make text Underline :-
<html>
<title>GK Site</title>
<head> Gopal's G.K.</head>
<body>
<p> <U> This is underline text <U></p>
</body>
</html>
Output:- Gopal 's GK
This is underlinetext
#5 Write a program to make text Center :-
👉 <Center> tag used to center the object( text or image ) of the page.
<html>
<title>GK Site</title>
<head> Gopal's G.K.</head>
<body>
<p> <Center> <I> This is center tag example</I> </Center></p>
</body>
</html>
Output:- Gopal'sG.K.
This is center tag example
No comments:
Write CommentsPlease ask any question about gk related