Create webpage using list tags of HTML. Ordered list ,unordered list and Nested list. Apply Formatting tags, Include Paragraph, and Body bg color. pls consider if any of you guys are coders. 50 points are also given.
Answers
Answered by
0
Answer:
Harper text markup language
Answered by
0
HTML : Hyper Text Markup Language
It is a markup language for making web pages.
Some tags that have been used to design this simple web page are:-
- <h1> to <h6> : Heading Tag
- <u> : Underline Tag
- <p> : Paragraph Tag
- <b> : Bold
- <i> : Italics
- <ol> : Ordered List
- <ul> : Unordered List
- <li> : List Items
CSS : Cascading Style Sheets
We can use CSS for styling the page.
For Example :-
- Changing background color
- Inserting image
- Changing font style
- Changing border size
Attachments:
Similar questions