13. Write the HTML Code to display the following output and follow the instructions given below: (5) a. Title of the webpage as Poem b. Background colour as Pink and text colour as Blue c. Heading of the text as “A Time To Believe” in Green Colour, Font style as Arial d. Font style as Monotype Corsiva for rest of the poem e. Change the colour of each line of your choice Apply line break tag and Horizontal line tag wherever required.
Answers
Answer:
I like this type of questions here's ur answer -
see the clipping I have made my own website with very less html code so it will be easy for u to understand
and here is the link to my website you can also visit there
file:///C:/Users/Somi/Desktop/index.html
to see the code of any webpage right click and then click on view page source
now let me tell you some common and important things -
everything must start like this
<HTML>
<HEAD>
<TITLE>Name of webpage </TITLE>
</HEAD>
Remember that, the title is not the title at the beginning of the webpage it is the information written at the top of the Internet Explorer window it identifies what the pages about to viewers but here in the name of web page you have to write the name of whatever is the name of your web page
for the page colour you have to see for the RGB colour code chart in any search engines such as Chrome or Internet Explorer when you will go and write down RGB colour code chart so you will get the colours name and what what type of shade they are of like and their code so that could you have to feed in between <BODY BGCOLOR="#_________">
note the blank in the body BG colour is equal to hashtag is actually the place where you have to feed the RGB colour code from the chart this is for the background colour
time-saver tip copy the code and then paste it in to your coding
so this was the starting and the webpage and background colour of your web page now here is how you will write the down the body and the other things written in the web page
<H1>____________</H1>
note the blank over here is the place where you will fill the the first heading of your web page so type and a heading for a webpage using the tags given above. for different headings you will give the names of H1 H2 H3 H4 h5 H6 and so on.......
now the font colour and the place of a heading it can be centre in the right or on the left where ever you want but I am telling the code which will help you in putting your heading in the centre
<H1><CENTER>____________</CENTER></H1>
note write the name of your web page in the blank
change the font colour of the heading-
for changing the font colour of heading as you added centre in between your H1 and H2 in the same way as after H1 you added centre in the same way you will add - font colour is equal to double inverted commas hashtag the colour code from the RGB colour code chart and if you close the bracket
but here where not using the round brackets where using the the greater than and smaller than signs the bracket as I have written it in H1 and Centre you can very well see it
note the / mark after the greater than sign is the sign which tells that the thing is ending as you can see in i the code I have given for H1 and centre
so this is your answer these are some common things we need to keep in mind while making a web page or a website if you didn't understand and you want the exact coding for your question then you can again write down your question and ask me for help
I told this for your could just so that you can get how to make your own webpage and you can solve any of your questions and you don't have to put your questions in brainly again and again