HTML

Html ( hypertext markup language) is standard markup language which is used for creating web page and web application. It forms a triad of cornerstone technologies for the World Wide Web. Html is developed by W3C and WHATWG. Html with cascading style sheet and javascript makes better and attractive webpages.

Subjects

Latest Asked Question

A : <html> <body> <form>  <fieldset>   <legend>Personalia:</legend>   Name: <input type="text"><br>   Email: <input type="text"><br>   Date of birth: <input type="text">  </fieldset> </form> </body> </html>
45 Likes
A : <xmp><META http-equiv="refresh" content="5;http://www.example.com/newpage">
45 Likes
A : Html ( hypertext markup language) is standard markup language which is used for creating web page and web application. It forms a triad of cornerstone technologies for the World Wide Web. Html is developed by W3C and WHATWG. Html with cascading style sheet and javascript makes better and attractive webpages. Html file format .html Html have its predefined tags < > (left and right angle brackets ). For example <html> <head> <title> My first html demo </title> </head> <body> <h1> hello world </h1> </body> </html>
45 Likes
A : Hi you can use this code: add put your text between this tag <body> < xmp> <h1> Hi this Test h1 code</h1> <b> Hi this Rajaram </b>  < /xmp> </body>
45 Likes
HTML Related Topic's