Friday, September 17, 2021

HTML 101: List

 Lists are used to group together various pieces of information so they can be easily read and associated with each other. They are also useful for navigation and content creation.

HTML 101: Images

 If you wish to include images in HTML, you'll make use of the <img> tag.

HTML 101: Attributes

HTML attributes are special words that are used inside an HTML page's opening tag to control an element's behavior.

HTML 101: Elements

   An HTML element is a type of component that is part of a web page that uses HTML, which is a markup language. It consists of a tree of HTML nodes, each of which has a markup language (HTML) attribute.

    

HTML 101: Basic HTML tags

 An HTML tag is a set of characters that serves as a formatted command for a web page. At the core of web design, tags provide the visual instructions that one sees on the page.

HTML 101: basic structure of HTML

The basic HTML structure is:

Web Developer 101: Intro to HTML

Are you interested in becoming a renowned web developer across the system then here are a list of things you need to know:
  • HTML
              

HTML 101: Form

  I believe that everyone who has made use of the internet knows what a form is but in case you don't know, a form is a way of receiving...