HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <p>Try to click on 'Learn CSS'</p> <a href="#S4">Learn CSS</a> <h4>HTML</h4> <p>HTML tutorial here.</p> <h4><a href="#" name="S4">CSS</a></h4> <p>CSS tutorial here.</p> <h4>Javascript</h4> <p>Javascript tutorial here.</p> <h4>Jquery</h4> <p>Jquery tutorial here.</p> <h4>Bootstrap</h4> <p>HTML tutorial here.</p> <h4>C</h4> <p>C tutorial here.</p> <h4>C++</h4> <p>C++ tutorial here.</p> <h4>Java</h4> <p>Java tutorial here.</p> <h4>Python</h4> <p>Python tutorial here.</p> <h4>nodejs</h4> <p>nodejs tutorial here.</p> </body> </html>
OUTPUT
×

Save as Private