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 📖
- Host: GitHub
- URL: https://github.com/ivikramsahu/understanding-basics-of-html-css
- Owner: ivikramsahu
- Created: 2021-04-19T15:13:57.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-19T15:16:47.000Z (about 5 years ago)
- Last Synced: 2025-05-16T23:11:33.003Z (about 1 year ago)
- Topics: html-css, html-css-javascript, html5
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
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
- dogs
- Bones
- peanut butter
Indoor
outdoor
kind
Submit
```
