Website Construction

Bawat Web developer ay dapat makilala ang mga sumusunod na Web components:

  • HTML 4.01
  • Paggamit ng CSS (table of styles)
  • XHTML
  • XML at XSLT
  • Client-side script
  • Server-side script
  • Pagpatakbo ng data sa pamamagitan ng SQL
  • Ang kinabukasan ng Web

HTML 4.01

HTML ay ang wika ng Web, bawat Web developer ay dapat magkaroon ng pangkaraniwang kaalaman dito.

Ang HTML 4.01 ay isang mahalagang web standard, at ang kanyang pagkakaiba sa HTML 3.2 ay napakalaki.

Noong ang katulad ng font na tag at color na attribute ay idinagdag sa HTML 3.2, ito ay naging isang pangitain ng mga developer. Ang paggawa ng mga website na dapat magdagdag ng impormasyon ng font sa bawat pahina ay naging isang mahabang at mahalang paghihinaan.

Sa pamamagitan ng HTML 4.01, ang lahat ng impormasyon ng format ay maaaring ilipat mula sa dokumentong HTML, at ilagay sa isang indibidwal na estilo na talatakan.

Ang pinakamahalagang dahilan kung bakit mahalaga ang HTML 4.01 ay dahil sa XHTML 1.0, ang pinakabagong pamantayan ng HTML na ay nareexpress bilang isang aplikasyon ng XML. Ang paggamit ng HTML 4.01 sa iyong pahina ay nagbibigay sigurado na madaling ilipat ang HTML sa XHTML sa hinaharap.

Siguraduhing gamit mo ang pinakabagong pamantayan ng HTML 4.01.

Pag-aralan ang aming kumpletong HTML 4.01 Reference Manual.

Layered Style Sheets (Cascading Style Sheets - CSS)

Ang estilo ay magagamit upang tukuyin kung paano ipakita ang mga HTML na elemento, katulad ng ginagamit ng font tag sa HTML 3.2. Ang estilo ay karaniwang inilalagay sa labas ng dokumentong HTML. Ang panlabas na estilo ay nagbibigay sa iyo ng kakayahan na baguhin ang anyo at disenyo ng lahat ng pahina sa iyong website sa pamamagitan ng pagwawasto ng isang simpleng dokumentong CSS. Kung ikaw ay nagsusubok na gumawa ng ilang pagbabago, tulad ng pagbabago ng font at kulay ng lahat ng titulo sa iyong website, makikita mo kung paano ang CSS ay makakatulong sa iyo upang makamit ang magandang resulta sa mababang gastos.

Siguraduhing pag-aralan mo ang aming CSS Tutorial.

Ang XHTML - Ang hinaharap ng HTML

Ang XHTML ay tinukoy bilang pangpalawak na ekstensibleng hiperbatang markahang wika (Extensible HyperText Markup Language).

Ang XHTML 1.0 ay pinagmulan sa W3C na pinakabagong pamantayan ng HTML. Ito ay naging opisyal na rekomendasyon noong Enero 26, 2000 (Recommendation). Ang W3C Recommendation ay nangangahulugan ng estabilidad ng mga pamantayan, at ang mga pamantayan ay naging isang web standard ngayon.

Ang XHTML ay isang HTML 4.01 na pinaghalong muli gamit ang XML, at maaaring gamitin kaagad sa kasalukuyang mga browser sa pamamagitan ng pagsunod sa ilang simpleng alituntunin.

Handa sa hinaharap: BumasaPaano mapalitan ang website sa XHTML.

XML - Ang kasangkapan para sa paglarawan ng data

Pangpalawak na markahang wika (XML) atHindiHTML na kahalili. Sa hinaharap na pagpapaunlad ng web, ang XML ay magiging ginamit upang ilarawan at imbakin ang data, habang ang HTML ay magiging ginamit upang ipakita ang data.

Our most suitable description of XML is, a cross-platform, hardware and software-independent information storage and transmission tool.

We believe that the importance of XML is not less than that of HTML for the foundational position of the web, and XML will become the most important data processing and transmission tool.

Make sure to learn our XML Tutorial.

XSLT - a tool for user data transformation

XSLT (eXtensible Stylesheet Language Transformations) is a language used for transforming XML.

Future websites will have to pass data in different formats to different browsers and to other web servers. XSLT is a new W3C standard that converts XML data into different formats.

XSLT can convert XML files into formats recognizable by browsers, such as HTML, or WML - a markup language used for many handheld devices.

XSLT can also add elements, and delete, rearrange, and sort elements, test and determine which elements to display, etc.

Make sure to learn our XSLT Tutorial.

Client-side script

Client-side script is a programming related to the behavior of internet browsers. You should learn JavaScript so that you can have the ability to pass more dynamic website content:

JavaScript is a programming tool provided for HTML designers
The creators of HTML are usually not programmers, but JavaScript is a very simple scripting language! Almost anyone can put some JavaScript code snippets into their HTML pages.
JavaScript can place dynamic text in an HTML page
A JavaScript command like this can write variable text to an HTML page: document.write("h1" + name + "/h1")
JavaScript can react to events
You can set JavaScript to execute at a specific event, such as when a page is loaded or when a user clicks on an HTML element.
JavaScript can read and modify HTML elements
JavaScript can read and modify the content of HTML elements
JavaScript can be used to validate data
You can use JavaScript to validate form data before it is submitted to the server, ensuring that the server handles the data correctly.

You must learn our JavaScript Tutorial.

Server-side script

Server-side scripts and Internet server programming are related. You should learn server-side scripts so that you can be able to deliver more dynamic website content. Through server-side programming, you can:

  • Dynamically edit, modify, or add web content
  • Respond to queries or data submitted by users from HTML
  • Access data or database and return the result to the browser
  • Access files or XML data and return the result to the browser
  • Convert XML to HTML and return the result to the browser
  • Customize pages for different users to improve the usability of the page
  • Provide security and access control for different web pages
  • Design different outputs for different types of browsers
  • Minimize network traffic

At W3SCHOOL, we use ASP And PHP Demonstrates server-side script programming

Make sure to learn our ASP Tutorial And PHP Tutorial.

Using SQL to Manage Data

Structured Query Language (SQL) is a universal standard for accessing databases such as SQL Server, Oracle, Sybase, and Access.

For those who want to store and retrieve data from databases, knowledge of SQL is extremely valuable.

Any web administrator should understand that SQL is a truly suitable engine for databases on the web.

Make sure to learn our SQL Tutorial.

Future Prospects

You need to understand one very important thing, the functionality of the website will be fundamentally transformed. We will see a huge transformation, that is, the website from the display of 'static content' to the transmission of 'dynamic content'.

We will also see many new browsers, such as browsers on mobile devices, and at the same time, we will see more about data communication using XML between servers and between servers and browsers.