HTML Quotations
HTML Quotations:
________________________________________________
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>HTML Quotations</title> </head> <body> <p>This info from wiki about programming</p> <blockquote cite="https://en.wikipedia.org/wiki/Computer_programming"> Computer programming is the process of performing particular computations (or more generally, accomplishing specific computing results), usually by designing and building executable computer programs. </blockquote><br> <p>My YouTube channel is <q>Dark Hers</q></p><br> <p>If you want build a site, you must know <abbr title="Hyper Text Markup Language">HTML</abbr> first.</p><br> <address> Author: Dark Hers<br> Join us:<a href="https://www.darkhers.blogspot.com"> Dark Hers</a><br> OTHER </address><br> <p>The new book is available on <cite>Amazon</cite></p><br> <bdo dir="rtl">Right to Left</bdo> </body> </html>
_____________________________________________
Dark Hers
YouTube
https://instagram.com/darkhers
https://www.facebook.com/darkhers
TikTok
https://www.tiktok.com/@darkhers
https://www.pinterest.co.uk/darkhers
Comments
Post a Comment