Hi everybody, I have seen a recent trend on the net for having single property websites. They seem to be quite expensive! Ranging up to couple hundred dollars wooooooooooooooow! So this 30 min a day for 10 days course is meant to teach you two things: Learn HTML Be able to make a single property website in a matter of minutes once you understand the basics of HTML, and allow you to save hundreds of dollars and impress your clients! Yeah!
Course 1 DAY 1 What is HTML? HTML is an acronym that stands for Hyper Text Mark Up Language. It is the language that allows us to see web pages. It is important to understand for marketing your real estate website on the Internet and as a bridge for understanding more sophisticated programs live php or java. What are tags? Tags allow the page to understand the format of the text. They are applied before and after the text. Before: <> After:</> Follow these steps: Write < , name of the tag, and >. Write the desired text Write </, name of the tag, and >.
Example: <b>text</b> (this b tag makes the text BOLD) Note: The second tag has /. HTML allows for Upper case and Lower case letters. What are the basic tag requirements for an HTML document? <html>...</html> - Contains entire document <head>...</head> - Contains the Header <title>...</title> - Top bar title ( top left hand corner of your screen when a website is open) <body>..</body> Contains the sections of the document Every HTML document consists of three parts: Head, Title, and Body To create the header: Write <head> (This opens the header tag)
Write the text ( Put your article title and keywords here for SEO) Write </head> (this closes the header tag)
To create the title: Write <title> (This opens the title tag) Write the title of the page Write </title> (This closes the title tag)
To create the body: Write <body> (This opens the body tag) Write text. Write </body>. (This closes the body tag)
How do i view the HTML of a web page? Open a website Go to View Click on Page Source
How do i create an HTML document? Go to start Open note pad Open the html tag <html> Close the html tag </html> Save your .txt file in .html – i.e. Myfile.html
Example: <html> <head> <title>My First HTML page for my single property website! </title> </head> <body> This course is absolutely fantastic and i will be able to do a single property website in no time! </body> </html> Stay tuned for tomorrows Single Property Website Course! Yeah!
For Day 2 Click Here! |