Skip to main content

CONTACT ME

TUTES4U

๐Ÿ“ง E-mail - Send Email


Facebook - Tutes4u


Instagram- Tutes4u

Popular posts from this blog

Basic HTML Web Page Structure

  Basic HTML Web Page Structure in Hindi.   เคฒेเค–เค•   RAVINDRA CHAUBEY HTML Document เค•े Basic Structure เค•ी เคชूเคฐी เคœाเคจเค•ाเคฐी. HTML Document เคฏा เคเค• HTML Page เค•ा เคจिเคฐ्เคฎाเคฃ HTML Elements เค”เคฐ   HTML Tags   เคธे เคนोเคคा เคนै. HTML Page เค•ो เค†เคช   Webpage   เค•े เคจाเคฎ เคธे เคญी เคœाเคจเคคे เคนै. เคเค• เค…เค–เคฌाเคฐ ( Newspaper) เคฏा เคชเคค्เคฐिเค•ा เคฒेเค– ( Magazine Article) เค•ी เคฌเคจाเคตเคŸ เค•े เค…เคจुเคฐूเคช เคนी เคเค• HTML Page เค•ा Structure เคนोเคคा เคนै. เคเค• เคธाเคฎाเคจ्เคฏ เคชเคค्เคฐिเค•ा เคฒेเค– เคฎें Headings ( เคถीเคฐ्เคทเค•) , Paragraphs, Sub-headings ( เค‰เคชเคถीเคฐ्เคทเค•) เค†เคฆि เคนोเคคे เคนै. เค ीเค• เคฏเคนी เคšीเคœे เคเค• Basic HTML Document เคฎें เคญी เคนोเคคी เคนै.  เคเค• HTML Document เคฎें เคญी เคถीเคฐ्เคทเค• , Paragraphs เคคो เคนोเคคे เคนी เคนै. เค‡เคจเค•े เค…เคฒाเคตा เคญी เค•เคˆ เค”เคฐ เคšीเคœे เคเค• HTML Page เคฎें เคนोเคคी เคนै. เคœिเคจเค•े เคฌाเคฐे เคฎें เคจीเคšे เคฌเคคाเคฏा เคœा เคฐเคนा เคนै. Table of Content HTML Page Structure  The Doctype Element

HEADING TAG IN HTML

HEADING TAG HTML headings are used to create a hierarchical structure for the content on a webpage. They range from level 1 (the most important) to level 6 (the least important). The most commonly used heading tags are H1, H2, and H3. The H1 heading is typically used for the main title of the webpage, while H2 and H3 headings are used for subheadings and sub-subheadings, respectively. To create a heading in HTML, you can use the following syntax: <h1>This is a level 1 heading</h1> <h2>This is a level 2 heading</h2> <h3>This is a level 3 heading</h3> <h4>This is a level 4 heading</h4> <h5>This is a level 5 heading</h5> <h6>This is a level 6heading</h6> source code for heading tag: <!DOCTYPE html > <html lang= "en" > <head>     <meta charset= "UTF-8" >     <meta http-equiv= "X-UA-Compatible" content= "IE=edge" >     <meta name= "v...

HTML Element

HTML Element HTMl Element เค•्เคฏा เคนै – What is an HTML Element? เคฏเคน เคช्เคฐเคถ्เคจ เคนเคฎेเคถा เคนी Confuse เค•เคฐเคคा เคนै. เค–ाเคธเคคเคคौเคฐ เคชเคฐ เคจเคฏे-เคจเคฏे Programmers เคคो HTML Elements เค•े เคฌाเคฐे เคฎें Confused เคนी เคฐเคนเคคे เคนै. เค‡เคธी Confusion เค•ो เคฆूเคฐ เค•เคฐเคจे เค•े เคฒिเคฏे เคนเคฎเคจे เคฏเคน Lesson เคคैเคฏाเคฐ เค•िเคฏा เคนै. เค‡เคธ Lesson เคฎें เคนเคฎ เค†เคชเค•ो HTML Element เค•्เคฏा เคนै? HTML Element เค”เคฐ HTML Tag เคฎें เค…ंเคคเคฐ เค•्เคฏा เคนै – Different between HTML Tag and HTML Element? HTML Element เค•े เคช्เคฐเค•ाเคฐ – Types of HTML Elements? เค†เคฆि เค•े เคฌाเคฐे เคฎें เคœाเคจเค•ाเคฐी เคฆेंเค—े. Table of Content HTML Element เค•्เคฏा เคนै – What is an HTML Element?