Programming Hub
Programming HubTM is the fastest growing mobile edu-tec initiative which is a one-stop solution for learning a variety of popular programming languages.
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.
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.
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.
Notice that we have only specified a relative address for the image.
Since we have specified a base URL in the head section,
the browser will look for the image at "
".
Programming Hub app is for Python, Assembly, C, C++, C# (C Sharp), JavaScript, PHP, Java programming and many more languages.
If you move the mouse over the paragraph above,the title will display as a tooltip.
Programming Nguyễn Sơn Nhơn Blog - Notice that the link opens in a new window, even if it has no target="_blank" attribute. This is because the target attribute of the base element is set to "_blank".
The HTML head element contains meta data.
Meta data is data about the HTML document.
All meta information goes in the head section...
Programming HubTM is the fastest growing mobile edu-tec initiative which is a one-stop solution for learning a variety of popular programming languages.
-by William
Grass
Bushes
Vines
Trees
In the example below, usernames are shown along with the number of points in a contest. If the bdi element is not supported in the browser, the username of the Arabic user would confuse the text (the bidirectional algorithm would put the colon and the number "90" next to the word "User" rather than next to the word "points").
Sale1 | |
---|---|
Jan | $1493 |
Feb | $3829 |
March | $5283 |
Sale2 | |
April | $4827 |
May | $7246 |
June | $5689 |
Communication : It is defined as the imparting or exchanging of information by speaking, writing, or using some other medium.
This is First paragraph.
This is Second paragraph.
The hr tag defines a horizontal rule:
This is a paragraph.
This is a paragraph.
This is a paragraph.
This is a paragraph.
Notice that we have only specified a relative address for the image.
Since we have specified a base URL in the head section,
the browser will look for the image at "
".
The HTML head element contains meta data.
Meta data is data about the HTML document.
All meta information goes in the head section...
Programming Nguyễn Sơn Nhơn Blog - Notice that the link opens in a new window, even if it has no target="_blank" attribute. This is because the target attribute of the base element is set to "_blank".
A browser without support for JavaScript will show the text inside the noscript element.
A browser without support for JavaScript will show the text inside the noscript element.
Table will be centered aligned
Column A | Column B |
---|---|
data1 |
data2 |
data3 |
data4 |
data5 |
data6 |
Month | Profit |
---|---|
January | $100 |
February | $80 |
Text can be Wrapped around the table with the help of align attribute
HTML5 does not support align attribute, use CSS instead.
Month | Profit |
---|---|
January | $100 |
February | $80 |
Month | Profit |
---|---|
January | $100 |
February | $80 |
Month | Profit |
---|---|
January | $100 |
February | $80 |
Table with frame="box":
Month | Profit |
---|---|
January | $100 |
February | $80 |
Table with frame="above":
Month | Profit |
---|---|
January | $100 |
February | $80 |
Table with frame="below":
Month | Profit |
---|---|
January | $100 |
February | $80 |
Table with frame="hsides":
Month | Profit |
---|---|
January | $100 |
February | $80 |
Table with frame="vsides":
Month | Profit |
---|---|
January | $100 |
February | $80 |
Table with rules="none":
Month | Profit |
---|---|
January | $100 |
February | $80 |
Table with rules="rows":
Month | Profit |
---|---|
January | $100 |
February | $80 |
Table with rules="cols":
Month | Profit |
---|---|
January | $100 |
February | $80 |
Table with rules="all":
Month | Profit |
---|---|
January | $100 |
February | $80 |
Month | Profit |
---|---|
January | $100 |
February | $80 |
Month | Savings |
---|---|
January | $100 |
February | $80 |
Sum | $180 |
HTML wbr tag
Thebrowsertoextendthedocumentwindow