DEV Community

Kaviya R
Kaviya R

Posted on

1

LEARNING HTML

Today I started to learn the HTML and we start to do a project on it .It will include both the HTML and CSS. In today class we start with cloning the website called ILUGC and we finish until the header though its first class in HTML.I learned about tags and attribute in HTML.we will discuss it below.

Tags in HTML:

  1. Its a block level element used to group content together-div
  2. Its is used to represent the paragraph-p
  3. It create the hyperlink to another page-a
  4. It represents the heading text-h1-h6
  5. It defines the unordered list-ul
  6. It defines the ordered list-ol
  7. It represent the listed item-li

**Also we learnt about the css but really it works with the selector that points the elements in HTML.In that only we can adjust the color ,width and height.Today we learn two selector that are

  • Element Selector
  • class selector**

Top comments (0)

👋 Kindness is contagious

Please show some love ❤️ or share a kind word in the comments if you found this useful!

Got it!