It is very simple to add a link in HTML. <a href="http://esharautela17.blogspot.com">This is a link</a> Instead of This is a link you can add any description you want for your link. Also, after her in-between " " you have to give the link to the website. You can give any link of your choice. <a href="http://esharautela17.blogspot.com">This is a link</a><br> this should be written in the body of the HTML program. Now, when you click on this link it will redirect you to the link that you have given. DO LET ME KNOW IF YOU DID NOT GET ANYTHING IN THE COMMENTS!! I WILL HELP YOU OUT.
You can add as many videos as you want. I am going to teach you how to insert any video from youtube. First, Go to the video on YouTube that you want to insert into your website. Then, click on share. Next, click on embed. Now, copy the whole thing and paste it into your HTML program. <html> <head> <title> MY NAME </title> </head> <body style="background-color:pink"> Hello everyone!! my name is Esha Rautela!!<br><hr> I study in grade 8.<br><hr> :)<hr> <img src="C:\Users\eshar\OneDrive\Desktop\HTML.png" width="200px" height="150px"><hr> <h2><i>LIST OF ELECTRONIC DEVICES</h2> <ul> <li>Phone</li> <li>Laptop</li> <li>Tab</li> <li>T.V</li> <li>Xbox 360</li> <li>Xbox 1s </li> <li>Xbox 1x</li> <li>Oven</li> <li>Microw...
What is HTML? HTML(HyperText Markup Language) Hello guys!! I am going to be explaining a few things and the basic body of HTML. HTML is a markup language. It is used to create web browsers and websites. It can be assisted by other languages such as Cascading Style Sheets (CSS) and scripting languages such as JavaScript. To do this programming you need to download notepad or potepad++, etc. I would recommend you to download notepad++. An HTML element is set off from other text in a document by "t ag s, tags are inclosed in angular brackets ("<" and ">"). There is an opening and closing tag in HTML i.e. <html> and </html>. The program should always begin with <html> and end with </html>. After this comes the head i.e. <head> and </head> there is an opening and a closing tag. Next comes the title tag i.e <title> and </title> this tag is inside the head tag. In this, you should write whatever title yo...
:)
ReplyDelete