Pages

Monday, December 17, 2018

First HTML page

Complete html code enclose between <html> code here </html>. In starting of  html tutorials we will learn that how to show web page 'title' and heading of the web page. Here is an example of html title and heading.


Example:
<html>
         <head>
           <title> this is first web page </title>
         <body>
        <h1>First tutorial </h1>
      </body>
</html>





This code will show the following result


Sunday, December 16, 2018

Compiler for HTML

This is an front end html language, mean website that user can see. Learning an html is an very easy. First of all we need compiler where we can write html code and check it by compiling the code. In these html tutorials we use Notepad + +. You can install by clicking here....