Search
Search titles only
By:
Search titles only
By:
Log in
Register
Search
Search titles only
By:
Search titles only
By:
Menu
Install the app
Install
Forums
New posts
All threads
Latest threads
New posts
Trending threads
Trending
Search forums
What's new
New posts
New ads
New profile posts
Latest activity
Free Ads
Latest reviews
Search ads
Members
Current visitors
New profile posts
Search profile posts
Contact us
Latest ads
Colombo
Red Hat Certified System Administrator (RHCSA) - RHEL 10
Sanjeewani95
Updated:
Yesterday at 7:43 PM
NURSING , CAREGIVER , HOTEL & BEAUTY COURSES
IVA Para Medical Campus
Updated:
Thursday at 9:24 AM
Handmade Character Soft Toys Peppa Pig Family
anil1961
Updated:
Wednesday at 9:58 PM
Ad icon
Video Content Creator
pramukag
Updated:
Sunday at 6:10 AM
Ad icon
QA Engineer Intern
pramukag
Updated:
Sunday at 6:07 AM
Electronics
Vehicles
Property
Search
Reply to thread
Forums
Computers & Internet
Tips & Tricks
Tips & Tricks Collection of DC
Get the App
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Message
<blockquote data-quote="||~DxxCxxxx~||" data-source="post: 3454023" data-attributes="member: 137393"><p><strong>Quick guide to HTML</strong></p><p></p><p><img src="http://getfirebug.com/html1.gif" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p></p><p>Well, if you've ever wanted to have you're own webpage on the internet, you know that it can be pretty frustrating trying to find out how. What you need to know is that building a page requires knowledge of HTML, which stands for Hyper Text Markup Language. Behind every page is a large amount of code. But what is this code if you don't know what it means?</p><p></p><p>Nothing. It's absolutely nothing, and if you want to make something at the undisputed easiest language on the internet, you should keep reading.I will provide four scripts. Each time I add a new tag to the script, I will explain the new tag just like I did the rest. I used tabs for easier reading.</p><p></p><p>First of all, lets start up with something simple. I'll explain the tags after I'm finished with the code.</p><p></p><p><html></p><p><body bgcolor="#C0C0C0"></p><p><title>New HTML Page</title></p><p><font face="Verdana" size="15" color="red"></p><p><!- The text here is important -></p><p><body></p><p>Welcome to my new HTML page. You need no knowledge of HTML</p><p>to view this page.</p><p></p><p></p><p> </p><p>It was made by me,</p><p> </p><p>(Your Name)</p><p></body></p><p></font></p><p></html></p><p></p><p>Now, lets take it step by step.</p><p><html> and </html></p><p>These tags mark the beginning and the end of an HTML document. These documents end with .html or .htm extensions.</p><p></p><p><body bgcolor="#hex or color"></p><p>This specifies the page's background color. You can either enter a hexidecimal string for the color, or thanks to new upgrades in browsers, just specify a color, such as "red".</p><p></p><p><title> and </title></p><p>Mark the beginning and the end of the text located at the top of the browser. Any text is allowed here.</p><p></p><p><font face="font" size="size" color="color or #hex"> and </font></p><p>This is to specify the type of font used for the text following it. Note that also you can write each "sub-tag" such as "face", "size", and "color" as its own tag, like this.</p><p><font face="font> </font></p><p><font size="size"> </font size></p><p><font color="color or #hex"> </font color></p><p></p><p>But you have to close them individually, so it's quicker to just incorporate them into one tag.</p><p></p><p>This is a commentary tag. The text within this tag will not show up on the page, and does not affect this page as long as you close the comment with --> or --!> (the number of underscores does not matter). These tags are used to give the reader of the HTML source accompanying the page he or she is reading some information about the site, such as the author or date of publication.</p><p></p><p><body> and </body></p><p>Mark the beginning of the body of a document. Not necessary, but are often used to organize the document a little better.</p><p></p><p></p><p></p><p> </p><p>A paragraph tag. Each tag inserted creates a new paragraph.</p><p></p><p></p><p> </p><p>A line break. Each tag inserted automatically puts the next text or image at the next line.Now that you know some basic tags, lets get on to a script that's a "step" higher.</p><p></p><p><html></p><p><body bgcolor="#800000"></p><p><title>HTML PAGE 2</title></p><p><font face="verdana" size="14" color="#cccccc"></p><p><p align="center"></p><p><body></p><p></p><p> </p><p><img src="http://pic.gif" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p></p><p> </p><p>Welcome to my HTML page. If you need to learn more about HTML, click</p><p><a href="http://page.html/" target="_blank">here</a>.</p><p></p></p><p></font></p><p></body></p><p></html></p><p></p><p><p align="center"> and </p></p><p>"align" is a "sub-tag" for </p><p></p><p>. It is used to specify the alignment of the text within the new paragraph.</p><p></p><p><img src="http://pic.gif" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p>This inserts an image where it is placed.</p><p></p><p><a href="http://link.html/" target="_blank"> and </a></p><p>This tag inserts a hyperlink. The link is specified in the "href" section of the link, and the text directly after the first tag is closed. After you have already typed the text that you wish to hyperlink and you are ready to end the link, you end the tag, using</p><p></a>.</p><p></p><p>Lets go on to another script.</p><p></p><p><html></p><p><body bgcolor="#800000"></p><p><title>HTML PAGE 3</title></p><p><font face="verdana" size="14" color="#cccccc"></p><p><p align="center"></p><p><body></p><p><table></p><p><tr><td bgcolor="green"></p><p><marquee>Welcome to my page. It is a page about HTML, but you do not need knowledge of HTML</p><p>to view it.</marquee></tr></td></table></p><p></p><p> </p><p><a href="page.html"></p><p><img src="http://pic.gif" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></a></p><p></p><p></p><p> </p><p>Welcome to my HTML page. If you need to learn more about HTML, click</p><p><a href="http://page.html/" target="_blank">here</a>. Although you may wish to learn</p><p>more about HTML, I can only provide so much information, since my website is on limited</p><p>space, and my cheap host only gave me eighty kilobytes.</p><p></p></p><p></font></p><p></body></p><p></html></p><p></p><p><table> and </table></p><p>Starts a table. The cells and rows are made with the following.</p><p></p><p><TR> and </TR></p><p>Specifies a new row.</p><p></p><p><TD> and </TD></p><p>Specifies a new cell.</p><p></p><p><marquee> and </marquee></p><p>Starts a marquee. A marquee is a line of text that scrolls across the screen. Some viewers find it annoying, so I put it in its own little table cell to make it look more organized.</p><p></p><p><a href="http://page.html/" target="_blank"> and </a></p><p>style="text-decoration: none"</p><p>This specifies that you want the link which you are inserting to have no underline, or text-decoration. Without this, by default, most browsers underline hyperlinks.</p><p></p><p><html></p><p><style></p><p>body {</p><p>scrollbar-arrow-color: black; scrollbar-base-color: gray</p><p>}</p><p></style></p><p><body bgcolor="#800000" text="#000000" alink="#000080" link="#000080" vlink="#000080"></p><p><title>HTML PAGE 4</title></p><p><font face="verdana" size="14"></p><p><p align="center"></p><p><body></p><p><table bordercolor="gray" bgcolor="red"></p><p><tr><td></p><p><marquee>Welcome to my page. It is a page about HTML, but you do not need knowledge of HTML</p><p>to view it.</marquee></tr></td></table></p><p></p><p> </p><p><a href="page.html"></p><p><img src="http://pic.gif" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></a></p><p></p><p></p><p> </p><p>Welcome to my HTML page. If you need to learn more about HTML, click</p><p><a href="http://page.html/" target="_blank">here</a>. Although you may wish to learn more about HTML, I can only provide so much information, since my website is on limited space, and my cheap host only gave me eighty kilobytes.</p><p></p></p><p></font></p><p></body></p><p></html></p><p></p><p></p><p><body> and </body></p><p>text="color or #hex" =Specifies the color of plain text for the whole page.</p><p>alink="color or #hex ="Specifies the color of the active links for the whole page.</p><p>link="color or #hex" =Specifies the color for the regular links for the whole page.</p><p>vlink="color or #hex" =Specifies the color for the visited links for the whole page.</p><p></p><p><table> and </table></p><p>bordercolor="color or #hex" =Specifies the border color for the table.</p><p>bgcolor="color or #hex" =Specifies the background color for the table.</p><p></p><p><td> and </td></p><p>bgcolor="color or #hex" =Specifies the background color for that specific cell.</p><p></p><p><html></p><p></p><p><style></p><p>body {</p><p>scrollbar-arrow-color: black; SCROLLBAR-BASE-COLOR: gray</p><p>}</p><p></style></p><p><body bgcolor="#800000" text="#000000" alink="#000080" link="#000080" vlink="#000080"></p><p><title>HTML PAGE 4</title></p><p><font face="verdana" size="14"></p><p><p align="center"></p><p><body></p><p><table bordercolor="gray" bgcolor="red"></p><p><tr><td></p><p><marquee>Welcome to my page. It is a page about HTML, but you do not need knowledge of HTML</p><p>to view it.</marquee></tr></td></table></p><p></p><p> </p><p><a href="page.html"></p><p><img src="http://pic.gif" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></a></p><p></p><p></p><p> </p><p>Welcome to my HTML page. If you need to learn more about HTML, click</p><p><a href="http://page.html/" target="_blank">here</a>. Although you may wish to learn more about HTML, I can only provide so much information, since my website is on limited space, and my cheap host only gave me three kilobytes.</p><p></p></p><p></font></p><p></body></p><p></html></p><p></p><p></p><p>The last, and certainly least thing we are going to talk about are comments. These tags are a waste of bytes really; all they do is give the reader of the source information about it. They do not show up on the finished product.</p><p></p><p>= HTML Generators =</p><p></p><p>HTML Generators are programs that allow you to design a page, and while you design it, the HTML for whatever you add to the page is generated. Such programs include ********* Frontpage and Dreamweaver.</p><p></p><p>I use Frontpage a lot simply because it saves time. Opening up notepad and writing an entire site can be timely, while Frontpage is efficient and quick.</p><p></p><p>I hope this guide helped you learn a little about HTML. For all you HTML masters, we all forget things sometimes and need a reference guide.</p></blockquote><p></p>
[QUOTE="||~DxxCxxxx~||, post: 3454023, member: 137393"] [b]Quick guide to HTML[/b] [IMG]http://getfirebug.com/html1.gif[/IMG] Well, if you've ever wanted to have you're own webpage on the internet, you know that it can be pretty frustrating trying to find out how. What you need to know is that building a page requires knowledge of HTML, which stands for Hyper Text Markup Language. Behind every page is a large amount of code. But what is this code if you don't know what it means? Nothing. It's absolutely nothing, and if you want to make something at the undisputed easiest language on the internet, you should keep reading.I will provide four scripts. Each time I add a new tag to the script, I will explain the new tag just like I did the rest. I used tabs for easier reading. First of all, lets start up with something simple. I'll explain the tags after I'm finished with the code. <html> <body bgcolor="#C0C0C0"> <title>New HTML Page</title> <font face="Verdana" size="15" color="red"> <!- The text here is important -> <body> Welcome to my new HTML page. You need no knowledge of HTML to view this page. It was made by me, (Your Name) </body> </font> </html> Now, lets take it step by step. <html> and </html> These tags mark the beginning and the end of an HTML document. These documents end with .html or .htm extensions. <body bgcolor="#hex or color"> This specifies the page's background color. You can either enter a hexidecimal string for the color, or thanks to new upgrades in browsers, just specify a color, such as "red". <title> and </title> Mark the beginning and the end of the text located at the top of the browser. Any text is allowed here. <font face="font" size="size" color="color or #hex"> and </font> This is to specify the type of font used for the text following it. Note that also you can write each "sub-tag" such as "face", "size", and "color" as its own tag, like this. <font face="font> </font> <font size="size"> </font size> <font color="color or #hex"> </font color> But you have to close them individually, so it's quicker to just incorporate them into one tag. This is a commentary tag. The text within this tag will not show up on the page, and does not affect this page as long as you close the comment with --> or --!> (the number of underscores does not matter). These tags are used to give the reader of the HTML source accompanying the page he or she is reading some information about the site, such as the author or date of publication. <body> and </body> Mark the beginning of the body of a document. Not necessary, but are often used to organize the document a little better. A paragraph tag. Each tag inserted creates a new paragraph. A line break. Each tag inserted automatically puts the next text or image at the next line.Now that you know some basic tags, lets get on to a script that's a "step" higher. <html> <body bgcolor="#800000"> <title>HTML PAGE 2</title> <font face="verdana" size="14" color="#cccccc"> <p align="center"> <body> [img]pic.gif[/img] Welcome to my HTML page. If you need to learn more about HTML, click [URL="http://page.html/"]here[/URL]. </p> </font> </body> </html> <p align="center"> and </p> "align" is a "sub-tag" for . It is used to specify the alignment of the text within the new paragraph. [img]pic.gif[/img] This inserts an image where it is placed. [URL="http://link.html/"] and [/URL] This tag inserts a hyperlink. The link is specified in the "href" section of the link, and the text directly after the first tag is closed. After you have already typed the text that you wish to hyperlink and you are ready to end the link, you end the tag, using </a>. Lets go on to another script. <html> <body bgcolor="#800000"> <title>HTML PAGE 3</title> <font face="verdana" size="14" color="#cccccc"> <p align="center"> <body> <table> <tr><td bgcolor="green"> <marquee>Welcome to my page. It is a page about HTML, but you do not need knowledge of HTML to view it.</marquee></tr></td></table> <a href="page.html"> [img]pic.gif[/img] </a> Welcome to my HTML page. If you need to learn more about HTML, click [URL="http://page.html/"]here[/URL]. Although you may wish to learn more about HTML, I can only provide so much information, since my website is on limited space, and my cheap host only gave me eighty kilobytes. </p> </font> </body> </html> <table> and </table> Starts a table. The cells and rows are made with the following. <TR> and </TR> Specifies a new row. <TD> and </TD> Specifies a new cell. <marquee> and </marquee> Starts a marquee. A marquee is a line of text that scrolls across the screen. Some viewers find it annoying, so I put it in its own little table cell to make it look more organized. [URL="http://page.html/"] and [/URL] style="text-decoration: none" This specifies that you want the link which you are inserting to have no underline, or text-decoration. Without this, by default, most browsers underline hyperlinks. <html> <style> body { scrollbar-arrow-color: black; scrollbar-base-color: gray } </style> <body bgcolor="#800000" text="#000000" alink="#000080" link="#000080" vlink="#000080"> <title>HTML PAGE 4</title> <font face="verdana" size="14"> <p align="center"> <body> <table bordercolor="gray" bgcolor="red"> <tr><td> <marquee>Welcome to my page. It is a page about HTML, but you do not need knowledge of HTML to view it.</marquee></tr></td></table> <a href="page.html"> [img]pic.gif[/img] </a> Welcome to my HTML page. If you need to learn more about HTML, click [URL="http://page.html/"]here[/URL]. Although you may wish to learn more about HTML, I can only provide so much information, since my website is on limited space, and my cheap host only gave me eighty kilobytes. </p> </font> </body> </html> <body> and </body> text="color or #hex" =Specifies the color of plain text for the whole page. alink="color or #hex ="Specifies the color of the active links for the whole page. link="color or #hex" =Specifies the color for the regular links for the whole page. vlink="color or #hex" =Specifies the color for the visited links for the whole page. <table> and </table> bordercolor="color or #hex" =Specifies the border color for the table. bgcolor="color or #hex" =Specifies the background color for the table. <td> and </td> bgcolor="color or #hex" =Specifies the background color for that specific cell. <html> <style> body { scrollbar-arrow-color: black; SCROLLBAR-BASE-COLOR: gray } </style> <body bgcolor="#800000" text="#000000" alink="#000080" link="#000080" vlink="#000080"> <title>HTML PAGE 4</title> <font face="verdana" size="14"> <p align="center"> <body> <table bordercolor="gray" bgcolor="red"> <tr><td> <marquee>Welcome to my page. It is a page about HTML, but you do not need knowledge of HTML to view it.</marquee></tr></td></table> <a href="page.html"> [img]pic.gif[/img] </a> Welcome to my HTML page. If you need to learn more about HTML, click [URL="http://page.html/"]here[/URL]. Although you may wish to learn more about HTML, I can only provide so much information, since my website is on limited space, and my cheap host only gave me three kilobytes. </p> </font> </body> </html> The last, and certainly least thing we are going to talk about are comments. These tags are a waste of bytes really; all they do is give the reader of the source information about it. They do not show up on the finished product. = HTML Generators = HTML Generators are programs that allow you to design a page, and while you design it, the HTML for whatever you add to the page is generated. Such programs include ********* Frontpage and Dreamweaver. I use Frontpage a lot simply because it saves time. Opening up notepad and writing an entire site can be timely, while Frontpage is efficient and quick. I hope this guide helped you learn a little about HTML. For all you HTML masters, we all forget things sometimes and need a reference guide. [/QUOTE]
Insert quotes…
Verification
Awruddata maasa keeyada?
Post reply
Top
Bottom