You are on page 1of 2

Web development with html and css and javascript:

Intro:

<h1> title

<p> paragraph

Css: { }

Getting started with html:

Link:<a target=_blank:new tab > href=web address between the op and close tags
we write the title which is visual

<a href=link></a><img src=the link></a> the image will be clickable when we add
link tag to the image one

<select name=>

<option>to write the options

<ul>list content

<li>list element

<div>division or <section>

<i>italic

<strong>bold

Css properties:

Font-family

Color

Text-align:center right .

Position:

Background-color

Width

Border: top right bottom left

Border-style

Float

Padding: same as border dimension

marging
Tips:

We use within the html to be unique more than classes tag id= for tagging in css #

Using class in html to select many elements class= in css .

In css you can use hover for links ex: a:hover{}

Javascript:

Function greetMe (name){

You might also like