HTML 5


  • First Website + DocType

    Creating your first website Creating your first website is really easy stuff. Work down on the following steps – 1. Open a folder in VS Code2. Create an “index.html” file3. … Read More

  • Elements, Attributes, Opening, Closing & Self Closing Tags

    Opening Tag In HTML, any tag starting with <> is called as an opening tag.For example, <p> can be called as an opening paragraph tag. Closing Tag Any tag that … Read More