An open API service indexing awesome lists of open source software.

https://github.com/ivikramsahu/understanding-basics-of-html-css

A repository for HTML-CSS for web development 📖
https://github.com/ivikramsahu/understanding-basics-of-html-css

html-css html-css-javascript html5

Last synced: 3 months ago
JSON representation

A repository for HTML-CSS for web development 📖

Awesome Lists containing this project

README

          

# Understanding basics of HTML-CSS

HTML is a markup language that uses a special syntax or notation to describe the structure of a webpage to the browser. HTML elements usually have opening and closing tags that surround and give meaning to content. For example, different elements can describe text as a heading, paragraph, or list item.

```html


This is Start of Frontend Development


Vikram Sahu




Developer Advocate






Src is blank so displaying this text



A Computer Science portal for geeks


Hello world



Hello Dead link

Click to open in the same tab


This is division part/section for HTML webpage



  • milk

  • coffee

  • cookies



  1. dogs

  2. Bones

  3. peanut butter





Indoor


outdoor


kind

Submit

```