CB.
  • Home
  • About
  • Skills
  • Projects
  • Blogs
  • Contact

k

Html and Css basics

blog-img
Chandra Bhandari.February 3, 2024

HTML: Building the Foundation

What is HTML?

HTML, which stands for HyperText Markup Language, is the backbone of web content. It provides the structure and organization for your web pages, defining elements that browsers use to render text, images, forms, and other multimedia.

Key HTML Elements:

  • <head>: Contains meta-information about the HTML document.
  • <title>: Sets the title displayed on the browser tab.
  • <body>: Encloses the content of the webpage.
  • <h1>, <p>: Heading and paragraph tags.

CSS: Styling Your Web Pages

What is CSS?

CSS, or Cascading Style Sheets, is the styling language that enhances the visual presentation of HTML elements. It allows you to define colors, layouts, fonts, and other design aspects, separating the structure from the presentation.

Key CSS Properties:

  • font-family: Specifies the font of an element.
  • background-color: Sets the background color.
  • margin: Defines the margin around an element.
  • color: Specifies the text color.

Similar Blogs
View all
Image for Best Keyword Research Tools for Search Engine Optimization
Best Keyword Research Tools for Search Engine Optimization
Image for Eveything you need to know about React.js 19 Rc
Eveything you need to know about React.js 19 Rc
Image for Next.js 14: All you need to know about next.js 14 features and improvements
Next.js 14: All you need to know about next.js 14 features and improvements
Image for Mastering Frontend Development in 2024: A Comprehensive Roadmap
Mastering Frontend Development in 2024: A Comprehensive Roadmap
Image for Must known JavaScript Array Manipulation Methods i.e map , reduce , filter etc...
Must known JavaScript Array Manipulation Methods i.e map , reduce , filter etc...

Chandra Bhandari

Nepal

Quick Links

    HomeSkillsProjectsBlogs

Contact Me

Kalanki , Kathmandu
Phone: 9823047073
Email: rollinrabin@gmail.com

Follow Us

FacebookGitHub

© 2024 Chandra Bhandari(Rabi). All rights reserved.