CodeLab
Tutorials For Everyone
Run
<!Doctype html> <html> <head> <title>Small Element</title> </head> <body> <p>You can see a portion of text is seen small on the screen from the surrounding text. We do this by using <strong>small</strong> element.</p> <p> <small>Unlike normal text, i am looking small</small>. Use codelab to create more small looking text lines. </p> </body> </html>