Here is how to make an html link:
Yahoo! .
You will see a highlighted "Yahoo! that when you click on it, It will take you to yahoo.com . Whatever is in quotes is the site address, What ever is between the >< is the highlighted text.
To make a link in a new window:
Yahoo!
Same thing, address in quotess, but notice you add
target="_blank. There is a space before target. That is Basic HTML LINKS.
Now, if you want to paste an object on your website, that's different. First, you find a place on the website where the will give you an HTML CODE or WIDGET to put the object on your site. Then, copy the code. Finally, paste the code on the HTML page. MAKE SURE, that if you want the page to be HTML compatible, the address ends in .html (ex. http://www.wlit.com/pages/melissa.html ) or /index.html (ex. http://www.webspawner.com/users/mariofcalero/index.html )
To make Bold text, put when you want the bold text to start and where you want the bold text to end. Same thing with underline and italisize, but instead of B in the <> and >, You put I for italisize and U for underline. Hope this helps. Want more help? Email me! Your page with HTML could look as good as my page. Check it out!
http://www.webspawner.com/users/mariofcalero/index.html
2007-07-11 01:14:47
·
answer #1
·
answered by Anonymous
·
0⤊
1⤋
When you go to a texteditor, like 'BBEdit Lite', you can write an HTML page, which is a webpage. Webpages are made completely out of words which the computer reads and loads every time you click a link or go to a site.
To look at some people's HTML, you can go to any page and either click 'View' and then go to 'Source' if you have a PC, or right click and go to 'View Source' if you have a Mac.
To learn some HTML, you can either ask a friend who knows it (most reliable way), Google 'HTML tutorial for beginners' or something, or you can buy an up-to-date HTML book, which can cost over £20.
2007-07-11 07:29:45
·
answer #2
·
answered by anonymouse 1
·
0⤊
0⤋
Do you want to know how to design pages with HTML or how it works?
HTML, or hypertext mark-up language, is a language constructed of special codes. To view some codes in action, right-click the page you're viewing and click "View Source." These are instructions in text that tell the browser how to represent the site visually. When the code says
, for example, the browser will automatically make a new line. If it sees text surrounded by , the text enclosed will appear boldfaced, and so forth. Everything you see on a page is in HTML, other than the pictures: HTML merely tells the pictures where to appear, what size they should be, and what happens if you click them.
If you want to learn it, I recommend the site http://www.htmlgoodies.com
2007-07-11 01:05:07
·
answer #3
·
answered by JoeTrumpet 3
·
1⤊
0⤋
HTML is not a programming language and so doesn't "work", rather it is a markup language which needs to be "understood".
HTML is simply a defined set of tags and rules governing those tags. For example, the
tag must be contained by the tag and so on.
When HTML is send via the internet to your browser, your browser's job is to *understand* the HTML. For the most part this will involve drawing text, images and shapes to the screen (known as "rendering"). Another challenge for the browser is handling the form input controls.
2007-07-11 04:05:50
·
answer #4
·
answered by Anonymous
·
0⤊
0⤋
You type the web url into the browser and it starts to read the file specified. If no file is specified it will get the default file of index.htm.
This file is read and then processed from top down.
Any additional files that are included in the first file like CSS, JavaScript or VBscript files are also read in from top to bottom at the point that the files are specified in the first file.
The browse will process each tag or instructon as it is encountered. Thus if you call a JavaScript function that has not yet loaded you will get an error.
2007-07-11 01:15:27
·
answer #5
·
answered by AnalProgrammer 7
·
0⤊
0⤋
HTML is a 'mark up' language. Mark up is an old printing term and it defines the structure of a document; headers, bold, paragraph etc. The HTML tells the browser how to structure the various elements in a page.
2007-07-11 01:04:20
·
answer #6
·
answered by Anonymous
·
1⤊
1⤋
How to design a page or how it gets process and displayed?
Just design there is an http://www.w3school.org that you can check it out.
We have enough HTML engines out in the public already; are you sure you want to get to the bottom of how to process it? Basically XML parser and XML trees.
2007-07-11 01:39:28
·
answer #7
·
answered by Andy T 7
·
0⤊
0⤋
HTML uses tags to identify a type of content. These tags are then interpreted by a browser to produce formatted content.
For example will put text in bold you then close the tag to stop the formatting.
2007-07-11 01:02:32
·
answer #8
·
answered by mark 7
·
1⤊
0⤋
HTML is Hyper Text Markup Language
This is the
Then its the
The head is the top half the body is the middle which does everything hope i helped
2007-07-11 01:01:30
·
answer #9
·
answered by V 3
·
1⤊
0⤋
Go to http://www.w3schools.com/html/html_intro.asp for a tutorial.
Try searching for Html tutorials.
2007-07-11 01:03:00
·
answer #10
·
answered by sherrybarrybee 2
·
1⤊
0⤋