top of page
Search
  • Writer's pictureSiddharth Doshi

WEB BASIC (HTML/CSS)

1. HTML and CSS Essentials:


In the ITLI102 course, I dived into the core building blocks of the web - HTML (HyperText Markup Language) and CSS (Cascading Style Sheets). Understanding these essential languages was fundamental to crafting visually appealing and well-structured web pages.

HTML forms the foundation of web content, allowing me to create the structure and layout of a webpage. It involves using various elements and tags to define headings, paragraphs, lists, images, and more. CSS, on the other hand, facilitates styling and design, enabling me to control layout, color schemes, fonts, and overall aesthetics.

2. Example of Basic Static Website Code

Let's explore a simple example of a static website with HTML and CSS. This example showcases a basic structure with a header, main content, and a footer. CSS is used to style the elements and enhance the overall appearance.

This simple code showcases a website with a header, navigation bar, main content section, and a footer. The CSS file (`styles.css`) styles the HTML elements to enhance the visual presentation, demonstrating the integration of HTML and CSS to create a basic static web page. Understanding and applying these concepts were pivotal in gaining proficiency in web development and design.





4 views0 comments

Comments


bottom of page