Register Login

Login with your site account

Lost your password?

Not a member yet? Register now

WebclassesWebclasses
  • Home
  • Courses
    • Start Learning Here

      • Learn HTML
      • Learn CSS
      • Learn PHP
      • Learn JS
      • Learn SQL
      • Learn C
      • Learn C++
      • Learn 8051

      New Course

      8051 Micro-controller

      8051 Micro-controller

      Free
      Read More
  • Blog
  • Contact Us
    • Home
    • Courses
      • Start Learning Here

        • Learn HTML
        • Learn CSS
        • Learn PHP
        • Learn JS
        • Learn SQL
        • Learn C
        • Learn C++
        • Learn 8051

        New Course

        8051 Micro-controller

        8051 Micro-controller

        Free
        Read More
    • Blog
    • Contact Us
    • Home
    • All courses
    • Introduction to HTML programming

    Introduction to HTML programming

    mahethekiller
    (0 review)
    Free
    Introduction to HTML programming

    HTML5 - MathML

    The HTML syntax of HTML5 allows for MathML elements to be used inside a document using <math>…</math> tags.

    MathML Examples
    <!doctype html>
    <html>
    
       <head>
          <meta charset="UTF-8">
          <title>Pythagorean theorem</title>
       </head>
    	
       <body>
    	
          <math>
    		
             <mrow>
                <msup><mi>a</mi><mn>2</mn></msup>
                <mo>+</mo>
    				
                <msup><mi>b</mi><mn>2</mn></msup>
                <mo>=</mo>
    				
                <msup><mi>c</mi><mn>2</mn></msup>
             </mrow>
    			
          </math>
    		
       </body>
    </html> 
    
     Output

    Pythagorean

    Using MathML Characters
    <!doctype html>
    <html>
    	
    	<head>
    		<meta charset="UTF-8">
    		<title>MathML Examples</title>
    	</head>
    	
    	<body>
    		
    		<math>
    			
    			<mrow>			
    				<mrow>
    					
    					<msup>
    						<mi>x</mi>
    						<mn>2</mn>
    					</msup>
    					
    					<mo>+</mo>
    					
    					<mrow>
    						<mn>4</mn>
    						<mo>⁢</mo>
    						<mi>x</mi>
    					</mrow>
    					
    					<mo>+</mo>
    					<mn>4</mn>
    					
    				</mrow>
    				
    				<mo>=</mo>
    				<mn>0</mn>
    				
    			</mrow>
    		</math>
    		
    	</body>
    </html> 
    
     Output

    mathml

    Prev HTML5 SVG Tag
    Next HTML5 – Canvas
    • Description
    • Curriculum
    • Instructors
    • Reviews (0)

    Introduction to html programming lessons. You will learn how to create a website using html code.you will also learn how to create basic html programs.

    Course Features

    • Lectures 30
    • Quizzes 0
    • Duration 50 hours
    • Skill level All levels
    • Language English
    • Students 1
    • Certificate No
    • Assessments Self
    • Share:
      • Lecture1.1
        Introduction to HTML Programming
        0m
      • Lecture1.2
        Where HTML code execute
        0m
      • Lecture1.3
        HTML Main Tag
        0m
      • Lecture1.4
        HTML Head Tag
        0m
      • Lecture1.5
        HTML Body Tag
        0m
      • Lecture1.6
        HTML Heading Tag
        0m
      • Lecture1.7
        HTML Paragraph Tag
        0m
      • Lecture1.8
        HTML Text Formatting Tag
        0m
      • Lecture1.9
        HTML line Break Tag
        0m
      • Lecture1.10
        HTML Image Tag
        0m
      • Lecture1.11
        HTML anchor or link Tag
        0m
      • Lecture1.12
        HTML Comment Tag
        0m
      • Lecture1.13
        HTML list Tag
        0m
      • Lecture1.14
        HTML Table Tag
        0m
      • Lecture1.15
        HTML Form Tag
        0m
      • Lecture1.16
        HTML Buttons Tag
        0m
      • Lecture1.17
        HTML iframe Tag
        0m
      • Lecture1.18
        HTML Blocks
        0m
      • Lecture1.19
        Html div tag
        0m
      • Lecture1.20
        Html address tag
        0m
      • Lecture1.21
        HTML5 Introduction
        0m
      • Lecture1.22
        HTML5 standard attribute
        0m
      • Lecture1.23
        HTML5 the input element
        0m
      • Lecture1.24
        HTML5 SVG Tag
        0m
      • Lecture1.25
        HTML5 – MathML
        0m
      • Lecture1.26
        HTML5 – Canvas
        0m
      • Lecture1.27
        HTML5 – Audio & Video
        0m
      • Lecture1.28
        HTML5 – Drag & drop
        0m
      • Lecture1.29
        Html 5 important tag
        0m
      • Lecture1.30
        HTML5 geolocation
        0m
    mahethekiller

    Reviews

    Average Rating

    0
    0 rating

    Detailed Rating

    5 stars
    0
    4 stars
    0
    3 stars
    0
    2 stars
    0
    1 star
    0

    You May Like

    8051 Micro-controller Read More
    mahethekiller

    8051 Micro-controller

    50
    0
    Free
    C ++ Programming Read More
    mahethekiller

    C ++ Programming

    20
    0
    Free
    C Programming Read More
    mahethekiller

    C Programming

    0
    0
    Free

    Leave A Reply Cancel reply

    Your email address will not be published. Required fields are marked *

    Latest Courses

    8051 Micro-controller

    8051 Micro-controller

    Free
    Javascript Programming

    Javascript Programming

    Free
    C ++ Programming

    C ++ Programming

    Free

    Recent Posts

    • How to Create a Basic CRUD application Using PHP and MySql
    • Login And Logout Script using PHP Sessions
    • How to Upload an image using Ajax and PHP

    Courses

    • HTML
    • CSS
    • Javascript
    • PHP

    Advanced

    • SQL
    • C Programming
    • C++ Programming
    • 8051 Microcontroller

    Links

    • Home
    • Blog
    • Courses

    Webclasses