Basics Learn about html For beginners - LearntoWeb

| Tutorial | Website | Blog | Seo |

Recent Comments

Ads Here

Sunday 8 December 2019

Basics Learn about html For beginners


Online Html & Css course for those student want learn about web developing or web design in this courses i tell about basics things for developer like HTML & CSS . HTML & & CSS are basics for become a good developer. So, Dear in this course we Learn about HTML & CSS step by step Lets GO. 


Now we com our topic basic html

HTML is like programming language of the computer basically HTML use use to design the web pages in web browsers. HTML is the consists on the elements. The elements in the html are  called tags. Two types of tags one is opening tags and the closing tags. The content of web page present in between two tags. Tags are in the to rectangles brackets :


   <tagname> content of web is here </tagname>


 There is the some tags Sample tags:
1.    <h1> this is headin tags </h1>
2.    <p> this is paragraph tag </p>
3.    <br> this is the page breaking
4.    <html> this tag define whole documents of website
5.    <body>  this tag represent all conent like top manu, header, main manus sidebars, footer
6.    <title> this tags for show title for documents
7.    <head>  in this tag main head of web page link linking area
8.    <link>



No comments:

Post a Comment