Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 3 KB

README.md

File metadata and controls

44 lines (30 loc) · 3 KB

About FullyPacks 🐘🎁

one of a curated collection of Github templates designed to kickstart your project and help you get up and running in no time!

About FullyPack-HTML-CSS 🌐

This is a simple website made with HTML and CSS that you can play around and make it your own

Screenshots 📸

image image image

How to use 🚀

  1. Use this template by clicking "Use this template" button above or click here
  2. Open the folder in VSCode
  3. Download Live Server in VSCode (Download VSCode if you haven't)

Screen Shot 2023-03-29 at 3 36 01 PM

4. Click on Go Live to see the website

Screen Shot 2023-03-29 at 3 37 53 PM

5. Make any changes to the code, and you'll see the change right away on the website

HTML? CSS? 🤔

  • HTML (Hypertext Markup Language) is the standard markup language used to create web pages. It consists of a series of tags and attributes that are used to structure and format the content of a web page. HTML is used to define the different parts of a web page such as headings, paragraphs, images, links, and more.

  • CSS (Cascading Style Sheets) is a language used to describe the presentation of a web page. It is used to control the visual appearance of the HTML elements defined in the web page. With CSS, you can specify the color, font, size, and layout of the elements on the page, as well as control how they are displayed on different devices such as desktops, tablets, and mobile phones.

=> In simpler terms, HTML is used to create the content and structure of a web page, while CSS is used to control how the page looks and feels. Together, HTML and CSS are used to create visually appealing and user-friendly web pages that can be accessed by anyone with an internet connection.

Project structures ℹ️

/images: Folder to store images to use it for the website

index.html: main HTML file, every project needs to have an index.html file

index.css: CSS file, you can create other .css file and simply link it in your html file

page1.html: HTML file for page 1

page2.html: HTML file for page 2

📝 References