how to do setting the page appearance in HTML
Answers
Answer:
You can show HTML tags as plain text in HTML on a website or webpage by replacing < with < or &60; and > with > or &62; on each HTML tag that you want to be visible. Ordinarily, HTML tags are not visible to the reader on the browser.
Explanation:
hope this helps.....have a nice day
Answer:
In this lesson you will learn how to change the appearance of your page by some very east to use HTML Tags
Exercise 1. Heading, Sub headings & Paragraphs
Exercise 2. Emphasis
Change the appearance of Heading, Sub headings & Paragraphs with Inline Element CSS Styles (Cascading Style Sheets)
Changing the colour of the text.
Change the colour of the background.
Change the alignment.
Be introduced to Cascading Style Sheets (CSS)
So far the 2 web pages you have produced are displayed using the default settings of your browser. You will soon be learning methods of changing these default settings to something of your own choice.
Some of the methods that have been used for a long time to produce the effect that you require are being replaced by newer methods that use Style Sheets. Some of the older methods are said to be Deprecated these will be pointed out.
John McGuinn
Explanation: