Introduction to HTML and CSS

HTML (the Hypertext Markup Language) and CSS (Cascading Style Sheets) are two of the core technologies for building Web pages. HTML provides the structure of the page, CSS the (visual and aural) layout, for a variety of devices.

Introduction to HTML and CSS

HTML & CSS

Introduction

HTML (the Hypertext Markup Language) and CSS (Cascading Style Sheets) are two of the core technologies for building Web pages. HTML provides the structure of the page, CSS the (visual and aural) layout, for a variety of devices.

HTML is the standard markup language for Web pages. With HTML you can create your own website. HTML and CSS are easy to learn- You will enjoy it.

What is HTML?

  1. HTML stands for Hyper Text Markup Language

  2. HTML is the standard markup language for creating Web pages

  3. HTML describes the structure of a Web page

  4. HTML consists of a series of elements

  5. HTML elements tell the browser how to display the content

  6. HTML elements label pieces of content such as "this is a heading", "this is a paragraph", "this is a link", etc.

What is CSS?

Cascading Style Sheets (CSS) is used to format the layout of a webpage.

With CSS, you can control the color, font, the size of text, the spacing between elements, how elements are positioned and laid out, what background images or background colors are to be used, different displays for different devices and screen sizes, and much more!

Using CSS

CSS can be added to HTML documents in 3 ways:

  1. Inline - by using the style attribute inside HTML elements

  2. Internal - by using a <style> element in the <head> section

  3. External - by using a <link> element to link to an external CSS file

The most common way to add CSS, is to keep the styles in external CSS files. However, in this tutorial we will use inline and internal styles, because this is easier to demonstrate, and easier for you to try it yourself.


HTML (the Hypertext Markup Language) and CSS (Cascading Style Sheets) are two of the core technologies for building Web pages. HTML provides the structure of the page, CSS the (visual and aural) layout, for a variety of devices.

Introduction to HTML and CSS

Cascading Style Sheets (CSS) is used to format the layout of a webpage.

Sorry! Test

With CSS, you can control the color, font, the size of text, the spacing between elements, how elements are positioned and laid out, what background images or background colors are to be used, different displays for different devices and screen sizes, and much more!

The most common way to add CSS, is to keep the styles in external CSS files. However, in this tutorial we will use inline and internal styles, because this is easier to demonstrate, and easier for you to try it yourself.

Next Step:

Introduction to Bootstrap

Bootstrap 4 is the newest version of Bootstrap, which is the most popular HTML, CSS, and JavaScript framework for developing responsive, mobile-first websites. Bootstrap 4 is completely free to download and use!

Introduction to Javascript

JavaScript is the world's most popular programming language. JavaScript is the programming language of the Web. JavaScript is easy to learn. This tutorial will teach you JavaScript from basic to advanced.

You can find more articles here:

Getting Stared Gatsby

Welcome to Gatsby! We’re glad you’re here. The goal of this tutorial is to guide you through setting up and deploying your first Gatsby site using a starter template.

Introduction to Node.js

Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.

blog

copyright©2023 Full Stack Developer - Kripesh Bista all rights reserved