- published: 12 Sep 2011
- views: 144590
HyperText Markup Language, commonly referred to as HTML, is the standard markup language used to create web pages. Along with CSS, and JavaScript, HTML is a cornerstone technology, used by most websites to create visually engaging web pages, user interfaces for web applications, and user interfaces for many mobile applications.Web browsers can read HTML files and render them into visible or audible web pages. HTML describes the structure of a website semantically along with cues for presentation, making it a markup language, rather than a programming language.
HTML elements form the building blocks of all websites. HTML allows images and objects to be embedded and can be used to create interactive forms. It provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links, quotes and other items.
The language is written in the form of HTML elements consisting of tags enclosed in angle brackets (like <html>
). Browsers do not display the HTML tags and scripts, but use them to interpret the content of the page.
Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language. Although most often used to set the visual style of web pages and user interfaces written in HTML and XHTML, the language can be applied to any XML document, including plain XML, SVG and XUL, and is applicable to rendering in speech, or on other media. Along with HTML and JavaScript, CSS is a cornerstone technology used by most websites to create visually engaging webpages, user interfaces for web applications, and user interfaces for many mobile applications.
CSS is designed primarily to enable the separation of document content from document presentation, including aspects such as the layout, colors, and fonts. This separation can improve content accessibility, provide more flexibility and control in the specification of presentation characteristics, enable multiple HTML pages to share formatting by specifying the relevant CSS in a separate .css file, and reduce complexity and repetition in the structural content, such as semantically insignificant tables that were widely used to format pages before consistent CSS rendering was available in all major browsers. CSS makes it possible to separate presentation instructions from the HTML content in a separate file or style section of the HTML file. For each matching HTML element, it provides a list of formatting instructions. For example, a CSS rule might specify that "all heading 1 elements should be bold", leaving pure semantic HTML markup that asserts "this text is a level 1 heading" without formatting code such as a <bold>
tag indicating how such text should be displayed.
The Ultimate may refer to:
Watch more HTML Tutorials videos: http://www.howcast.com/videos/474912-HTML-Tutorial-What-Is-HTML Hi, I am Daniel Davis. I am a certified computer expert and tech guru. Along with having one of the top tech channels on youtube, my work has also been featured in textbooks, software guides, and hundreds of popular tech blogs. And today I am going to be talking to you about HTML. Computers use language to communicate just like people do and the way computers communicate with the internet is through a computer language called Hyper Text Markup Language or HTML. Hypertext is the process of linking objects to each other so that when one object is clicked the linking object can be viewed and the Hyper Text Markup Language was created by Tim Berners-Lee in 1990 so that the hyper text could be ...
In this short HTML tutorial, I explain the basic structure of an HTML webpage and introduce some important tags. Ready to learn some more advanced HTML? Move on to Learn More HTML in 12 Minutes http://youtu.be/KJ13lX20FqU Learn CSS in 12 Minutes http://youtu.be/0afZj1G0BIE Learn JavaScript in 12 Minutes http://youtu.be/Ukg_U3CnJWI Looking to do something more advanced with a webpage? PHP is one of the most useful languages to know when developing for the web. Check out my video Learn PHP in 15 Minutes: http://youtu.be/ZdP0KM49IVk Heard about Docker and want to know more? Learn Docker in 12 Minutes: https://youtu.be/YFl2mCHdv24 Recommended cloud server provider: DigitalOcean. Get $10 credit with this link https://m.do.co/c/791d593997b2 http://jakewright.net
HTML and CSS Tutorial for Beginners | The Ultimate guide to learning HTML and CSS ---------- I donot own this video. It's so helpful so I reupload to share to more people! -------------- here isn't a web site out there-- whether it be WhiteHouse.gov, IBM.com or the site for your local high school-- that isn't written in HTML. If you do any level of web development-- from editing pages on a Wordpress site to designing original pages from scratch, understanding and being able to code in HTML and CSS can give you a level of control, and power over your designs that you've never experienced before. This course helps you learn HTML and CSS (versions 4.01 and XHTML) as well as prepares you for the future with coverage of HTML5. In this HTML and CSS course/tutorial for beginners, designed, auth...
Çok daha fazlası için www.startv.com.tr
Once you're done with this, checkout lesson #2 - introduction to CSS: https://www.youtube.com/watch?v=gBi8Obib0tw How to put your website online (with coupon): https://www.youtube.com/watch?v=tq7dqdHCc7U How to build webpages with html, css, javascript tutorial for beginners. In this video, we'll cover how to develop websites using just the computer you have already. I'm using Sublime Text editor http://www.sublimetext.com/ and Google Chrome Other great text editors: Atom.io Brackets.io Notepad++ Now, if you just want a website and don't want to be a web developer, don't mess with learning all of this, get a site from squarespace.com and use squarespace plugins from http://thecustomsquare.com to make your site unique. Learn how to develop your own websites using the computer you alrea...
Best HTML & CSS Book : http://goo.gl/JH5PNF Support me on Patreon : https://www.patreon.com/derekbanas In this tutorial I show how to use 50 different tags in HTML. I then give an example of each. This video was done because of a dare and you'll either love it or hate it. I hope you love it of course. Link to code: http://bit.ly/fv0hGn Link to article on HTML with examples: http://bit.ly/cFDX8I
This screencast walks you through some of most important basic concepts of creating websites using HTML, CSS and JavaScript. While staying fast and on-topic. If you've used any of these before this video is probably NOT for you. If you're however completely new, or just curious about explanations, this video is indeed for you. Please do let me know what you think, and ask if you have questions :) NEW CHANNEL: https://youtube.com/channel/UCQqqsgNtmybKmALkQSb3k5w
Capitulo #1 del curso básico de HTML, Introducción. En este capitulo te explico que es HTML, como funciona y como empezar a crear un documento que significara el inicio para poder crear paginas web. ♦ Blog de diseño web: http://www.falconmasters.com ♦ Curso de PHP y MYSQL: Completo, Práctico y desde Cero http://www.tutorialdephp.com ♦ Necesitas ayuda con el tutorial? Únete a nuestra comunidad: http://www.heroesdelaweb.com --- ♦ Que se necesita para tener una página web: http://www.falconmasters.com/desarrollo-web/que-se-necesita-para-tener-una-pagina-web/ --- Redes Sociales: ♦ Twitter @falconmasters: http://www.twitter.com/falconmasters ♦ Pagina de Facebook: http://www.falconmasters.com ♦ Curso patrocinado por okhosting: http://www.okhosting.com
NEW CONTENT ON: http://www.FailedNormal.com Info Level: Beginner Presenter: Eli the Computer Guy Length of Class: 100 Minutes Tracks Web Design Prerequisites Introduction to Website Administration Purpose of Class This class teaches students basic HTML Programming. After taking this class students will be able to code basic HTML web pages and write raw HTML code for sites such as Craigslist. Topics Covered Creating an HTML Page Formatting Text Creating Lists Creating Tables Adding Pictures Adding Hyperlinks Class Notes Introduction HTML is still very relevant for web programming HTML is used to create Static Web Pages and for Formating The Basics Suffix has to be with .htm or .html Home page has to be named INDEX or DEFAULT Different web browsers display things differently Deprec...
http://www.LittleWebHut.com/ How to make a website: HTML Tutorial - Basics. Start off with a solid foundation by learning some of the basics of HTML - XHTML. In this HTML tutorial you will learn how to make a simple webpage. The tutorial starts off with definitions for both HTML and XHTML. It then goes on to demonstrate how you can use Microsoft Notepad to create your HTML file. It explains what HTML tags are and how to use some of the basic ones. This tutorial also shows how to display the HTML file in a web browser. This tutorial is based on XHTML version 1.0. Link to newer HTML5 tutorial: http://www.youtube.com/watch?v=9gTw2EDkaDQ
download link https://drive.google.com/folderview?id=0B6XRPgufJdYaaFh0endkVkpxU2M&usp;=sharing
Wesprzyj na Patronite ► https://patronite.pl/pasja-informatyki Kurs HTML właśnie się rozpoczyna. Tworzenie stron www rozpoczniemy od pierwszego projektu, zdobędziemy też cenną wiedzę podstawową. Z przeglądu technologii webowych wiemy, iż HTML to język opisowy oparty na tzw. znacznikach, służący do opisu zawartości strony www. Pliki HTML w gruncie rzeczy są plikami tekstowymi ze spacjalnym kodem, który interpretuje i renderuje przeglądarka internetowa. ▬▬▬▬▬▬▬▬▬▬▬ஜ۩۞۩ஜ▬▬▬▬▬▬▬▬▬▬▬▬ PLIKI DO ODCINKA: http://miroslawzelent.pl/kurs-html/tworzenie-stron-www-pierwszy-projekt/ DOBROWOLNE WSPARCIE: http://patronite.pl/pasja-informatyki http://miroslawzelent.pl/dobrowolna-darowizna/ CODE REVIEW NA FORUM: http://bit.ly/code-reviews-odcinkow TRENAŻER EGZAMINACYJNY: http://egzamin-informatyk....
Hurra! Endlich hab ich mich aufgerafft und den ersten Schritt gemacht! Ab jetzt gibt's hier eine Menge an HTML Tutorials. Das wird eine Serie, in der ich euch Schritt für Schritt HTML näher bringe. Wichtig: Wer manche Aussagen kritisieren will: Das hier ist mein persönliches Vorgehen usw. HTML sehr komplex, alles kann man garnicht erklären ;) Viel Spaß! Notepad ++ Download: http://goo.gl/svh5f ►► FACEBOOK http://www.facebook.com/megachristv ►► TWITTER http://twitter.com/megachristv
In this tutorial, we continue on with text formatting, but this time, we learn how to make the text bold, italic, etc., as well as how to change the font's color, using the "font" tag. Please feel free to comment with any questions, comments, or suggestions, or any corrections you may want to make, as well! Thank you for watching! TechnicalCafe Blog http://TechnicalCafe.com TechnicalCafe Twitter http://Twitter.com/TechnicalCafe Jamie's Twitter http://Twitter.com/Jamiemcg
Creating a webpage using HTML in Notepad in Just 5 minutes. This video will guide you How to make a beautiful website using HTML. If you want to see more video tutorials consider visiting: https://www.youtube.com/channel/UCcMAZ6WzIXzwUOGI4sttxKA **Click Below to SUBSCRIBE for More Videos:** https://www.youtube.com/channel/UCcMAZ6WzIXzwUOGI4sttxKA
Today we're going to be taking the .PSD website template that we made in a previous tutorial, and type up the markup language for it. In a later tutorial we will take the file we make in this tutorial and write the .css for it, finishing up the entire website. Click to tweet this video: http://octotw.it/83b2e If you don't have Dreamweaver, then download the trial from here: http://www.adobe.com/products/dreamweaver/?promoid=BPDEC How to Define a Website Folder: http://www.youtube.com/watch?v=j3SSK6a5H_U How to Make a Website in Photoshop: http://www.youtube.com/watch?v=E1YuW2yHQ-k Download the .PSD: http://octotuts.com/dl/classy.zip Download the markup version: http://octotuts.com/dl/classy_markup.zip Follow me: http://twitter.com/octosites Be a fan: http://facebook.com/octosites ...
Этим уроком, положено начало курсу по основам HTML. Узнаете о том, как надо выбрать основные инструменты: редактор кода и документацию. И поймете что такое HyperText Markup Language Смотрите курс "Основы CSS" : https://www.youtube.com/playlist?list=PLY4rE9dstrJzdkXYQXpZA0voVgB_0RJ_q Не ограничивай себя видеоуроками на YouTube! Узнавайте еще больше полезной информации! Общайтесь с опытными разработчиками, преподавателями и развивайся через личное общение! Telegram: https://telegram.me/loftblog Slack: http://slack.loftblog.ru/ Наш сайт: http://loftblog.ru/ Instagram: https://www.instagram.com/loftblog/ ВКонтакте: http://vk.com/loftblog facebook: http://www.facebook.com/loftblog twitter: http://twitter.com/loft_blog --------------------------------------------------------------------...
A short tutorial on how to translate a web page using Memsource translation platform. The process is effective for .htm, .html and other formats. Download the page, open in Memsource, translate using your terminology and translation memory), and upload to your website.
Nesta primeira aula vou passar o conceito básico de HTML e mostrar como criar sua primeira página para teste. Com esta página você vai aprender a criar a estrutura mais simples de um documento HTML, definir títulos e também a codificação (charset) para seus documentos. Acompanhe o RBtech também pelo site: http://dev.rbtech.info
You can save a .doc file into .pdf format. But saving .HTML file into PDF would give an error. Here's a simple and easy way to save it in PDF. No need to pay or use any software. Just upload your HTML file and get it in PDF in seconds and all for free.. This will work for all operating systems like Windows and MAC. PDFCrowd.com :- http://pdfcrowd.com/ Give Thumbs Up. Subscribe for more Updates. Follow us on:- Facebook :- https://goo.gl/jBZXqP Twitter :- https://twitter.com/TvTwinkle Google+ :- https://plus.google.com/+TwinkleTVi Instagram :- https://www.instagram.com/twinkle_tv/ YouTube :- http://www.youtube.com/c/TwinkleTVi Check out our Website for more amazing content, tips and tricks:- http://twinkletvi.blogspot.in/
HTML and CSS Tutorial for Beginners | The Ultimate guide to learning HTML and CSS ---------- I donot own this video. It's so helpful so I reupload to share to more people! -------------- here isn't a web site out there-- whether it be WhiteHouse.gov, IBM.com or the site for your local high school-- that isn't written in HTML. If you do any level of web development-- from editing pages on a Wordpress site to designing original pages from scratch, understanding and being able to code in HTML and CSS can give you a level of control, and power over your designs that you've never experienced before. This course helps you learn HTML and CSS (versions 4.01 and XHTML) as well as prepares you for the future with coverage of HTML5. In this HTML and CSS course/tutorial for beginners, designed, auth...
Wesprzyj na Patronite ► https://patronite.pl/pasja-informatyki Kurs HTML właśnie się rozpoczyna. Tworzenie stron www rozpoczniemy od pierwszego projektu, zdobędziemy też cenną wiedzę podstawową. Z przeglądu technologii webowych wiemy, iż HTML to język opisowy oparty na tzw. znacznikach, służący do opisu zawartości strony www. Pliki HTML w gruncie rzeczy są plikami tekstowymi ze spacjalnym kodem, który interpretuje i renderuje przeglądarka internetowa. ▬▬▬▬▬▬▬▬▬▬▬ஜ۩۞۩ஜ▬▬▬▬▬▬▬▬▬▬▬▬ PLIKI DO ODCINKA: http://miroslawzelent.pl/kurs-html/tworzenie-stron-www-pierwszy-projekt/ DOBROWOLNE WSPARCIE: http://patronite.pl/pasja-informatyki http://miroslawzelent.pl/dobrowolna-darowizna/ CODE REVIEW NA FORUM: http://bit.ly/code-reviews-odcinkow TRENAŻER EGZAMINACYJNY: http://egzamin-informatyk....
NEW CONTENT ON: http://www.FailedNormal.com Info Level: Beginner Presenter: Eli the Computer Guy Length of Class: 100 Minutes Tracks Web Design Prerequisites Introduction to Website Administration Purpose of Class This class teaches students basic HTML Programming. After taking this class students will be able to code basic HTML web pages and write raw HTML code for sites such as Craigslist. Topics Covered Creating an HTML Page Formatting Text Creating Lists Creating Tables Adding Pictures Adding Hyperlinks Class Notes Introduction HTML is still very relevant for web programming HTML is used to create Static Web Pages and for Formating The Basics Suffix has to be with .htm or .html Home page has to be named INDEX or DEFAULT Different web browsers display things differently Deprec...
Today we're going to be taking the .PSD website template that we made in a previous tutorial, and type up the markup language for it. In a later tutorial we will take the file we make in this tutorial and write the .css for it, finishing up the entire website. Click to tweet this video: http://octotw.it/83b2e If you don't have Dreamweaver, then download the trial from here: http://www.adobe.com/products/dreamweaver/?promoid=BPDEC How to Define a Website Folder: http://www.youtube.com/watch?v=j3SSK6a5H_U How to Make a Website in Photoshop: http://www.youtube.com/watch?v=E1YuW2yHQ-k Download the .PSD: http://octotuts.com/dl/classy.zip Download the markup version: http://octotuts.com/dl/classy_markup.zip Follow me: http://twitter.com/octosites Be a fan: http://facebook.com/octosites ...
In this video we will build a clean coded responsive mobile friendly HTML5 website for a fictional web design company. We will go over semantic HTML tags like header and footer as well as the basics of HTML and CSS. This is a great project for beginners. CODE DOWNLOAD: http://www.traversymedia.com/downloads/acme_website.zip SUGGESTED VIDEO: HTML Crash Course For Absolute Beginners https://www.youtube.com/watch?v=UB1O30fR-EE BECOME A PATRON: Show support & get perks! http://www.patreon.com/traversymedia ONE TIME DONATIONS: http://www.paypal.me/traversymedia COURSES & MORE INFO: http://www.traversymedia.com FOLLOW TRAVERSY MEDIA: http://www.facebook.com/traversymedia http://www.twitter.com/traversymedia http://www.instagram.com/traversymedia NEW DISCORD CHAT SERVER: https://discord.gg...
Get Cheat Sheet Here : http://goo.gl/ifP3Fv Best Book on HTML5 : http://goo.gl/D6zPXE Support Me on Patreon : https://www.patreon.com/derekbanas Everything you can do with HTML 5 and provide numerous examples using CSS, JavaScript and PHP. 00:32 DOCTYPE HTML URL 01:52 HEAD META CHARSET REDIRECT 03:14 DESCRIPTION KEYWORDS ROBOTS 04:45 SCRIPT BASE LINK STYLESHEET 05:45 ICONS TITLE 06:42 VALIDATE HTML5 07:15 BODY ONLOAD DIV WRAPPER 08:16 NOSCRIPT H1 P BR HR 09:23 BLOCKQUOTE CITE Q 10:14 PRE CODE 11:21 JavaScript : onclick getElementsByTagName innerHTML HexCode 13:44 IMG ID SRC ALT WIDTH HEIGHT 14:36 B STRONG EM I 15:10 SMALL INS DEL SAMP 15:30 ABBR TITLE DFN KBD 16:49 Character Entities 17:35 SUP SUB BDO RUBY RT 18:29 LINKS A HREF 19:01 Link Active States CSS 20:06 CSS background IDs ma...
This screencast walks you through some of most important basic concepts of creating websites using HTML, CSS and JavaScript. While staying fast and on-topic. If you've used any of these before this video is probably NOT for you. If you're however completely new, or just curious about explanations, this video is indeed for you. Please do let me know what you think, and ask if you have questions :) NEW CHANNEL: https://youtube.com/channel/UCQqqsgNtmybKmALkQSb3k5w
How to create website layouts using CSS grid | Learn HTML and CSS | HTML tutorial. CSS grid layouts will change how we create website layouts. Today you will learn about CSS grids, which is a new method we can use to create website layouts. CSS grid layouts are the future of webdesign layouts only using css, and in this lesson I will give you a guide to using CSS grid. Links: CSS grids documentation: https://css-tricks.com/snippets/css/complete-guide-grid/ CSS grid vs. Flexbox: https://www.youtube.com/watch?v=N5Lt1SLqBmQ Lesson files: http://mmtuts.net/course.php?c=htmlcss&l;=38 -- mmtuts is a YouTube channel that focuses on teaching beginner and advanced courses in various multimedia related skills. We plan to make tutorials available on programming, video production, animation, graphic...
Today we're going to be taking the .PSD website template that we made in a previous tutorial, and type up the CSS stylesheet for it. This is the last tutorial in this series; scroll down for the links to the 3 previous tutorials leading up to this one. Click to tweet this video: http://octotw.it/19d9d If you don't have Dreamweaver, then download the trial from here: http://www.adobe.com/products/dreamweaver/?promoid=BPDEC How to Define a Website Folder: http://www.youtube.com/watch?v=j3SSK6a5H_U How to Make a Website in Photoshop: http://www.youtube.com/watch?v=E1YuW2yHQ-k How to Convert a .PSD to .HTML (Part 1): http://www.youtube.com/watch?v=Zd2wOEnTNU8 CSS reset: http://meyerweb.com/eric/tools/css/reset/index.html Firefox: http://www.mozilla.com/en-US/firefox/ Web Developer to...
Hey guys, sorry this was supposed to be uploaded to my other channel, AlexKnows101. I didn't realize I couldn't upload videos longer than 15 minutes there so I just uploaded it here instead. If you guys like it, I'll continue it and make more videos and turn it into a series. Thanks!
Hey Guys Today i am here to show you how to create a simple professional transparent Navigation Bar in HTML & Css Just follow my Steps Carefully Be connected with me Check out my New Video ( how to create Developer Navigation bar ) here https://www.youtube.com/watch?v=da3j61367Fw&feature;=youtu.be Check Out New Video Fixed Transparent Navigation Bar https://youtu.be/565IKGHgDH8 Google+ : https://plus.google.com/+MohammadIMRANKD YouTube : https://www.youtube.com/channel/UCw0x... Twitter : https://twitter.com/iamtheimran Facebook : https://www.facebook.com/iamtheimran Thanks for Watching Love you all guys see you all in next Video
Responsive Navigation Bar with HTML and CSS source code : http://www.webscript.info/rk_lab/responsive_nav_bar.php ------------------------------ Convert Your Website or Blog into Android Application Step by Step Video Tutorial, Here is videos https://youtu.be/hagNRi721Lc ------------------------------------------------------ Ecommerce Type Image Slider https://youtu.be/kmaFO-elC_M -------------------------------------------------------
In this part we'll be looking at our PSD and getting content from the PSD into our HTML file. Cutout Source Code: https://github.com/WorthyD/WorthyD-Cutout-Demo PSD: http://www.designscanyon.com/psd-corporate-business-website-template-free-download/
HTML/PHP Contact Form Tutorial with Validation and Email Submit. This is a fast way to create your own HTML contact form with PHP validation rules and email submit. We use codepen.io which is a great web site for downloading existing code for web developers. We then modify the code to suit our needs and include PHP validation rules. You can use this same process to create just about any HTML form with CSS and PHP validation rules and submit the email using PHP. By knowing how the process of submitting the form and validation works, you'll be able to create your own custom HTML contact, registration and login forms and validate them with PHP. Download all files from the video below form.php: http://clevertechie.com/files/form.txt form.css: http://clevertechie.com/files/form.css form_pr...
How to create an HTML image gallery - Learn HTML front-end programming. In this episode I will show how to create a basic gallery. The images in the gallery can only be opened on a separate page only using HTML and CSS. In order to open images on the same page in a separate box, we will need to include Javascript in the code. However we will not do that until a later episode. -- mmtuts is a YouTube channel that focuses on teaching beginner and advanced courses in various multimedia related skills. We plan to make tutorials available on programming, video production, animation, graphic design, and on software such as the Adobe Creative Cloud programs. HTML and CSS for beginners is a how to series that teaches the HTML and CSS coding language to people who are just starting out learning ...
أسهل طريقة لتعلم لغة HTML من البداية حتى الاحتراف Part 1 اتش تي ام ال ( هتمل ) اهم لغة تصميم لبناء الويب قديما وحديثا وهي الاولي قبل CSS و JavaScript و JQuery و BootStrap لانها الاصل التي يعمل عليها كل هذا وأكثر ومن هنا تعلم CSS https://www.youtube.com/playlist?list=PLHIfW1KZRIflO6xnz4jpmzzSuo5B63aJf بفضل الله لمحتوي الويب ومن هنا شرح اخر ل HTML https://www.youtube.com/playlist?list=PLHIfW1KZRIfnXKjZ9UcT5BVt9x19BlItX تعلم الويب لانهة مهم
الشرح مطول بعض الشىء لكنه مفيد جدا للمبتدئين ولا غنى عنه لمن يريد تعلم لغة HTML وهو لأستاذ أحمد حسونة https://www.facebook.com/ahmedhassounafirst الموقع http://aboziad-elmesry.blogspot.com/ صفحة الفيس بوك https://www.facebook.com/aboziad.almesry تويتر https://twitter.com/aboziadelmesry حسابى الشخصى على الفيس https://www.facebook.com/aboziadelmesry
HTML is not hard to spell,
When I'm with you, when I'm with you
Binary code is just ones and ohs
I thought you knew
You are so swell, just like DSL
You touched my modem, you touched my modem.
We went to the bop, my heart gigaflopped
When I saw your...
W W W, whoa-oa-oa
dot com
I typed OMG, should be you and me
You wrote LOL, wrote LOL
My browser froze right down to my toes,
I said go to hell.
I should have seen, I'm only 15
And you're 32, you're 32
You don't love me, I went and asked Jeeves
He told me it's true, told me it's...
W W W, whoa-oa-oa
dot com
Last night while you were offline,
I googled your name
And I found out that you're a 40 year old intertube
salesman from Ohio!
WTF?! I thought you were the one for me
But you're just a major loser
And now I will always be... lonely girl 15.
W W W, whoa-oa-oa