Jumat, 27 Maret 2015

html text alignment

Centered heading

This is a paragraph.

html text size

This is a heading

This is a paragraph.

html text font

This is a heading

This is a paragraph.

html text color

This is a heading

This is a paragraph.

html background color

This is a heading

This is a paragraph.

html styles

I am Red

I am Blue

how to control the line break and spaces with pre tag

The pre tag preserves both spaces and line breaks:

   My Bonnie lies over the ocean.

   My Bonnie lies over the sea.

   My Bonnie lies over the ocean.
   
   Oh, bring back my Bonnie to me.

some problem html formating

In HTML, spaces and new lines are ignored:

My Bonnie lies over the ocean. My Bonnie lies over the sea. My Bonnie lies over the ocean. Oh, bring back my Bonnie to me.

the use of line break in html

This is
a para
graph with line breaks

more html paragraphs

This paragraph contains a lot of lines in the source code, but the browser ignores it.

This paragraph contains a lot of spaces in the source code, but the browser ignores it.

The number of lines in a paragraph depends on the size of the browser window. If you resize the browser window, the number of lines in this paragraph will change.

html paragraphs

This is a paragraph.

This is a paragraph.

This is a paragraph.

html head

My First HTML

The HTML head element contains meta data.

Meta data is data about the HTML document.

html horizontal rules

The hr tag defines a horizontal rule:


This is a paragraph.


This is a paragraph.


This is a paragraph.

html heading

This is heading 1

This is heading 2

This is heading 3

This is heading 4

This is heading 5
This is heading 6

quota1

About W3Schools

You cannot omit quotes around an attribute value if the value contains spaces.

If you move the mouse over the paragraph above, your browser will only display the first word from the title.

quota

About W3Schools

You cannot omit quotes around an attribute value if the value contains spaces.

If you move the mouse over the paragraph above, your browser will only display the first word from the title.

the alt attribute

W3Schools.com

the width and height attribute

the title attribute

About W3Schools

W3Schools is a web developer's site. It provides tutorials and references covering many aspects of web programming, including HTML, CSS, JavaScript, XML, SQL, PHP, ASP, etc.

If you move the mouse over the paragraph above, the title will display as a tooltip.

the href attribute

This is a link

html image

W3Schools.com

Rabu, 25 Maret 2015

html heading

This is heading 1

This is heading 2

This is heading 3

This is heading 4

This is heading 5
This is heading 6

html document

My First Heading

My first paragraph.