Monday, October 26, 2020

paragraph

 paragraph

much of the content of the webpages is organized into the pragraphs each pragraph begun with the <P> tag and ends withe the </p> tag each p (like all the block elements) is display on its owean line with  vertical margins above and below it

block element

block element

there are two types of the element block element and inline elemenet a blok element such as the paragraph or bulleted  
list genarally reprsentated the siginificent element of the page can containt the other block and inline element the inside it called nested element for example a pragraph can containt the link  browser can the each block element with aline break and the vertical margine a bove and the below it in the following sections well show sevral  block elements you can place inside the page body section  

html describe the conetent on the doucument

 html describe the conetent on the doucument
style sheet(written language named is the css ) describe the apperacnce of the doucument
script written language such as the java script describe the behavior of the document
 
we lean the html syntax details through out this chapter in the genaral not matter what your give to your html file  but more praticular file name on url index.html is assuned to be the file name this is the very usefull becuse for can tell the people your shown

major commponents of the web page

 the lannguge has serveral major browsers platforms and be accessible to all kinds of user includeing those with disabilities affecting sight and hearing
in thease chapters  we will focuse on the xHTML a more recently crated dialect of html xhtml is a stricker language than html and than past version of the html while older html was a mixed language used to describe a doucuments content and stucture the task of the describing  exactly how the document should look and how it shoud behave are handled by other languages that ineracat with xhtml 

about of the internet

 1993 intial official proposed description of html submited to the ietf stand grop
1995 html 2 becomes an official standard language by a publication called rfc 1886
 1996-97 html 3.2 standaridizes various features including forms
tabs imags map and the internationlization
1997 html 4 is proposed by w3c standed body adding style sheets scripting frames embedding objecgts interlizationn and accessbilty  for disabilities
html 4.01 the latest major version of the languages is published in 1999 by w3c a majority of the pages on the web today still use the html 4.01 as thier stated languages
2000-01 xhtml a more standraiztion offshoot of the html based on a language named xml is proposed by w3c

Sunday, October 25, 2020

the history of the web html pages

the history of the web html pages

since its cration in 1991 by the tim berners lee one of the founding fathers of the internet html has been that dominated language for creating the webpage.html is a language consisting of text content surronded by making that specify the meaning of the content as with many langurage html has gone through different versions and standerlizaion process over the yearas

basics of the html


basics of the html

in this section well discuss the basics of the html and webpages as well as drive in to the details of languages html syntax for crating complex web pages
 

paragraph

 paragraph much of the content of the webpages is organized into the pragraphs each pragraph begun with the <P> tag and ends withe the...