https://github.com/kalyan4636/tech-a-intern
https://github.com/kalyan4636/tech-a-intern
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kalyan4636/tech-a-intern
- Owner: Kalyan4636
- Created: 2024-03-24T06:34:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-24T07:06:19.000Z (about 1 year ago)
- Last Synced: 2025-01-06T10:47:24.163Z (4 months ago)
- Language: HTML
- Size: 1.25 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TECH-A-INTERN

# RECIPE PAGE ----- -[ WEB DEVELOPMENT ]
**EXPLANATION****The page starts with a basic structure: , , , and .**
**CSS is embedded within the tags in the <head> section to style the page.**
**The content of the recipe (title, ingredients, instructions, and image) is wrapped inside a <div> with the class "container" for styling purposes.**
**Colors are applied using CSS to headings, paragraphs, lists, and links.**
**An image of the chocolate chip cookies is included with the <img> tag.**
**Ingredients are listed using an unordered list (<ul>) and instructions are listed using an ordered list (<ol>).**
**The recipe can be further enhanced with additional styling, images, or interactive features as desired.**