Tuesday, September 21, 2021

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 data from users for specific reasons.

HTML 101: Types of Elements

 The two main types of elements in HTML rareinline and block elements.

HTML 101: Links

 In HTML, links are added into a document by making use of the anchor tags (<a>).

Friday, September 17, 2021

HTML 101: Table

 Although<div> and <span> have taken over table. The <table> tag was used as  a container for HTML table data, which is used to mark up tabular data. 

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...