Breaking

Search This Blog

Saturday 14 July 2018

HTML Introduction,HTML

HTML Introduction

Tutorial:1


What is HTML?



  1. HTML is the pleasant/standard markup language for creating web pages.
  2. HTML stands for Hyper Text Markup Language
  3. Explains the structure of web pages using HTML markup
  4. HTML elements are represented by tags
  5. Browsers obtain not display HTML tags, but use them to adroitness content of the page

What are HTML tags?

  1.  HTML tags are used to mark HTML elements
  2.  HTML tags are surrounded by two letters <and>
  3.  The surrounding special elements are called angle bracket"<,>"
  4.  HTML tags generally come in pairs like <b> and </ b>
  5.  The first tag is the start tag in a pair, the second tag is the end tag
  6.  Text element between start and end tag is content
  7.  HTML tags are not case-sensitive, <b> means the same as <B> not capital or small letter issue


Example:-


<html>
   <head>
      <title>Page Title</title>
   </head>
        <body>

             <h1>my first Heading</h1>
             <p>my first paragraph</p>

         </body>
</html>



Save :-   file name.htm or .html



output:-



3 comments:

  1. Really nice blog post.provided a helpful information.I hope that you will post more updates like this Ruby on Rails Online Course Bangalore

    ReplyDelete
  2. I am extremely delighted in for this web journal. Its a useful subject. It help me all that much to take care of a few issues. Its chance are so awesome and working style so rapid. thebestvpn

    ReplyDelete
  3. The data you have posted is extremely valuable. The locales you have alluded was great. A debt of gratitude is in order for sharing... https://internetprivatsphare.de/netflix-usa-in-deutschland/

    ReplyDelete

'; (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })();