Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

Online HTML Editor

<!DOCTYPE html>
<html>
<head><title>Web Page Design</title></head>
<body>
    <h1 align="center"> HTML </h1>
    <h2>Normal Element</h2>
    <h3>BOLD element</h3>
    <p>Bold element is defined by using &ltb&gt tag</p>
    <h2>Void element</h2>
    <h1>image element</h1>
    <br>
    <br>
    <h2>CONTACT</h2>
    <adress>
        Naresh IT|Hyderabad|500038
        <br>
        [email protected]
    </adress>
    <br>
    <br>
    <ol type="a" start="5">
        <li>website</li>
        <li>webpage</li>
    </ol>
    
    <br>
    <br>
    <br>
    <ol type="i">
        <li>html
            <ol type="1">
                <li>normal elements
                <ol type ="a">
                <li>bold</li>
                <li>italics</li>
            </ol>
        </li>
    <li>void elements</li>    
    </ol>
        </li>
        <li>javascript
            <ol type="1">
            <li>variables</li>
            <li>Datatypes</li>
        </ol>
    </li>    
    </ol>
</body>
</html>

Advertisements
Loading...

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.