Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 776 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 776 Bytes

Front-End-HTML

Content: HTML Tutorial for beginners

Browser: Google Chrome

Example 1:

  • Create an outline for a basic HTML page.
  • Add some text to be seen on a web browser.

Example 2:

  • Change the display name for the newly created HTML which appears in the Chrome Tab.
  • Add various header style options.

Example 3:

  • Learn use of Paragraph tag.
  • Learn various ways to style words.

Example 4:

  • Learn using Unordered list.
  • Learn using Order list and its various types.

Example 5:

  • Adding image from local machine.
  • Adding image via hotlink.

Example 6:

  • Creating a form.
  • Add different types of button or dropdown.

Example 7:

  • Creating a table.
  • Adding link.
  • Adding anchor link.
  • Adding iframes.