Posts

Change Button into a Link transfer Button

Link transfer Button Button You can change button into a working button just adding some thing in button tag. Link transfer Button- You can add any link in button and if you click on button the current page was closed and the given link was opened. Example~ An example to transfer the web page in google site. Syntax- <button><a href="http://google.co.in"> Google </a></button> Output- The Google site is opened after clicking the button. Google                                                  ...Ansh Swaroop

Insert A link into Web Page

LINK You can insert a link into your web page by <a> tag. Example~ <a href="www.facebook.com> ...Ansh Swaroop

Add Button in your Web Page

BUTTON You Can add a button in your document by <button> tag. Example~ Syntax- <button> Play </button> Output-  Play                                                     ...Ansh Swaroop

Insert an image in your Web page.

Insert An Image in your Web Page. You can in insert an image in your web page you can use <img> tag to insert an image in your web page. Ex. <img src="?"> *fill the address of your image in the space of ?. Some additional tags to improve your image- Alt- define a name of your image. Scale - set size of your image. Height - set the height of your image. Width - set the width of your image.                                                   ...Ansh Swaroop

Some tags to make your web page stylish

Some Tags To Make Your Web Page Stylish To make taxt special- <b> - To make text BOLD. <i>  - To make text ITALIC. <u> - underlined text. <sub> - subscript text. <sup> - superscript text. <q> - for write a small quotation. For set text position- <text-align="?"> - to set alignments of text. You can fill the space of '?' With- Left Right Center Justified. ...ansh swaroop

ABOUT

Image
S imple F act        Our Mini LOGO Director- Ansh Swaroop   ABOUT - ANSH SWAROOP AGE- 11 YEARS. READ IN- A.D.S.V.M.I.C. SITAPUR LIVE AT - HARGAON SITAPUR 261121 Ansh Swaroop. this site is made only for new web developers

Create your frist HTML page

Your Frist HTML Page Let's create your frist HTML page Note-A HTML page is always started with <html> tag. <html> <head> <title>my frist HTML page </title> </head> <body> <h1>MY FRIST HTML PAGE </h1> <p>this is my frist html page </p> </body> </html> Let's Discribe all Tags- <html>  -  html tag is used  at starting of document. <head>  -You can enter title of web page,script used,css style etc. In the head tag. <title> - title of web page is entered in the title tag. <body> -  Body tag is the body of your web page. All headings, paragraphs, images , links etc. Is written under body tag. <h1> - Main heading of paragraph is entered under the h1 tag. <p> - All paragraphs of the web page is entered under p tag. < /title>, </head>, </body>, </html>- They are closing tags of all tag. A closing tag of any tag always