Why html is not display or get a link in browser | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why html is not display or get a link in browser

28th Jul 2020, 3:48 PM
Saiprasad
Saiprasad - avatar
29 Answers
+ 4
Where is code?
28th Jul 2020, 3:49 PM
🇮🇳Vivek🇮🇳
🇮🇳Vivek🇮🇳 - avatar
+ 4
You didn't include <body> tag so why you will get the display. Also didn't closed the html tag with</html>
28th Jul 2020, 3:59 PM
The future is now thanks to science
The future is now thanks to science - avatar
+ 4
When you save it don't click on mske this cide public
28th Jul 2020, 6:50 PM
Ebube Amadi
Ebube Amadi - avatar
+ 3
Saiprasad Don't make it public.It will become private.I mean don't click on make this code public.
28th Jul 2020, 4:13 PM
The future is now thanks to science
The future is now thanks to science - avatar
28th Jul 2020, 4:02 PM
🇮🇳Vivek🇮🇳
🇮🇳Vivek🇮🇳 - avatar
+ 2
open the file with google chrome.
28th Jul 2020, 4:05 PM
The future is now thanks to science
The future is now thanks to science - avatar
+ 2
How to create link to my html
28th Jul 2020, 4:07 PM
Saiprasad
Saiprasad - avatar
+ 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.
28th Jul 2020, 4:10 PM
The future is now thanks to science
The future is now thanks to science - avatar
+ 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 :)
29th Jul 2020, 5:40 PM
Vishnu_kishore@473
Vishnu_kishore@473 - avatar
+ 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.
30th Jul 2020, 12:25 PM
Mark McClan
Mark McClan - avatar
+ 1
I dont know how to upload code i can text u wait
28th Jul 2020, 3:54 PM
Saiprasad
Saiprasad - avatar
+ 1
<html> <header> <title>Sai </title> </header> <p>Welcome to this website. </p> <p>I like fruits a lot. </p>
28th Jul 2020, 3:57 PM
Saiprasad
Saiprasad - avatar
+ 1
Last dhi </html>
28th Jul 2020, 3:58 PM
Saiprasad
Saiprasad - avatar
+ 1
Please help me
28th Jul 2020, 3:58 PM
Saiprasad
Saiprasad - avatar
+ 1
Say onething how can display our texts in browser is it possible then say what the procedure please
28th Jul 2020, 4:03 PM
Saiprasad
Saiprasad - avatar
+ 1
How????
28th Jul 2020, 4:06 PM
Saiprasad
Saiprasad - avatar
+ 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
28th Jul 2020, 4:07 PM
🇮🇳Vivek🇮🇳
🇮🇳Vivek🇮🇳 - avatar
+ 1
Click on share icon select sololearn. Copy the text. Pest that here
28th Jul 2020, 4:09 PM
🇮🇳Vivek🇮🇳
🇮🇳Vivek🇮🇳 - avatar
28th Jul 2020, 4:11 PM
Saiprasad
Saiprasad - avatar
+ 1
Its camed
28th Jul 2020, 4:11 PM
Saiprasad
Saiprasad - avatar