Forums

Replies Of:hey seniors i am interested in starting my own blog or even a website with my friends like u wat basic steps should i follow??? i am in B.E. 1st sem in comp. engg.
Page:   1   Back  Next
#1
Liked by:1  

Ohhh hi....
i m very glad to know this from first year students like you. i will surely help you.
i would suggest you to first learn basic HTML and develop some html websites and we will give you free hosting on our server for testing.
if you are new to HTML then try Microsoft Office Publisher. it allows to create static website using GUI. so try that and develop a basic HTML website with 2-3 pages,images, and links and some contents. then show it to me.

#2
Liked by:0  

thank you very much!!


#3
Liked by:0  

Hi Rushi, i got ur mail and the attachment,
but see Rushi, only HTML page does not contain images and stylesheets.
you have send me only html page.HTML page basically contains tags only. if u are adding an image to ur html code then u r passing the path of the image in that code. so when u open html file that takes the image from the path and it gets displayed on the browser. so whenever u want to send a website to someone you should also send the dependent files with it.
the best way to do this is always use relative path, instead of physical path of ur system.
suppose your html page is in a folder named "Website". then create a folder named "Images" in that folder.and put all the images in that folder. and put ur html file in Website folder. Now if u want to put an image(which is in Images folder and its name is "test.jpg") in ur html file then use the code like <img src="Images/test.jpg" />.
now if u send this website folder to anyone, it will work fine.

#4
Liked by:0  


#5
Liked by:0  

ok i will do the same

and thanks foe the guidance


#6
Liked by:0  

thanks for guidance ,mane pan mali gayu

Page:   1   Back  Next
Please Login to reply to this thread.