Home page
Communities
Stats
About read.cash
Register
Login
Open register popup
read.cash
Topics
Life
Cryptocurrency
Blog
Writing
Experiences
Story
Blogging
Crypto
Bitcoin Cash
Thoughts
Blockchain
Money
BCH
Experience
Personal
Cryptocurrencies
Bitcoin
read.cash
Freewrite
Finance
Reality
Motivation
Love
Investment
Personal Thoughts
Journey
Family
Random
Travel
Food
...All topics...
Communities
Login
Get Started
Learning web design (2ed0)
3
html, css, javascript and web design technology
Join the community
Rules
Moderators
@yara
·
4 years ago
CSS: syntax-part 1
You think about styling your website, then you think about color and this is how you can use CSS to change the color of an h1 html element h1{color:grey} Notice the default rendering of the h1 el...
7 likes
·
16
comments
@yara
·
4 years ago
JavaScript : Introduction
In 1995 JavaScript was created. A new tool that web developers can use to allow them make web pages more interactive by accessing and modifying the content of markup (html) of the page how it works...
7 likes
·
7
comments
@yara
·
4 years ago
CSS : Introduction
hey everyone, and welcome to this Css course. This part will be an intro to the course so, let's get started with some questions. Q1 : What is Css? Css is used for the styles of your website .yo...
5 likes
·
1
comments
@yara
·
4 years ago
part6:Learn html - HTML elements
Hey everyone , In this article I'm going to show you some previous elements we have talked about before and also new elements ,and before we get started let me remind you that you choose an html e...
3 likes
·
3
comments
@yara
·
4 years ago
hey anyone wants an HTML video summery? because I'm about to finish writing in HTML then I'm going to start on Css
2 likes
·
1
comments
@yara
·
4 years ago
part5: learn Html-adding lists
hey everyone ,Today we will learn two elements ,you might think that lists aren't important or that you wouldn't use them , but ....there is a big buttt here ,you will use it and aloooot more than yo...
2 likes
·
3
comments
@yara
·
4 years ago
part4: learn Html-Display block and inline
before I talk about Css in the future ,You have to know that each Html element has a default style,They aren't all the same Try this:- open your notepad or IDE and copy this inside then run it in y...
1 likes
·
0
comments
@yara
·
4 years ago
part3:learn Html-adding images
you will probably need to add an image to your website ..one day and you can do that by an html element called <img> for example if you have an image called covid19.png you will write it as <img src=...
8 likes
·
4
comments
@yara
·
4 years ago
part 2:learn html - adding links
I f you ever going to make a website you will probably need to add links either to an external resource or linking to a page inside your website and that by using the html element <a>..</a> and then...
9 likes
·
6
comments
@yara
·
4 years ago
How does Javascript work?
...Javascript not Java often referred to as JS is a light weight, interpreted programming language that gives some interactivity instead of a static web page interpreted vs compiled code In interp...
4 likes
·
1
comments
@yara
·
4 years ago
part 1: learn Html
HTML is used to write the content that you see in any website and that's how you can write it HTML structure :--- <element name> content </element name> ...html is written in what is called tags...
26 likes
·
10
comments
@yara
·
4 years ago
Is html a programming language ?
... that old argument on the internet about whether html and Css are programming languages or not so, before we answer that let's ask couple of questions like ...what is html?and how does it work? a...
6 likes
·
4
comments