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