Posts

## Linking to other sites## in html

## linking to ather sites## in html

##CREATING LINKS BETWEEN PAGES ##in html

links  links are created using the <a> element. example more details

##links example## in html

Image
codings and output

#LISTS# in html

Image
Numberd / ordered lists  the ordered list is created with  <ol>element. ex. Unordered lists The unordered list is created with the <ul> element. ex. Definition lists The definition list is created with the the <dl> element and usually consists of a series of turns and their definitions. <dt> element is used to contain the term begin definition <dd> this is used to contain the definition ex. Nested lists You can put a second list inside an <li> element to create a sublist or nested list. ex.

## changes to content## in html

Image
<ins> <del> The <ins>element can be used to show content that has been inserted into a document while the <del> element can show text that has been deleted from it. ex. <s>  the element indicates something that is no longer accurate aur 11th but there should not be deleted visually the content of a element will usually be displayed with a line through the centre. ex.

##ADDRESS## in html

Image
  address it can contain physical address. ex.