PDA

View Full Version : Basics Of HTML



cecilio
02-23-2011, 10:32 PM
A better method of changing font sizes and colors is the use of Cascading Style Sheets.

How to change the font size?
This is done with the following tag:

<font size="x">text to change</font>

"x" will be replaced by a number with a + or - sign in front of it. So let's say you wanted to make the font larger. You can use the tag with a +2, like this:

<font size="+2">I'm a big sentence now!</font>


Likewise, you can make the font smaller in the same way, using the - sign:

<font size="-2">Hey, I'm Small!</font>

Wireless Refill
02-25-2011, 03:17 PM
I am learning HTML so can u suggest me same useful web links here so that i can get basics if HTML?

shineshost
02-25-2011, 05:08 PM
HTML is easy the CSS part the designs it is the hardest part. Anyways Might like to look in to Css and the main idea is <div class="class name"> and in your css it is #class name {Bla;} OR <div style="Css code here">

They are the main use of CSS.

jockygerald
02-26-2011, 12:12 AM
in HTML you find a lot of PDF's for reference you have to learn get and post method.

elijah
02-26-2011, 02:48 AM
It is very nice and informational post regarding basics of HTML,
Thanks for sharing with us.

stevemack
02-28-2011, 07:24 AM
useful information for newbies and you made it very clear. thanks for the share.

jackson1
03-18-2011, 02:36 AM
Really,it's a great information regarding basics of HTML.It's really helps to us. Thanks for sharing this nice information with us.

leenaRay
03-22-2011, 02:39 AM
this is very basic information those who are new to HTML can find many tutorials online these tutorials are very helful n u find many interesting things that u can do with html. HTML5 is the new vibe on the internet they will soon replace flash soon

novice
03-22-2011, 02:41 AM
For more resources, you can try w3schools.com. It's an online written tutorial and there you will learn newt things and strategic and logical skills.

johnsonlive1
03-22-2011, 03:06 AM
Wow ! Thanks for sharing this useful tips. HTML is the best language for many applications. So if anyone starting using HTML than they must have to read this post this one's. It will be more beneficial to you. Keep posting.

robin84
03-24-2011, 03:45 AM
I started learning about html in 2002 and for 3 years. I did not follow up on it but i still know the basic.

adirondack chairs (http://www.regencyteak.com/TEAK-FURNITURE/Teak-Adirondack-Chairs/)

alex55
03-26-2011, 12:42 AM
Can you give me full details please?
==========
seo projects (http://sapiencebpo.com/services.html)

trenton2345
04-01-2011, 08:48 PM
I am learning HTML so can u suggest me same useful web links here so that i can get basics if HTML?

cipl123
04-06-2011, 02:29 PM
Hello,

I have gone through your post and really its very useful. Thanks for sharing such an useful post with all the users of this forum and I hope you will share more & more information in future also.

wulai
04-08-2011, 03:36 AM
A better method of changing font sizes and colors is the use of Cascading Style Sheets.

How to change the font size?
This is done with the following tag:

<font size="x">text to change</font>

"x" will be replaced by a number with a + or - sign in front of it. So let's say you wanted to make the font larger. You can use the tag with a +2, like this:

<font size="+2">I'm a big sentence now!</font>


Likewise, you can make the font smaller in the same way, using the - sign:

<font size="-2">Hey, I'm Small!</font>

Your method is not using the CSS, it should be: <div style="color:#ff0000;font-size:36px;">Hey, I'm Small!</div>

johnnixon84
04-11-2011, 02:14 AM
Good Information. W3schools is good website to learn html

lanceclusner8
04-13-2011, 05:11 PM
Real,it's a zealous aggregation regarding principle of HTML.It's real helps to us. Thanks for intercourse this precise substance with us.

JackKnight
04-20-2011, 04:59 AM
Thanks for this information.

haleysalvador
04-20-2011, 06:09 AM
I know little bit of HTML. HTML is useful to design a website and it is made up of different tags. There are basically two ways to design any website through HTML, one is table tag and another is div tag. According to me table tag is easy compare to div tag. Both tags have their own characteristics to design a simple website.

mutindan
04-21-2011, 02:17 AM
I am learning HTML so can u suggest me same useful web links here so that i can get basics if HTML

SetFor.Net
04-22-2011, 05:39 AM
in HTML you find a lot of PDF's for reference you have to learn get and post method.

http://www.w3schools.com/ is best for the starters :)

kingyoung
08-29-2011, 01:24 AM
HTML is a one of the best programming language and I like to use only the HTML programming language. HTML is very simple and easy to use. HTML is a very famous and popular programming language in the recent time.

shaynecantrell2
08-30-2011, 03:54 AM
Wow ! Thanks for sharing this useful tips. HTML is the best language for many applications. So if anyone starting using HTML then read this post.

ginnybrewster11
09-26-2011, 04:53 AM
HTML5 is the new vibe on the internet they will soon replace flash soonvery basic information those who are new to HTML can find many tutorials online these tutorials are very helful n u find many interesting things that u can do with html.

newsky
09-26-2011, 10:46 AM
HTML Headings

HTML headings are defined with the <h1> to <h6> tags.

Example

<h1>This is a heading</h1>
<h2>This is a heading</h2>
<h3>This is a heading</h3>

Try it yourself »

HTML Paragraphs

HTML paragraphs are defined with the <p> tag.

Example

<p>This is a paragraph.</p>
<p>This is another paragraph.</p>

Try it yourself »

HTML Links

HTML links are defined with the <a> tag.

Example

<a href="http://www.w3schools.com">This is a link</a>

Try it yourself »
Note: The link address is specified in the href attribute.

(You will learn about attributes in a later chapter of this tutorial).

HTML Images

HTML images are defined with the <img> tag.

Example

<img src="w3schools.jpg" width="104" height="142" />

iqbal77
09-27-2011, 03:55 PM
A better method of changing font sizes and colors is the use of Cascading Style Sheets.

How to change the font size?
This is done with the following tag:

<font size="x">text to change</font>

"x" will be replaced by a number with a + or - sign in front of it. So let's say you wanted to make the font larger. You can use the tag with a +2, like this:

<font size="+2">I'm a big sentence now!</font>


Likewise, you can make the font smaller in the same way, using the - sign:

<font size="-2">Hey, I'm Small!</font>
Wow . you should visit w3school. where you can learn better HTML

gavindmello053
12-01-2011, 01:03 AM
HTML is the best language for many applications and if anyone has started using HTML than they have to read this post. Keep posting.

dylonmatt85
05-18-2012, 11:47 PM
It is really of great help for me! Thank you very much. HTML as the best language for most applications has proven to be of efficiency for my end. Everyone using this HTML should start reading this post.

bertpedro957
05-22-2012, 12:23 AM
HTML is the acronym of Hyper Text Markup Language. Designing a website with the help of HTML encourages simple processing and sharing of the website.

rabia
05-22-2012, 03:18 AM
HTML is a language for describing web pages.

1) HTML stands for Hyper Text Markup Language
2) HTML is not a programming language, it is a markup language
3) A markup language is a set of markup tags
4) HTML uses markup tags to describe web pages

rabia
05-22-2012, 03:19 AM
HTML is a language for describing web pages.

1) HTML stands for Hyper Text Markup Language
2) HTML is not a programming language, it is a markup language
3) A markup language is a set of markup tags
4) HTML uses markup tags to describe web pages

himaslendar
05-22-2012, 07:36 AM
HTML is a programming language developed to allow the creation of the website. It is used to publish documents on the Internet is the computer language of the sort key, look at your web browser. HTML files can also send e-mail. HTML is a formal proposal in the World Wide Web Consortium.

kadinbert358
05-23-2012, 12:19 AM
Those who are beginner in the field of HTML and web development, this fundamental knowledge can help them. They can also refer the online tutorials about the HTML.

kadinbert358
05-23-2012, 12:38 AM
Those who are beginner in the field of HTML and web development, this fundamental knowledge can help them. They can also refer the online tutorials about the HTML.

manhattanlocksm
05-23-2012, 07:21 AM
HTML is also a language to describe the contents of web documents. HTML mostly uses a special syntax containing markers called “elements” which are also wrapped around the text within the text document to indicate and how user agents should interpret that portion of the document.

callumrathbone
05-23-2012, 07:14 PM
HTML is the very important language for web design. It is a very easy to learn and also very popular language. It is the first and old language. HTML is the Hyper Text Markup Language. There are some basic funda you have to know very well. You should have knowledge of all tags. Tags are very important in this language. thanks for sharing some basic information.

trentstone508
09-01-2012, 12:45 AM
Wow! Thank you for sharing this useful tips. HTML is the best language for many applications. Therefore, if anyone started using HTML, instead they must read this article, this person. It would be more beneficial to you. Continue to publish.

stevetamer
09-03-2012, 10:57 PM
HTML is a language for describing web pages.

1) HTML stands for Hyper Text Markup Language
2) HTML is not a programming language, it is a markup language
3) A markup language is a set of markup tags
4) HTML uses markup tags to describe web pages
words of wisdoms, good answer

anusha
09-04-2012, 02:54 AM
This is the best tool to learn html Very Easy..
http://www.w3schools.com/html/default.asp/

ericfox
10-17-2012, 07:25 AM
If any one want to get basic knowledge of HTML then w3school.com is best guideline for learner.

pokal
10-18-2012, 02:02 AM
i have used DreamweaverCS6. i use HTML for my own use. It is very helpful software. Thank for nice sharing.

marcoclay363
10-19-2012, 12:57 AM
You can learn the bare fundamentals of HTML and different versions relevant to the same by scrolling around. There are plenty of things to be gathered online. Knowledge of HTML is pretty beneficial.

lennonrowen
10-19-2012, 06:48 AM
HTML is stands for Hyper Text Markup Language. It is used to describe the web page to the web browser through mar up tags. For eg <title> tag is used to describe about the title of web page to web browser and browser display the web page having title as shown in between this tag.

ahsanabrar
10-19-2012, 09:32 AM
HTML is very easy language i am always enjoying to using it.I create designs using HTML.Most interesting part in HTML is creating "div"

roseybn
10-22-2012, 07:56 AM
For best HTML learn you should visit the site w3schools.com it provides you what you want.

sergiobatos
10-22-2012, 10:53 PM
Too simple, this is basic html, validator.w3.org can help all!

pipercraig
10-23-2012, 01:33 AM
W3 school will be very useful for learning HTML basics.

dombowkett
01-30-2021, 07:09 PM
HTML is very simple programming language that you can learn yourself through demo sites, videos.

jesica
02-22-2021, 11:44 PM
The Basics of Hypertext Markup Language Explained. HTML stands for Hypertext Markup Language. It allows the user to create and structure sections, paragraphs, headings, links, and blockquotes for web pages and applications.

kundancab
03-06-2021, 12:10 AM
Basic introduction to Hypertext Markup Language. HTML stands for Hypertext Markup Language. It allows users to create and construct sections, paragraphs, headings, links and block quotes for web pages and applications.

yuva12
03-18-2021, 08:13 AM
HTML stands for Hyper Text Markup Language.
HTML is the standard markup language for creating Web pages.
HTML describes the structure of a Web page.
HTML consists of a series of elements.
HTML elements tell the browser how to display the content.

kundancab
03-27-2021, 01:34 AM
HTML stands for Hypertext Markup Language.
HTML is the standard markup language used to create web pages.
HTML describes the structure of web pages.
HTML consists of a series of elements.
HTML elements tell the browser how to display the content.