ISCL is a Intelligent Information Consulting System. Based on our knowledgebase, using AI tools such as CHATGPT, Customers could customize the information according to their needs, So as to achieve

The Truth About Web Design

3
THE TRUTH ABOUT WEB DESIGN
Web design is the art of designing web pages and bringing them together through links to form a website. A web page serves various purposes ranging from conveying vital information over the internet to serving as a marketing outlet for the advertising industries. Web pages are vitals in the lives of people of this century.
In designing a website a lot of things are considered:
1. What will the website be used for.
2. The perfect scripting language to be used in creating the website.
With reference to the first will the website be used for :
1. Academic purposes.
2. Business transaction.
3. Religious spread.
With reference to the website coded with:
1. Html (hyper text markup link).
2. Java script (mainly for web applications).
3. PHP (Used mainly for server applications) with Oracle/SQL(for data base/query).etc

CODING

Coding is done using a text editor and the basic coding language is Static html(HTML) in combination with other scripting languages like CSS(Cascading style sheet)for improving the layout of your website .For a thorough tutorial on web coding htmldog.com and that of CSS visit html.net or google up any tutorial website of your choice but they are some of the best I've come across in my many journey with web design.
It's worth mentioning that html starts with an opening tag<html> and ends with a closing tag</html> while CSS starts with a <style type="text/css"> and ends with a </style>.Html is used to structure content while but CSS is used to format the structured content, to give it a better feel and appearance.
CSS is applied in three ways in a web page.
1. In-line :this entails affixing your style attribute in the body tag of your html page.
2. Internal: This entails affixing your style attribute outside the body tag but still in your source page(the text editor you use in creating your website).
3. The external: This is the method used in most modern websites, it entails linking to an external sheet that ends with the extension " .CSS" and the link has to be in the head section of your html source page. This link indicates to the browser to use the layout from the CSS file when displaying the page. This method is the most efficient because you can link many pages to one CSS file.
Java script and PHP are mainly used by programmers to create web applications and special effect in the website. Websites created with PHP end with .PHP(dot PHP) while those created with html end with .html(dot html)

To create and manage a website it's advisable to learn atleast html and CSS, with this you can edit and re-upload your web pages, without having to hire a web designer. It's easy try and learn it one step at a time.

Source...
Subscribe to our newsletter
Sign up here to get the latest news, updates and special offers delivered directly to your inbox.
You can unsubscribe at any time

Leave A Reply

Your email address will not be published.