Posts

Showing posts from May, 2020

## linking to others sites ## in html

Image
<a>  links are created using the <a> element which has an attribute called href.

## 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.

##CITATION & DEFINITIONS## in html

Image
citation<cite> Citation element can be used to indicate where the citation is form. ex. Definition some browser show the content of the <dfn> element in italic. ex.

#ABBRIVIATION & ACRONYMS#in html

Image
Abbreviation<abbr> If you use an Abbreviation or an acronym then the the <abbr> element can be used a little attribute on the opening tag is  the used to is specify the full form. ex.   ACRONYMS Acronyms elements for acronyms to spell out of the full form of the acronyms the little attribute was used with the <abbr>element. ex.

## quotations##in html

Image
blockquote blockquote element is used for longer quotes that take up an entire paragraph. ex. <q> The<q> element is used for shorter quotes that sit within a paragraph. ex.

##STRONG AND EMPHASIS## in html

Image
strong By default  Browser will show the content of a <strong> element in bold. ex. <emphasis> By default browser will show the content of an Emphasis element in Italic. ex.

## horizontal rules and line breaks## in html

Image
<hr> To create a break between themes you can add a horizontal rule between sections using the<hr> tags. ex. <br>  To add a line break inside the middle of a paragraph you can use the line break tag<br>. ex.

##WHITE SPACE Collapsing## in html

Image
In order to make code easier to read webpage authors often add extra space for starts some elements on new lines. ex.

SUPERSCRIPT AND SUBSCRIPT

Image
<sup> Element is used to contain characters that should be suffixes of dates  or mathematical concepts like raising a number to a power. ex. <sub> Element is used to contain character that should be subscript it is commonly used with foot notes or  chemical formulas. ex.

creating a web page

Image
to create your first web page you can use the text editor notepad or notepad++ . type the code and than  save as .html or .xml extension.  start your web browser and open it in your systems browser. for example-          

headings and paragraphs

Image
Headings   <h1> <h2> <h3> <h4> <h5> <h6> example Paragraphs to create a paragraph surround The Word that make up the  paragraphswith an opening and closing tag examples