rather than using < or > in your code you would do this
to create a < you would use & lt; (delete the space between the & and the l)
to create the > you would add & gt; (again delete the space between the & and the g)
so you code rather than looking like would look like...
& lt;html& gt; (without any spaces in it)
EDIT: only posted this because the above one only mentioned one part of the code not both.
2006-12-14 09:47:05
·
answer #1
·
answered by Cinders 2
·
0⤊
0⤋
I had this html tag in my html file:
Replaced the first character, the "less than sign", with the following four letters (I can't type the characters next to each other, or it's converted back to the less than sign, since this answer box is composed of HTML too):
& l t ;
The actual hr code displayed on the web page correctly (when displayed on the web page, the four letters are converted back to a "less than sign"):
Great question!
2006-12-14 05:38:22
·
answer #2
·
answered by edith clarke 7
·
0⤊
0⤋
Correct Code : Your problem was that you had put the double quote after the filename WTTFTC, instead of after the FULL filename.. WTTFTC.gif. p.s. write your html tags in lower-case. Although your tag will work in uppercase, in X(HTML) documents the tags are case sensitive. A browser following strict standards would not recognize an IMG tag but rather an tag. Although all browsers will likely still display the image, it may put the "rendering technique" of the browser into "quirks" mode, which is not optimal for page loading speed. Plus, standards compliance is always good :)
2016-05-24 03:22:16
·
answer #3
·
answered by ? 4
·
0⤊
0⤋
for example putting a link:
Code: & l t; href="http://www.website.com & q u o t; target=& q u o t;_blank& q u ot;& g t;WEBSITE.com
if u code as u can see it is a bit complicated...but if u use a design tool such Dreamweaver u can simply key in the HTML code in design view and it will be seen as HTML on the webpage
2006-12-14 04:49:45
·
answer #4
·
answered by Anonymous
·
1⤊
0⤋
I think you can put it in tags if not put it in a text box:
2006-12-14 04:55:14
·
answer #5
·
answered by ukcufs 5
·
0⤊
1⤋
is a deprecated tag, but can do the job
will display all spaces and returns
< to & lt;
> to & gt;
" to & quot;
2006-12-15 06:37:29
·
answer #6
·
answered by Anonymous
·
0⤊
0⤋
Click "View", then click "HTML Source".
Hope that helps.
2006-12-14 04:50:25
·
answer #7
·
answered by champer 7
·
0⤊
1⤋
click on "View", then "Source" in your browsers menu bar.
2006-12-14 04:49:37
·
answer #8
·
answered by Anonymous
·
0⤊
1⤋
http://www.techtutorials.net/
http://www.digitaljuice.com/
http://www.tutorialkit.com/
http://www.codestyles.com/
2006-12-14 06:26:30
·
answer #9
·
answered by george r. n. 5
·
0⤊
1⤋
http://www.good-tutorials.com/
http://www.digitaljuice.com/
http://www.tutorialkit.com/
http://www.codestyles.com/
http://www.sitecube.com/website/promo_bw.asp?pid=sitetarget
2006-12-14 05:01:10
·
answer #10
·
answered by GEORGE N 4
·
0⤊
1⤋