CodeLab
Tutorials For Everyone
Run
<!Doctype html> <html> <head> <title>Quotations</title> </head> <body> <p>Wikipedia says about HTML:</p> <blockquote cite="https://en.wikipedia.org/wiki/HTML">Hypertext Markup Language (HTML) is the standard markup language. Its functionality increases by the addition of Css and Javascript. Almost all web browsers understands HTML. They also receive HTML documents from a web server or from local storage. Finally render the documents into multimedia web pages. HTML describes the structure of a web page semantically for the appearance of the document. </blockquote> </body> </html>