Skip to content

GDG-Najaf-FrontEnd/HTML-Task-01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

HTML-Task-Beginners

In this task, you will be practicing HTML using some of its basic tags.

Instructions

  • Fork and clone this repository
  • cd into the HTML-Task-01 folder.
  • Create a file called index.html.
  • Create a stunning web page of you choice(you can talk about yourself, or any favorite things) using:
    • h1 tag.
    • p tag.
    • ordered list tag.
    • unordered tag.
    • img tag.
    • unordered tag.

Tips

  • Everything you want to be displayed on the screen, should be within the body tag.
  • Be carful with the opening and closing tags. If you accidentally erase a “<” or the “/” it may make the page render funny. You have to be very precise with your typing.
  • HTML doesn’t work the same as a typical text editor like Microsoft Word or Apple Pages or Google Docs. If you press the “Return” button on your keyboard to get a new line, the web browser won’t do as you expect. If you’d like to add a new line after a sentence, you will need to use a line break tag.

Resources

About

This repository is for education purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published