Google today announced the launch of Web Designer, a new tool for building interactive HTML5 sites and ads. The company first hinted at this launch in June, but had been quiet about it ever since. Web Designer, which Google calls a “professional-quality design tool,” is now officially in public beta and available for...
Showing posts with label HTML and CSS. Show all posts
Showing posts with label HTML and CSS. Show all posts
Sep 30, 2013
Sep 26, 2013
How to Learn HTML Online for Free! Part - 05 "Paragraphs in the body"

We have set up a lot of the basic things for your HTML file for you. This is so you won't get mad at us for too much repetition—please learn it well! We have learned about opening and closing tags. When we put content between the tags, the...
By:
Unknown
On 8:02 AM
Learn HTML online for free - Part 04 "Make the head"

Everything in our HTML file will go between the opening <html> and closing </html> tags. There are always two parts to the file: the head and body. Let's focus on the head. a. It has an opening and a closing tag. b. The head includes important information about...
By:
Unknown
On 7:56 AM
Sep 25, 2013
Learn HTML online for free - Part 03 "Basic terminology"

To learn more HTML, we should learn how to talk about HTML. Already you have seen we use <>s a lot. Things inside <>s are called tags. Tags nearly always come in pairs: an opening tag and a closing tag. Example of opening tag: <html> Example of closing...
By:
Unknown
On 7:00 PM
Learn HTML online for free - Part 02 "HTML and CSS"

HTML stands for HyperText Markup Language. Hypertext means "text with links in it." Any time you click on a word that brings you to a new webpage, you've clicked on hypertext! A markup language is a programming language used to make text do more than just sit on...
By:
Unknown
On 3:33 PM
Learn HTML Online for Free! Part - 01 (Why learn HTML?)

Every webpage you look at is written in a language called HTML. You can think of HTML as the skeleton that gives every webpage structure. In this course, we'll use HTML to add paragraphs, headings, images and links to a webpage. In the editor to the right, there's...
By:
Unknown
On 10:23 AM
Subscribe to:
Posts (Atom)