Computer Science, asked by anishaharish454, 4 months ago

Create a webpage on any topic
(hint: Any 5 tag and create a webpage)​

Answers

Answered by sashragavi
1

Answer:

Explanation:

These tags help you format them all:

  • Headings: <h1>Top heading</h1>, <h2>Next-level heading</h2>, … ...
  • Bold: <b>text</b>
  • Italic: <i>text</i>

Paragraph: <p>A paragraph of text</p>

Bulleted list: <ul> <li>First list item</li> <li>Second list item</li> </ul>

Numbered list: <ol> <li>Item #1</li> <li>Item #2</li> </ol>

  1. Learn the Basics of HTML. ...
  2. Understand HTML Document Structure. ...
  3. Get to Know CSS Selectors. ...
  4. Put Together a CSS Stylesheet. ...
  5. Download/Install Bootstrap. ...
  6. Pick a Design. ...
  7. Customize Your Website With HTML and CSS. ...
  8. Add Content and Images.
Similar questions