WebDev1

HTML: This is a markup language used to create and design document for example adding headers (h2-h4):

this is a header

this is a header

this is a header

Hyper-Links: This feature in HTMl enabkes users to link webpages example Sign-in

Lists Unordered/Ordered: This is a feature that enables a developer to group a number of items in any order for example: this is

  1. An
  2. Ordered
  3. List


Multi-media: HTML allows me to insert images, videos and audio. This makes a webpage rich with content for example:

Paragraph: HTML enbles me to add texts that provide information about the webpage within a page for example: this is a Paragraph

CSS_Font styling:this feature enables me to pick a specific font for any text. This is example of ccs font styling

CSS_Coloring: This feature enables me to color texts example: These are colored texts

HTML enables us to create forms that allow users to type, input and submit data example below:

CSS Hover example: Hover over me

This is a CSS box model example (with border, padding, and margin).