https://github.com/bankole2000/htmlandcss
Repo for practicing Git with a project
https://github.com/bankole2000/htmlandcss
Last synced: 6 months ago
JSON representation
Repo for practicing Git with a project
- Host: GitHub
- URL: https://github.com/bankole2000/htmlandcss
- Owner: Bankole2000
- Created: 2021-04-07T23:38:08.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-08T01:29:59.000Z (over 5 years ago)
- Last Synced: 2025-12-29T17:53:36.506Z (7 months ago)
- Language: HTML
- Size: 29.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: newstyles.css
Awesome Lists containing this project
README
# HTML and CSS
## This is a h2
### this is a h3
#### this is a h4
##### this is a h5
###### this is a h6
This is normal text
*THis text is in italics*
_This text is also in italics_
This *word* is italized
**This is in bold**
__this is also in bold__
This **word** is in bold
*This is italized with a **bold** word*
This is a quote from someone
> this is a block quote
This is an unordered lis
* Item one
* Item two
* Item three has some sub-items
* subitem 1
* subitem 2
* Item four
* Subitem for item 4
1. This is item one (numbered)
2. This is item two (numbered)
I want to write a literal asterisk like this \*
This is a forward slash - \\
[This is also a link to google](https://google.com)
[This is a link to google][google-url]
[![This is an image of a cat][cat-image]](https://facebook.com)
`Some code`
To install the package you can run `choco install `
```css
/* This is a css reset */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
```
```html
Tis is a p tag
```
Upcoming Features in the project
- [x] Todo Item one
- [x] Todo Item two
- [ ] Todo item three
- [x] This item has been done already
## This is a table
| Column 1 header | column 2 header |
| --------------- | ----------------------------- |
| This is item 1 | This is item 2 |
| this is row 2 | This is another item in row 2 |
:octocat: :smile: :fire: :100: :pray:

[google-url]: https://google.com
[cat-image]: https://ukmadcat.com/wp-content/uploads/2019/04/sleepy-cat.jpg