0
Why html is not display or get a link in browser
29 Respuestas
+ 4
Where is code?
+ 4
You didn't include <body> tag so why you will get the display.
Also didn't closed the html tag with</html>
+ 4
When you save it don't click on mske this cide public
+ 3
Saiprasad Don't make it public.It will become private.I mean don't click on make this code public.
+ 2
open the file with google chrome.
+ 2
How to create link to my html
+ 2
Firstly find the html file from windows explorer .Then click the right button of the mouse and in the option click on open with then you find google chrome and click it.
+ 2
To get a link in browser you have to use <a></a> tags.
Go to html fundamentals course and then to html basics and click on links and there you will learn all about links.
Bro,I suggest you to first complete the course and try what you have learned in that lesson by using try it yourself section..
And practice to read comments in the lesson to understand the lesson clearly and it helps you alot.
MAKE SURE THAT YOU practice every time when you get a small thought of writing a code on ur own on till now what u have learnt.
I'm also from telugu state so,don't worry.
HAPPY CODING :)
+ 2
<title> sits in between the <head> tags...the <head> hold information about the page
<header> sits inside the <body> tags...if there is no <body>, then there will be nothing displayed on the page
<head> and <body> sit inside the <html> tags...the root tags of the document.
<html> tags sit under the
<!DOCTYPE html> tag (note the singular "tag" - there is no closing tag)...this is the "document", the page upon which everything you put between your <html> tags will have an effect.
These are the minimum tags that should be included in every .htm file set out as so -
<!DOCTYPE html>
<html>
<head> </head>
<body> </body>
</html>
Make sure to drill this information into your brain...type it out repeatedly until you can do it the next day from scratch.
It is THE FIRST STEP in making sure your code will work correctly.
+ 1
I dont know how to upload code i can text u wait
+ 1
<html>
<header>
<title>Sai </title>
</header>
<p>Welcome to this website. </p>
<p>I like fruits a lot. </p>
+ 1
Last dhi </html>
+ 1
Please help me
+ 1
Say onething how can display our texts in browser is it possible then say what the procedure please
+ 1
How????
+ 1
Saiprasad click on link provided by me. Then click on run button which is on bottom right corner.
https://code.sololearn.com/WLYT0lUB34iT/?ref=app
+ 1
Click on share icon select sololearn. Copy the text. Pest that here
+ 1
Its camed