In the ... section, we had left the ... at the tag, so let us continue from here.For showing simple text, we use the tag in such a ... This is for the first time I'm writing my
In the preceding section, we had left the discussion at the tag, so let us continue from here.For showing simple text, we use the
tag in such a manner:
Ah! This is for the first time I'm writing my own HTML. The world is so different out here. Marvelous!
You can consider to be a paragraph.OK, now the page should look like:This is my first, hand-coded HTML pageAh! This is for the first time I'm writing my own HTML. The world is so different out here. Marvelous!
Ah! This is for the first time I'm writing my own HTML. The world is so different out here. Marvelous!
Refresh the page. See something?The use of some of the tags have been discontinued by some of the newer browsers, but we'll handle those complexities when we cover style sheets. At the moment, these should work.The browser will show the text in the default font. If you want to use your own font, size and color, you'll have to use the font size for a particular portion of the text like this:Ah! This is for the first time I'm writing my own HTML. The world is so different out here. Marvelous!
If you find it confusing, just type it as it is, save the file, and refresh the page in the browser, and you'll understand what I'm trying to say.Notice the opening and closing tags everywhere? SIZE, FACE and COLOR are the main basic attributes of the tag. == Step 6: ==Let us now create a hyperlink and get over with the current article. A hyper link is the fancy text over which when you hover your cursor, the cursor metamorphoses into a pointing finger, indicating that you are going to be taken to some other web-destination upon clicking the left mouse button. A graphic can act as a hyper-link too, but we'll come to that later.Suppose you want to add the following lines to the page:For more cool content, go to Bytesworth.com.
So that the page looks like now:This is my first, hand-coded HTML pageAh! This is for the first time I'm writing my own HTML. The world is so different out here. Marvelous!
For more cool content, go to Bytesworth.com.
For more cool content, go to Bytesworth.com.
exactly like this. Don't worry if the lines appear broken, you should write the entire thing in one line, as it is.The latest page now is:This is my first, hand-coded HTML pageAh! This is for the first time I'm writing my own HTML. The world is so different out here. Marvelous!
For more cool content, go to Bytesworth.com.
Save it, and refresh it. Bytesworth.com should appear as a hyperlink.Don't get distraught by the drab look. If you follow all the articles, you'll be able to make the coolest pages possible in HTML/JavaScriptsSo this is your first, basic page. Using the given tags, you can keep adding further content according to how creative you feel.Targeting "Right" Visitors
... you don't know where you are going, then it doesn't ... road you take, does it?"-- Cheshire Cat in Alice in the ...Showing and Hiding HTML elements using Layers
A long time back I visited a site that had a very fancy, animated ... bar. Now, as a ... web ... I'm not in favor of ... fancy ... bars, but it was very fascEmailing Form Input Using ASP
... uses online forms these days, whether to get user feedback or to get orders. They present your visitors with a means to convey their message to you.Most of the ... prefer using CGI sc