html language. create web pages using HTML

Hypertext Markup Language (HTML) is the standard markup language for creating web pages and web applications. With Cascading Style Sheets (CSS) and JavaScript, it forms a triad of cornerstone technologies for the World Wide Web.


5 Answers
1-5 of  5
5 Answers
  • Yes

  • It is not a language it is a scripting language and uses tags as his elements.

  • <html>
    <head>
    <title>Example of HTML</title>
    </head>
    <body> <h1>Welcome to My Page!</h1> <p>This is a example for HTML. Make yourself at home!</p>  </body> </html>

  • A simple HTML page is Bellow.
    <html>
    <head>
    <title>Sports Cars</title>
    </head>
    <body>
    <br />
    <h1 align="center">Sports Cars</h1>
    <br />
    <br />
    <h3 align="center"><a href="index.html">Home</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<a href="#">Contact</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;<a href="#">About</a></h3>
    <br />
    <br />
    <h3>
    Sports Cars 2017-2018: The Best and the Rest
    </h3>
    <p>
    Take a look at our selections for the best sports cars of 2017 and 2018; if it's sporting an Editors' Choice badge, you'll know that we think it's one of the best sports cars on the market. You also can see our picks for the best premium sports cars, best muscle cars, best sports coupes, and best exotic sports cars here.
    </p>
    <br />
    <table align="center" cellpadding="0px" cellspacing="100px">
    <tr>
    <td width="200px" height="120px"><img src="./img/img1.jpg" /><br /><h3>Chevrolet Corvette</h3><br /><p>Forget the bow tie—the Corvette’s performance puts it on a level with some of the best sports cars around.</p><h2>Price Starting at: $56,590</h2></td>
    <td width="200px" height="120px"><img src="./img/img2.jpg" /><br /><h3>Porsche 911 GT3 / GT3 RS</h3><br /><p>Flaunting a huge rear wing, giant air intakes, and fender-filling wheels and tires, there’s no mistaking the 911 GT3 for anything but the track-ready racer it is.</p><h2>Price Starting at: $144,650</h2></td>
    </tr>
    <tr>
    <td width="200px" height="120px"><img src="./img/img3.jpg" /><br /><h3>Lamborghini Huracan</h3><br /><p></p><h2>Price Starting at: </h2></td>
    <td width="200px" height="120px"><img src="./img/img4.jpg" /><br /><h3>Porsche 718 Boxster</h3><br /><p>The Boxster continues to embody automotive excellence, which earns it a spot yet again on our 10Best Cars list for 2018.</p><h2>Price Starting at: $58,450</h2></td>
    </tr>
    <tr>
    <td width="200px" height="120px"><img src="./img/img5.jpg" /><br /><h3>McLaren 720S</h3><br /><p>McLaren’s know-how with lightweight, aerodynamic, ferocious supercars is undeniable, and the 720S is proof.</p><h2>Price Starting at: $288,845</h2></td>
    <td width="200px" height="120px"><img src="./img/img6.jpg" /><br /><h3>Ferrari 812 Superfast</h3><br /><p>With a claimed top speed of 211 mph, the name 812 Superfast is not mere hyperbole.</p><h2>Price Starting at: $315,000</h2></td>
    </tr>
    <tr>
    <td width="200px" height="120px"><img src="./img/img7.jpg" /><br /><h3>Porsche 911 GT2 RS</h3><br /><p>The brutal GT2 RS is the chainsaw of the 911 lineup compared with the scalpel-like GT3.</p><h2>Price Starting at: $294,250</h2></td>
    <td width="200px" height="120px"><img src="./img/img8.jpg" /><br /><h3>Lamborghini Aventador</h3><br /><p>Brutally powerful and obscenely flamboyant, the Aventador is unburdened by reality.</p><h2>Price Starting at: $402,995</h2></td>
    </tr>
    </table>
    </body>
    </html>
     

Html

Didn't get the answer.
Contact people of Talent-Html directly by clicking here